php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55145 SOAP Unspecified Error
Submitted: 2011-07-06 06:31 UTC Modified: 2013-02-18 00:34 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: robertoregan at eircom dot net Assigned:
Status: No Feedback Package: SOAP related
PHP Version: 5.3.6 OS: RHEL 5 - 64 bit
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: robertoregan at eircom dot net
New email:
PHP Version: OS:

 

 [2011-07-06 06:31 UTC] robertoregan at eircom dot net
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-06 06:33 UTC] robertoregan at eircom dot net
I forgot to mention that one of the main issues with this is that no exception is thrown or any error generated. The script simply dies.
 [2011-07-07 19:21 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2011-07-07 19:21 UTC] felipe@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC