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:

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.


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to