Edit report at https://pear.php.net/bugs/bug.php?id=19377&edit=1
ID: 19377
Updated by: daniel.oconnor@gmail.com
Reported By: ueli-pear at heuer dot org
Summary: Call to undefined method
Config_Container_XML::XML_Parser()
-Status: Open
+Status: Closed
Type: Bug
Package: Config
Operating System: debian sid amd64
Package Version: 1.10.12
PHP Version: 5.4.0
-Assigned To:
+Assigned To: doconnor
Roadmap Versions:
New Comment:
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: doconnor
This bug has been fixed in SVN.
If this was a documentation problem, the fix will appear on pear.php.net
by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should
be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.
Previous Comments:
------------------------------------------------------------------------
[2012-04-08 12:42:06] heuer
Description:
------------
After upgrade to php5 5.4.1~rc1-1 I get "Fatal error: Call to undefined
method Config_Container_XML::XML_Parser() in
/usr/share/php/Config/Container/XML.php on line 104"
With php 5.3.x the script worked fine.
Test script:
---------------
#!/usr/bin/php
<?
require "Config.php";
$configfile = 'test.xml';
$conf = new Config();
$CONF = $conf->parseConfig($configfile,'xml')
?>
Actual result:
--------------
user@host> php test.php
PHP Fatal error: Call to undefined method
Config_Container_XML::XML_Parser() in
/usr/share/php/Config/Container/XML.php on line 104
------------------------------------------------------------------------