Home » Configuration » Config » Bug #2742
missing trim on result array key
Details
| Submitted | 2004-11-12 15:48 UTC |
|---|---|
| From | frutik at gmail dot com |
| Assigned | ryansking |
| Status | Closed |
| Package | Config |
| PHP Version | 4.3.9 |
| Roadmaps | (Not assigned) |
Comments
[2004-11-12 15:48 UTC] frutik at gmail dot com
Description:
------------
when parsing ini files - keys not trimed when "=" separated from parameter name by space and i get $some['var '] instead of expected $some['var']
[2004-11-23 05:27 UTC] ryansking at mac dot com
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.
This has been fixed in CVS and a new release is
emminent.
[2005-01-30 10:58 UTC] dasher at inspiredthinking dot co dot uk
This is still a problem.
Container Line 88 should be:
$this->name = trim($name);