Home » Configuration » Config » Bug #1323
XML Config file parser doesn't use 'encoding' option
Details
| Submitted | 2004-05-01 05:32 UTC |
|---|---|
| From | maximgb at yandex dot ru |
| Assigned | mansion |
| Status | Closed |
| Package | Config |
| PHP Version | 4.3.6 |
| OS | Windows2000 pro |
| Roadmaps | (Not assigned) |
Comments
[2004-05-01 05:32 UTC] maximgb at yandex dot ru
Description:
------------
The Config_Container_XML class didn't use 'encoding' option
value passed to it from the Config::parseConfig()
The reason is in the Config_Container_XML::parseDatasrc().
The string $this->XML_Parser(null, 'event');
should be $this->XML_Parser($this->options['encoding'], 'event');
[2004-06-04 09:50 UTC] bmansion at mamasam 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.