Edit report at https://bugs.php.net/bug.php?id=63378&edit=1
ID: 63378
User updated by: spamik at yum dot pl
Reported by: spamik at yum dot pl
Summary: xmlreader libxml2 2.9.0 undefined symbol:
xmlTextReaderSetup
Status: Not a bug
Type: Bug
Package: XML Reader
PHP Version: 5.4.8
Block user comment: N
Private report: N
New Comment:
Not an answer. Not related to the question. Yes a bug in libxml extension which
is
not compatibile with new libxml2 libs.
Previous Comments:
------------------------------------------------------------------------
[2012-10-29 15:25:36] [email protected]
Sorry, but your problem does not imply a bug in PHP itself. For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. Due to the volume
of reports we can not explain in detail here why your report is not
a bug. The support channels will be able to provide an explanation
for you.
Thank you for your interest in PHP.
Not a PHP problem. Try a clean PHP build on your system again.
------------------------------------------------------------------------
[2012-10-28 21:29:03] spamik at yum dot pl
Description:
------------
<?php
$xml = new XMLReader();
$xmldata = '<TestOne><tag>data</tag><tag>data</tag></TestOne>';
$xml->XML($xmldata);
?>
php 5.4.8 compiled with libxml2 2.9.0
/usr/bin/php: symbol lookup error: /usr/bin/php: undefined symbol:
xmlTextReaderSetup
It works when php is compiled against libxml2 2.6.26
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=63378&edit=1