php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18212 include_path fail
Submitted: 2002-07-07 15:55 UTC Modified: 2002-07-07 16:23 UTC
From: edisonrd at divisionsistemas dot com dot co Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.2.1 OS: Windows 2000
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: edisonrd at divisionsistemas dot com dot co
New email:
PHP Version: OS:

 

 [2002-07-07 15:55 UTC] edisonrd at divisionsistemas dot com dot co
When run a script with include() sentence the web server show this message

"Warning: Failed opening 'C:\PHP\samples\phpxml\goverment.php' for inclusion (include_path='c:/php/samples;c:/php/pear') in Unknown on line 0"

I do configure the PHP.INI 
I wrote this line:

include_path = "c:\php\samples;c:\php\pear"

But The script no run.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-07 16:23 UTC] derick@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.

Most likely a permissions problem.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 04:01:34 2024 UTC