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
 [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 04 13:01:30 2024 UTC