Public bug reported:

Binary package hint: php5

Running Feisty with the standard PHP 5.2.1 and Apache 2.2.3.

If in the file /etc/php5/apache2/php.ini the error_reporting value is set as 
follows:
error_reporting  =  E_ALL & ~E_STRICT

Then no PATH_INFO will be provided to the PHP scripts. It is not set at
all in the $_SERVER['PATH_INFO'] variable.

Setting error reporting back to the default will provide PATH_INFO again:
error_reporting  =  E_ALL & ~E_NOTICE

I don't have the chance to test this with 5.2.3, so not sure if it has
been fixed upstream. Didn't find any bug reports for it on bugs.php.net
at least.

Thanks

** Affects: php5 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Setting PHP to ~E_STRICT disables PATH_INFO
https://bugs.launchpad.net/bugs/136249
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to