|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-10 22:41 UTC] sniper@php.net
[2006-04-12 09:52 UTC] dmitry@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
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}