From: [EMAIL PROTECTED] Operating system: Windows 2000 (Win2K) PHP version: 4.1.0 PHP Bug Type: Reproducible crash Bug description: include_path in Apache SAPI on Win2K very broken...
I've seen a few bugs registered on this before and the dev team hasn't seemed to have been able to replicate this bug... The bug is very strange in that it effects the SAPI version of the code on Win2K, but the same build running as a CGI .EXE is not effected. Specifically, when one puts ANYTHING as the value for *include_path* in the PHP.ini file the apache SAPI will fail. When I say anything this includes setting it to only ".", which should work for the local directory's includes. Here is the message you get (fyi the file being processed has no include/require statements and it there is no prepend or append file set in PHP.ini -- 4.1.0) Warning: Failed opening '/htdocs/test/dir.php' for inclusion (include_path='.') in Unknown on line 0 I have observed this bug 4.06, 4.08, 4.1.0 ... I'm not sure if other breeds of Win32 are effected. -Garth -- Edit bug report at: http://bugs.php.net/?id=14563&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]