Re: [PHP] path_info in fastcgi setting

2008-03-10 Thread Daniel Brown
On Sun, Mar 9, 2008 at 7:54 AM, Ian M. Evans <[EMAIL PROTECTED]> wrote: > Under Apache and the PHP module: > a) test.php path_info is blank > b) test.php/ppp path_info=/ppp > > Under PHP FastCGI: > c) test.php path_info is test.php > d) test.php/ppp path_info=/ppp > > Not sure why it's not b

[PHP] path_info in fastcgi setting

2008-03-09 Thread Ian M. Evans
Greetings all. Making the transition to PHP 5.2.5 operating as FastCGI through Nginx. Seem to be having a bit o' weirdness with path_info. Under Apache and the PHP module: a) test.php path_info is blank b) test.php/ppp path_info=/ppp Under PHP FastCGI: c) test.php path_info is test.php d) test