ID:          45492
 Updated by:  [EMAIL PROTECTED]
 Reported By: arnaud dot lb at gmail dot com
-Status:      Open
+Status:      Feedback
 Bug Type:    SOAP related
 PHP Version: 5.2.6
 New Comment:

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


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to