ID: 37002 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: Scripting Engine problem PHP Version: 5.1.2 Assigned To: dmitry New Comment:
Fixed in CVS HEAD and PHP_5_1. Previous Comments: ------------------------------------------------------------------------ [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