php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7434 Include failed
Submitted: 2000-10-24 10:31 UTC Modified: 2000-10-27 22:58 UTC
From: jprimke at cbs-systemhaus dot de Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.3pl1 OS: WIN2000
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: jprimke at cbs-systemhaus dot de
New email:
PHP Version: OS:

 

 [2000-10-24 10:31 UTC] jprimke at cbs-systemhaus dot de
I'm use PHP under Win2000 with IIS.
with a file contens:

<HTML>
<BODY>
<?
  phpinfo();
?>
</BODY>
</HTML>

i become warning: Failed opening 'D:\web\htdocs\info.php' for inclusion (include_path='D:\web\htdocs') in Unknown on line 0

what can i do?

Thanks

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-27 22:58 UTC] dbeu@php.net
edit you php.ini and check the settings for autoprepend file, autoappend file and the include path.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 05:01:28 2025 UTC