ID:               41966
 Comment by:       jeffreyd dot davis at gmail 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:

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


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

[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] sni...@php.net

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.

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

[2007-07-11 17:28:07] badaboom003-asdf at yahoo dot com

Description:
------------
Using:
Apache/2.2.3 (Ubuntu) PHP/5.2.1

can't change the include_path in php.ini. it always defaults to:
".:/usr/share/php:/usr/share/pear".

i know i'm using the correct php.ini file because it shows the correct
Configuration File Path in phpinfo().

i can successfully set other variables in php.ini such as memory_limit
or whatever, restart apache, and everything works fine. however, when i
try to change the include_path, nothing happens.

Reproduce code:
---------------
; UNIX: "/path1:/path2"
include_path =
".:/usr/share/php:/usr/share/php/PEAR:/var/somesite/app/classes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"

Expected result:
----------------
when i run phpinfo() i should see:

include_path .:/usr/share/php:/usr/share/pear:/var/somesite/app/classes

Actual result:
--------------
what i actually see is:

include_path .:/usr/share/php:/usr/share/pear


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


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

Reply via email to