php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34961 include_path always points to ".;C:\php5\pear"
Submitted: 2005-10-23 04:18 UTC Modified: 2005-10-23 17:25 UTC
From: aledmb at gmail dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5.0.5 OS: Windows XP
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: aledmb at gmail dot com
New email:
PHP Version: OS:

 

 [2005-10-23 04:18 UTC] aledmb at gmail dot com
Description:
------------
No matter what I set include_path to point to, it always points to ".;C:\php5\pear", according to phpinfo().

Im sure that I dont have any other php.ini in my file system, that I have just one include_path directive in php.ini, and that its set.

Reproduce code:
---------------
in php.ini:
include_path = ".;c:\include"

in .php file:
<?php phpinfo(); ?>

Expected result:
----------------
Directive	Local Value	Master Value
include_path	.;C:\include	.;C:\include

Actual result:
--------------
Directive	Local Value	Master Value
include_path	.;C:\php5\pear	.;C:\php5\pear

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-23 13:16 UTC] tony2001@php.net
How exactly did you set it ?
 [2005-10-23 17:18 UTC] aledmb at gmail dot com
Do you mean its value?
I posted it in the "reproduce code" section.

Anyway, its include_path = ".;c:\include"
 [2005-10-23 17:25 UTC] aledmb at gmail dot com
please ignore this...
bogus...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 15:01:29 2024 UTC