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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 39 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 04:01:38 2024 UTC