ID:               41966
 Comment by:       david_pidcock at yahoo dot com
 Reported By:      badaboom003-asdf at yahoo dot com
 Status:           No Feedback
 Bug Type:         PHP options/info functions
 Operating System: Ubuntu 7.04 Feisty Fawn AMD64
 PHP Version:      5.2.3
 New Comment:

Using 5.1.6 on red hat

Same problem.  I ran 
php -i | grep include_path 
and the output was what was I have in the php.ini file.  

However, the phpInfo() output is .:/usr/share/pear
Also,  using get_include_path() I also get the /pear path instead of
the one I expect.

Finally, the system does not include files from the path I entered into
php.ini   (so it's not just a cosmetic problem).


Previous Comments:
------------------------------------------------------------------------

[2009-07-10 10:34:22] dave at dtracorp dot com

try running php -i | grep include_path from the command line, perhaps
there is a syntax error in your php.ini

------------------------------------------------------------------------

[2009-07-10 10:20:41] dave at dtracorp dot com

this just happened to me as well, on a debian machine
just randomly, i was updating some code, and then for some reason it
just stopped working
using php 5.3.0, the include_path is set, /several/paths/to/include in
the php.ini
it is the correct php.ini, as it says in phpinfo(), when i remove the
ini file, the include path stays the same, /path/to/php/install/lib/php
when i put the ini file back, it still says that

php built as a cgi

------------------------------------------------------------------------

[2009-03-18 19:07:37] jeffreyd dot davis at gmail dot com

This is still a problem with PHP 5.2.5. I am running on a Redhat
system.

I can confirm that I am loading the correct php.ini file but my changes
have no effect. My changes to the path show up in phpinfo(), But when I
run get_include_path() it always shows the default path instead of my
changes. Also, running set_include_path() no longer has any effect,
either. This latter problem is only true as of PHP 5.2.5

------------------------------------------------------------------------

[2007-07-19 01:00:04] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2007-07-11 18:39:53] [email protected]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi

And check phpinfo() output for what php.ini files was loaded and
actually in use.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/41966

-- 
Edit this bug report at http://bugs.php.net/?id=41966&edit=1

Reply via email to