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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 19 19:01:28 2024 UTC