Edit report at https://bugs.php.net/bug.php?id=63378&edit=1

 ID:                 63378
 Updated by:         paj...@php.net
 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:

@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.).


Previous Comments:
------------------------------------------------------------------------
[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] fel...@php.net

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

Reply via email to