From: Operating system: Windows XP PHP version: 5.3.3 Package: SOAP related Bug Type: Bug Bug description:SoapClient::SoapClient ignores include_path
Description: ------------ Say test.wsdl is placed in the include_path but that the script running is not. Test script: --------------- <?php new SoapClient('test.wsdl', array()); ?> Expected result: ---------------- I would expect there to be no output - I would expect the test.wsdl file to be loaded from the include_path. Actual result: -------------- Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'test.wsdl' : failed to load external entity "APIService.wsdl" in /not/in/include/path/test.php:2 Stack trace: #0 /not/in/include/path/test.php2): SoapClient->SoapClient('test.wsdl', Array) #1 {main} thrown in /not/in/include/path/test.php on line 2 -- Edit bug report at http://bugs.php.net/bug.php?id=53302&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53302&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53302&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53302&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53302&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53302&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53302&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53302&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53302&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53302&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53302&r=support Expected behavior: http://bugs.php.net/fix.php?id=53302&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53302&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53302&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53302&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53302&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=53302&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53302&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53302&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53302&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53302&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53302&r=mysqlcfg