It seems that when I switched from running my PHP 4.1.0 from running as a CGI to running as an SAPI on Win2K, I get the error below on every page:
Warning: Failed opening '/htdocs/test/dir.php' for inclusion (include_path='.') in Unknown on line 0 ^^^--- After this message PHP stops w/ no logged error Since, I don't get this message in CGI-mode OR when unset my PHP.ini file's include_path value, I'm thinking it must be something messed up in my Apache config... Either that or perhaps this is a bug?? Any ideas? -Garth Apache 1.2.20 config info ------------------------- Here is what I did to my Apache httpd.conf: < AddType application/x-httpd-php .php < AddType application/x-httpd-php-source .phps < Action application/x-httpd-php "/php/php.exe" < Action application/x-httpd-php3 "/php/php3/php3.exe" replaced by: > LoadModule php4_module php/sapi/php4apache.dll Northern.CA ===-- http://www.northern.ca Canada's Search Engine -- PHP General 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]