From:             
Operating system: RHEL 5 - 64 bit
PHP version:      5.3.6
Package:          SOAP related
Bug Type:         Bug
Bug description:SOAP Unspecified Error

Description:
------------
* The PHP version is actually 5.3.3 (Wasn't an option on drop-down)

I have an application that generates a large amount of soap connections to
external web services. Any errors that occur are caught and handled. A few
months back I upgraded to 5.3.3. Fairly quickly we started to experience a
strange error where a SOAP connection would fail and the whole application
would bomb out. No error message or anything. The only way we were able to
get any data on what was happening was by registering a shutdown function
and using error_get_last() which printed...

SoapClient::__doRequest(): connect() failed: Unspecified error

This error only occurred in maybe one in every 1000 soap requests but was
detrimental for our application. 
We were forced to revert to a 5.2.x version which works fine.

Test script:
---------------
NA

Expected result:
----------------
NA

Actual result:
--------------
NA

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

Reply via email to