PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Configuration » Config » Bug #1323

XML Config file parser doesn't use 'encoding' option

Details

Submitted2004-05-01 05:32 UTC
Frommaximgb at yandex dot ru
Assignedmansion
StatusClosed
PackageConfig
PHP Version4.3.6
OSWindows2000 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.