Edit report at https://bugs.php.net/bug.php?id=64258&edit=1
ID: 64258 User updated by: spamik at yum dot pl Reported by: spamik at yum dot pl Summary: XMLReader not compatibile with new libxml2 (undefined symbol: xmlTextReaderSet) Status: Open Type: Bug Package: XML Reader PHP Version: 5.4.11 Block user comment: N Private report: N New Comment: >>Problem appears when compiling with mcrypt and extension (and libxml2 2.9)<< Package libmcrypt-devel-2.5.8-4.el5.centos.x86_64 already installed and latest version ./configure '--prefix' '/usr/share/php-5.3.21' --with-libxml-dir=/usr/libxml2- 2.9.0/ '--with-mcrypt make install <?php $xml = new XMLReader(); $xmldata = '<TestOne><tag>data</tag><tag>data</tag></TestOne>'; $xml->XML($xmldata); ?> /usr/bin/php: symbol lookup error: /usr/bin/php: undefined symbol: xmlTextReaderSetup I've also tried compiling libmcrypt from source - no changes. ./configure --prefix=/usr/libmcrypt-2.5.8 --disable-posix-threads make install ./configure '--prefix' '/usr/share/php-5.3.21' --with-libxml-dir=/usr/libxml2- 2.9.0/ '--with-mcrypt=/usr/libmcrypt-2.5.8' sill does not work (it works with libxml2 2.6.x for some reason) Previous Comments: ------------------------------------------------------------------------ [2013-02-22 00:28:10] spamik at yum dot pl I've tested with ONLY --with-libxml-dir=/usr/libxml2-2.9.0 and it does work. Some other extension (on my normal configure) must be interfering. I will try to determine which one with trial and error and soon let you know. ------------------------------------------------------------------------ [2013-02-21 15:33:00] r...@php.net Cannot reproduce. php 5.4.11 and 5.4.12 build against libxml2 and work as expected. ------------------------------------------------------------------------ [2013-02-21 00:01:56] 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.11 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 XMLReader is not compatibile with new libxml2 version. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64258&edit=1