ID: 14563
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: *Configuration Issues
Operating System: Windows 2000 (Win2K)
PHP Version: 4.1.0
New Comment:
> Windows needs a ; as seperator between include paths, not :
yep I know, uncommented the wrong line... effect is the same...
Changed PHP.ini to
include_path = ".;y:\apache\includes"
restarted apache
Warning: Failed opening '/apache/htdocs/curl_banking.php' for inclusion
(include_path='.;y:\apache\includes') in Unknown on line 0
Previous Comments:
------------------------------------------------------------------------
[2001-12-17 12:07:22] [EMAIL PROTECTED]
Windows needs a ; as seperator between include paths, not :
------------------------------------------------------------------------
[2001-12-17 12:06:19] [EMAIL PROTECTED]
sorry,
changed it back to
include_path = "."
restarted apache
Warning: Failed opening '/apache/htdocs/curl_banking.php' for inclusion
(include_path='.') in Unknown on line 0
------------------------------------------------------------------------
[2001-12-17 12:03:32] [EMAIL PROTECTED]
Apache was able to read static HTML, before I did
the the following:
- set "Full control" to user "Everyone"
- set PHP.ini -> include_path = ".:/php/includes"
I still get the same error:
Warning: Failed opening '/apache/htdocs/curl_banking.php' for inclusion
(include_path='.:/php/includes') in Unknown on line 0
(again the file has no include/require statements)
Please advise.
------------------------------------------------------------------------
[2001-12-17 11:54:55] [EMAIL PROTECTED]
> Windows NT & 2000 have a permission-system (NTFS). Check it out.
Thanks, I'll try the folder permissions thing.
------------------------------------------------------------------------
[2001-12-17 11:53:06] [EMAIL PROTECTED]
> There is no specific need to set it to ".". It's the default.
If it is the same as the default, shouldn't it work?
If I can't get
include_path="."
to work under Win2K SAPI, how would
include_path=".;C:\PHP\includes"
ever be able to function?
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=14563
Edit this 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]