ID: 45492 Updated by: [EMAIL PROTECTED] Reported By: arnaud dot lb at gmail dot com -Status: Open +Status: Closed Bug Type: SOAP related PHP Version: 5.2.6 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-12 17:37:05] arnaud dot lb at gmail dot com Sorry, the reproduce procedure was incomplete. This configure line makes the bug reproducible: ./configure --disable-all --enable-libxml --enable-soap --enable-cli --with-pcre-regex Then, run: TESTS=ext/soap/tests/schema/*.phpt make test I just tested with php5.2-latest.tar.gz. ------------------------------------------------------------------------ [2008-07-12 16:15:14] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.2-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.2-win32-installer-latest.msi I can't reproduce: configure: error: SOAP extension requires LIBXML extension, add --enable-libxml ------------------------------------------------------------------------ [2008-07-12 14:34:10] arnaud dot lb at gmail dot com Description: ------------ When PHP compiled with --disable-xml, all SOAP tests are failing with the following error: $ cat ext/soap/tests/schema/schema085.diff 001+ Fatal error: Call to undefined function xml_parser_create() in /tmp/php-5.2.6/ext/soap/tests/schema/test_schema.inc on line 64 Reproduce code: --------------- ./configure --disable-all --enable-soap --enable-cli --with-pcre-regex make make test Expected result: ---------------- All SOAP tests using xml_* functions should be skipped when the xml parser extension is not loaded Actual result: -------------- SOAP tests are not skipped and fail ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45492&edit=1
