From: randy at rcs-comp dot com Operating system: Win XP PHP version: 5.2.0RC4 PHP Bug Type: CGI related Bug description: isapi_fcgi.dll has problems with search engine friendly paths
Description: ------------ I am using the code (and dll) from here: http://msmvps.com/blogs/guilherme/archive/2006/02/02/82336.aspx on a Windows XP machine with IIS 5.1. It runs well, except for one problem. I use the PATH_INFO information to run scripts that are search engine friendly. So, I can have a path like this: http://www.example.com/index.php/view/News-Main Which works fine. I can also pass other variables like this: http://www.example.com/index.php/view/News-Main/article/hi_there Which also works fine. However, I have a content module that uses urls like this: http://www.example.com/index.php/view/Content-Main/page/index.html Which gives me the following error: Error initializing bind path for index.php/view/Content-Main/page/index.html I see in CVS that there have been some changes in this area (I guess this error would have crashed the server before?). Is there a configuration or something that I can change to make this work? I don't understand why it is happening? There is no problem with this when I use php directly and bypass isapi_fcgi.dll. Thanks. -- Edit bug report at http://bugs.php.net/?id=38987&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38987&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38987&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38987&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=38987&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=38987&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=38987&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=38987&r=needscript Try newer version: http://bugs.php.net/fix.php?id=38987&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=38987&r=support Expected behavior: http://bugs.php.net/fix.php?id=38987&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=38987&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=38987&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=38987&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38987&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=38987&r=dst IIS Stability: http://bugs.php.net/fix.php?id=38987&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=38987&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=38987&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=38987&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=38987&r=mysqlcfg