ID: 46187 User updated by: ne1on at idt dot com Reported By: ne1on at idt dot com Status: Open Bug Type: Variables related Operating System: Centos 5.1 PHP Version: 5.2.6 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [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