PATH_INFO empty, ORIG_PATH_INFO correct

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I'm using PHP as CGI (not through Apache-action, but she-bang line containing the path to php). When I'm calling

http://test.com/phpinfo.php/a/variable/url

PATH_INFO should contain "/a/variable/url". I checked this with a perl-script, which printed out all environment variables and so I know that PATH_INFO was set correctly bei Apache.
But PHP seems to perform some unwanted action, so that PATH_INFO shows "no value" and ORIG_PATH_INFO is correct. But this ORIG_PATH_INFO is not known by any script.
How can I tell PHP not to touch PATH_INFO but leave it as Apache set it?


Regards
Marten

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux