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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 11:01:33 2024 UTC