|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-07-14 07:49 UTC] furymedia at gmail dot com
[2024-05-31 19:56 UTC] nielsdos@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: nielsdos
[2024-05-31 19:56 UTC] nielsdos@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 06:00:01 2025 UTC |
Description: ------------ I tried to create a SOAP client but I still used the wrong (production) URL which returned a 403 error that crashed Apache/PHP. After running a small test I found that this also occurs when an invalid WSDL file is called. Test script: --------------- <?php try { $soapClient = new SoapClient('http://www.google.com', array('trace'=>1)); } catch (SoapFault $soapFault) { var_dump($soapFault); } ?> Expected result: ---------------- I would expect to get a SOAP exception. Actual result: -------------- Faulting application httpd.exe, version 2.2.9.0, time stamp 0x4852383f, faulting module php5ts.dll, version 5.3.6.0, time stamp 0x4d81e545, exception code 0xc0000005, fault offset 0x000af53f, process id 0x12e8, application start time 0x01cc42154256cbff.