ID: 37002 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Scripting Engine problem PHP Version: 5.1.2 -Assigned To: +Assigned To: andrei
Previous Comments: ------------------------------------------------------------------------ [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