ID: 45948 Comment by: thomas dot jarosch at intra2net dot com Reported By: thomas dot jarosch at intra2net dot com Status: Open Bug Type: DOM XML related Operating System: linux PHP Version: 5.2.6 New Comment:
The link somehow gets cropped by the bugtracker, the filename is php-5.2.6-fix-libxmlpp-clash.patch Previous Comments: ------------------------------------------------------------------------ [2008-08-29 15:51:30] thomas dot jarosch at intra2net dot com Description: ------------ Hello together, like last time in bug #29599, another apache module is using libxml2 and registering a global create/delete node callback. Right now PHP crashes on our site while using the dom extension because the callback still points to the other module. Guess libxml2 is to blame for providing -global- callbacks. Attached patch makes sure everything is clean and shiny when enter/leaving the request handled by PHP. The performance impact should be close to nothing. Hope it's useful to someone else. Link to patch: http://www.intra2net.com/de/download/opensource/php-5.2.6-fix- Thomas ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45948&edit=1
