ID:               26704
 User updated by:  matjaz dot ostroversnik at ztm dot si
 Reported By:      matjaz dot ostroversnik at ztm dot si
-Status:           Feedback
+Status:           Open
 Bug Type:         XML related
 Operating System: linux 2.4
 PHP Version:      5.0.0b2 (beta2)
 New Comment:

Config.php is PEAR's Config.


Previous Comments:
------------------------------------------------------------------------

[2003-12-23 11:29:52] [EMAIL PROTECTED]

What is config.php?

------------------------------------------------------------------------

[2003-12-23 04:20:09] matjaz dot ostroversnik at ztm dot si

Description:
------------
it seems that xml support is broken somehow in 5.0.

This is a problem of 5.0 b2 and b3, 
but it works ok with 4.3




Reproduce code:
---------------
php code:
<?
require_once 'Config.php';
$conf = new Config();
$tree = $conf->parseConfig('h.xml', 'xml');

?>
h.html

<?xml version="1.0"  ?>
<network>
</network>


Expected result:
----------------
nothing

Actual result:
--------------
Warning: xml_parse(): Unable to call handler startHandler() in
/usr/local/lib/php/XML/Parser.php on line 265

Warning: xml_parse(): Unable to call handler cdataHandler() in
/usr/local/lib/php/XML/Parser.php on line 265

Warning: xml_parse(): Unable to call handler endHandler() in
/usr/local/lib/php/XML/Parser.php on line 265


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26704&edit=1

Reply via email to