On Sun, Mar 9, 2008 at 7:54 AM, Ian M. Evans <ianevans@xxxxxxxxxxxxxx> 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 blank in 'c' and instead equals the filename. Are both tests being done through Nginx? There are several differences you'll come across over time when using PHP compiled different ways. That may just another one of them. Because I actually think that it's Nginx' response to PHP when querying the environment, meaning more of an issue with Nginx than PHP. Just a guess, though. I've never used that HTTP server before, so I'll defer to someone else with experience with Nginx. -- </Dan> Daniel P. Brown Senior Unix Geek <? while(1) { $me = $mind--; sleep(86400); } ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php