From:             
Operating system: Windows Vista SP2
PHP version:      5.3.6
Package:          SOAP related
Bug Type:         Bug
Bug description:PHP / Apache crashes on creation of a SOAP client.

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.

-- 
Edit bug report at https://bugs.php.net/bug.php?id=55206&edit=1
-- 
Try a snapshot (PHP 5.2):            
https://bugs.php.net/fix.php?id=55206&r=trysnapshot52
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=55206&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=55206&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=55206&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=55206&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=55206&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=55206&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=55206&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=55206&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=55206&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=55206&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=55206&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=55206&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=55206&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=55206&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=55206&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=55206&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=55206&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=55206&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=55206&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=55206&r=mysqlcfg
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=55206&r=trysnapshot54

Reply via email to