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:
I never said it does not build!
/usr/bin/php: undefined symbol: xmlTextReaderSetup
is obviosly runtime crash not a build problem (which does not happen when build
against very old libxml2 2.6.26)
I always do clean build.
Previous Comments:
------------------------------------------------------------------------
[2013-02-21 12:36:14] [email protected]
@spamik at yum dot pl
What Felipe said is correct. It builds just fine using 2.9.0 (be unix or
windows).
Try again using a clean build (read: either download 5.4.x again or do a
buildconf, configure, etc.).
------------------------------------------------------------------------
[2013-02-20 23:58:13] spamik at yum dot pl
Not an answer. Not related to the question. Yes a bug in libxml extension which
is
not compatibile with new libxml2 libs.
------------------------------------------------------------------------
[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