Edit report at https://bugs.php.net/bug.php?id=55145&edit=1
ID: 55145 Updated by: [email protected] Reported by: robertoregan at eircom dot net Summary: SOAP Unspecified Error -Status: Feedback +Status: No Feedback Type: Bug Package: SOAP related Operating System: RHEL 5 - 64 bit PHP Version: 5.3.6 New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2011-07-07 19:21:05] [email protected] Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2011-07-06 06:33:57] 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-06 06:31:43] 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 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55145&edit=1
