From:             arnaud dot lb at gmail dot com
Operating system: 
PHP version:      5.2.6
PHP Bug Type:     SOAP related
Bug description:  All tests fail with --disable-xml

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 bug report at http://bugs.php.net/?id=45492&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45492&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45492&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45492&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45492&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45492&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45492&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45492&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45492&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45492&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45492&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45492&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45492&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45492&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45492&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45492&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45492&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45492&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45492&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45492&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45492&r=mysqlcfg

Reply via email to