From: aigors at inbox dot lv Operating system: Windows XP PHP version: 5.2.10 PHP Bug Type: Reproducible crash Bug description: SoapClient invalid wsdl crashes php with file error_log active
Description: ------------ SoapClient crashes the PHP when invalid wsdl_url is used and file php log output is configured in the php.ini. Reproduce code: --------------- PHP code: <?php new SoapClient('http://example.com'); ?> php.ini-dist and php.ini changes: --- C:/php5/php.ini-dist +++ C:/php5/php.ini -log_errors = Off +log_errors = On -;error_log = filename +error_log = c:/php_log -;extension=php_soap.dll +extension=php_soap.dll Expected result: ---------------- SoapFault Exception should be thrown. Actual result: -------------- PHP crashes with system log message "Faulting application php.exe, version 5.2.10.10, faulting module php5ts.dll, version 5.2.10.10, fault address 0x000abc6f." -- Edit bug report at http://bugs.php.net/?id=48706&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48706&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48706&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48706&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48706&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48706&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48706&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48706&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48706&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48706&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48706&r=support Expected behavior: http://bugs.php.net/fix.php?id=48706&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48706&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48706&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48706&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48706&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48706&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48706&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48706&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48706&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48706&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48706&r=mysqlcfg