ID: 37002
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Assigned
+Status: Closed
Bug Type: Scripting Engine problem
PHP Version: 5.1.2
Assigned To: dmitry
Previous Comments:
------------------------------------------------------------------------
[2006-04-12 09:52:12] [EMAIL PROTECTED]
Fixed in CVS HEAD and PHP_5_1.
------------------------------------------------------------------------
[2006-04-10 22:41:22] [EMAIL PROTECTED]
Dmitry, I heard you know how to fix this? :)
------------------------------------------------------------------------
[2006-04-06 21:22:05] [EMAIL PROTECTED]
Description:
------------
>
> Another problem that I've hit is the following include path setting
does not
> work (ie. putting ${include_path} at the end)
>
> include_path = /home/y/share/pear:${include_path}
Yeah, a bit of a bug in the ini file parser. You can work around it
for
now by doing:
include_path = "/home/y/share/pear":${include_path}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37002&edit=1