ID: 45557 Updated by: [EMAIL PROTECTED] Reported By: Fedora at FamilleCollet dot com -Status: Open +Status: Closed Bug Type: DOM XML related Operating System: Linux (Fedora 9) PHP Version: 5.3CVS-2008-07-18 (snap) New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-07-18 18:38:25] Fedora at FamilleCollet dot com Simple patch proposal witch solves this issue : http://remi.fedorapeople.org/php-5.3.0-visibility.patch Regards ------------------------------------------------------------------------ [2008-07-18 18:33:43] Fedora at FamilleCollet dot com Description: ------------ After successful compilation xml extension doesn't load Reproduce code: --------------- php -v Expected result: ---------------- PHP 5.3.0-dev (cli) (built: Jul 18 2008 20:20:22) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies Actual result: -------------- # php -v PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/dom.so' - /usr/lib64/php/modules/dom.so: undefined symbol: php_libxml_node_free_resource in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/xmlreader.so' - /usr/lib64/php/modules/xmlreader.so: undefined symbol: dom_node_class_entry in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/xsl.so' - /usr/lib64/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0 PHP 5.3.0-dev (cli) (built: Jul 18 2008 20:20:22) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45557&edit=1