ID: 46187 Updated by: [EMAIL PROTECTED] Reported By: ne1on at idt dot com -Status: Open +Status: Bogus Bug Type: Variables related Operating System: Centos 5.1 PHP Version: 5.2.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. This is a server-issue. Such things are not set by PHP itself, but rather retrieved from Apache/Lightppd/lightty/etc. Previous Comments: ------------------------------------------------------------------------ [2008-09-26 21:51:21] ne1on at idt dot com Description: ------------ this is a repost of bug: http://bugs.php.net/bug.php?id=38476 i'm using 5.2.6 with lightty 1.4.19 and have done all the suggested setting and _SERVER["PATH_INFO"] is still NULL compile: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-discard-path --enable-force-cgi-redirect --with-zlib --with-config-file-path=/etc --with-mysql=/usr/local/mysql php.ini: cgi.fix_pathinfo = 1 i search and search for hours and path_info is still has "no value" in phpinfo() Reproduce code: --------------- echo $_SERVER['PATH_INFO']; --> null ------------------------------------------------------------------------ [2008-09-26 21:48:57] ne1on at idt dot com Description: ------------ this is a repost of bug: http://bugs.php.net/bug.php?id=38476 i'm using 5.2.6 with lightty and have done all the suggested setting and _SERVER["PATH_INFO"] is still NULL compile: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-discard-path --enable-force-cgi-redirect --with-zlib --with-config-file-path=/etc --with-mysql=/usr/local/mysql php.ini: cgi.fix_pathinfo = 1 i search and search for hours and path_info is still has "no value" in phpinfo() Reproduce code: --------------- echo $SERVER['PATH_INFO']; --> null ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46187&edit=1