|
Posted by Rik on 01/26/07 00:18
On Fri, 26 Jan 2007 00:04:52 +0100, sid <sidwelle@alexian.net> wrote:
> Yesterday I installed PHP5 for IIS (ISAPI) on my workstation. Followed
> the directions, everything worked. Created a file "Test.php" that
> contained one line: "<? phpinfo(); ?>", Worked !
>
> Today, reboot, dosen't work.
>
> Test.php only worked after it was changed to:
> <?php
> echo phpinfo();
> ?>
>
> What changed after reboot ?
Probably short_tags have been disabled (as they should).
--
Rik Wasmus
[Back to original message]
|