Does anyone know why I wouldn't get parse errors anymore (I used to)?? For example, if I run this script:
<?php
echo "Test"
?>
I don't get a parse error anymore even though the ; isn't there. I just get "Test".
Also,
Does anyone know why I the register_globals=off would work for me one day (i.e., form globals like $submit WERE being passed correctly) and then not work the next, despite reinstallation?
Environment:
Windows 2000
IIS 4 (I think - anyway, it's the IIS that comes with Windows 2000)
Using php4isapi.dll - placed in c:\winnt\system32 (as are all the .dlls that come with php4)
php.ini (optimized version) in c:\winnt (only modifications are to set doc_root, c:\inetpub\wwwroot, and turn on mssql extensions)
No isapi http authentication