ID: 16022 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Apache related Operating System: windows PHP Version: 4.1.2 New Comment:
i used in my httpd.conf path as on unix, because all was on the same partition. apache works without problems, but php from version 4.1.2 upwards does not seem to like it. changing it to s:/www/htdocs/ instead of /www/htdocs/ fixes the problem. i think it was a nice possibility by putting apache and everything else related on one partition and using unix like paths (/usr/bin/perl e.g.). Previous Comments: ------------------------------------------------------------------------ [2002-03-18 20:57:23] [EMAIL PROTECTED] after I upgrade to 4.1.2 from 4.1.1 the php module version of Apache stop working all my working php script would throw an error Warning: Failed opening 'path_of_the_script' for inclusion (include_path='c:\php4\pear') in Unknown on line 0 even the one that doesn't require the use of include or require function. In fact one of the script only have phpinfo() in it. I've try to play around with the include_path however this make no different. ------------------------------------------------------------------------ [2002-03-12 18:26:18] [EMAIL PROTECTED] Your include path setting is wrong. Make it 'include_path=".;c:\php4\pear"'. ------------------------------------------------------------------------ [2002-03-12 13:04:17] [EMAIL PROTECTED] The windows binary zip file apache module dll shows version 4.1.3-dev when starting apache. Tt doesn't start at all if a php.ini is in %SystemRoot%. If it is loaded every php file just shows an error as: Warning: Failed opening '/path/to/foo.php' for inclusion (include_path='c:\php4\pear') in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16022&edit=1