From:
Operating system: ubuntu
PHP version: 5.3SVN-2010-10-20 (snap)
Package: *Configuration Issues
Bug Type: Bug
Bug description:Include path cannot be appended to for default include_path
Description:
------------
The default php include_path cannot be appended to by using
${include_path}
I have a machine which has no include_path set in php.ini, the system
picks
up the default include_path path from the build-defs.h during the build.
gop...@delta:~$ /opt/php53/bin/php -v
PHP 5.3.4-dev (cli) (built: Oct 12 2010 18:47:42)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
gop...@delta:~$ /opt/php53/bin/php -i | grep include_path
include_path => .:/opt/php53//lib/php => .:/opt/php53//lib/php
gop...@delta:~$ cat php-bug.ini
include_path=${include_path}:/tmp
gop...@delta:~$ /opt/php53/bin/php -c php-bug.ini -i | grep include_path
include_path => :/tmp => :/tmp
Test script:
---------------
gop...@delta:~$ cat php-bug.ini
include_path=${include_path}:/tmp
gop...@delta:~$ /opt/php53/bin/php -c php-bug.ini -i | grep include_path
include_path => :/tmp => :/tmp
Expected result:
----------------
include_path => .:/opt/php53//lib/php:/tmp => .:/opt/php53//lib/php:/tmp
Actual result:
--------------
include_path => :/tmp => :/tmp
--
Edit bug report at http://bugs.php.net/bug.php?id=53121&edit=1
--
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=53121&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=53121&r=trysnapshot53
Try a snapshot (trunk):
http://bugs.php.net/fix.php?id=53121&r=trysnapshottrunk
Fixed in SVN:
http://bugs.php.net/fix.php?id=53121&r=fixed
Fixed in SVN and need be documented:
http://bugs.php.net/fix.php?id=53121&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=53121&r=alreadyfixed
Need backtrace:
http://bugs.php.net/fix.php?id=53121&r=needtrace
Need Reproduce Script:
http://bugs.php.net/fix.php?id=53121&r=needscript
Try newer version:
http://bugs.php.net/fix.php?id=53121&r=oldversion
Not developer issue:
http://bugs.php.net/fix.php?id=53121&r=support
Expected behavior:
http://bugs.php.net/fix.php?id=53121&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=53121&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=53121&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=53121&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53121&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=53121&r=dst
IIS Stability:
http://bugs.php.net/fix.php?id=53121&r=isapi
Install GNU Sed:
http://bugs.php.net/fix.php?id=53121&r=gnused
Floating point limitations:
http://bugs.php.net/fix.php?id=53121&r=float
No Zend Extensions:
http://bugs.php.net/fix.php?id=53121&r=nozend
MySQL Configuration Error:
http://bugs.php.net/fix.php?id=53121&r=mysqlcfg