[PHP] Re: path_info

2001-08-01 Thread DMS
By the way. This problem occurs under the ISAPI version of PHP but works just fine with the EXE version. I understand the the ISAPI version has some potential problems but everything seems to work fine under W2K IIS5 with PHP 4.0.3 whereas with W2K IIS5 and PHP4.0.6 it does not under ISAPI only.

[PHP] Re: path_info

2001-08-01 Thread DMS
By fail I mean that the code does not return a value for the path_info variable. The register_globals setting is currently set On. With it set Off I obviously would note return a value with $PATH_INFO. It is my understanding that the track_vars is always On starting with version 4.0.3 "Richar

[PHP] path_info

2001-07-31 Thread DMS
I am running win2k sp1. The following code works with php 4.0.3 installed however fails with versions php 4.0.5 and 4.0.6. Any assistance would be appreciated "; echo $HTTP_SERVER_VARS["PATH_INFO"]; ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE