php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16022 php 4.1.2 windows binary zip
Submitted: 2002-03-12 13:04 UTC Modified: 2002-03-22 17:03 UTC
From: matled at uni dot de Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.1.2 OS: windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matled at uni dot de
New email:
PHP Version: OS:

 

 [2002-03-12 13:04 UTC] matled at uni dot de
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-12 18:26 UTC] sniper@php.net
Your include path setting is wrong.
Make it 'include_path=".;c:\php4\pear"'.

 [2002-03-18 20:57 UTC] HummerX123 at hotmail dot com
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-22 17:03 UTC] matled at uni dot de
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.).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 15:01:28 2024 UTC