Issue Details (XML | Word | Printable)

Key: ZF-4152
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Alexander Veremyev
Reporter: Frank Ruske
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Segmentation fault due to call_user_func_array recursion

Created: 01/Sep/08 08:59 AM   Updated: 10/Sep/08 12:31 PM   Resolved: 10/Sep/08 12:31 PM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Soap_Client
Affects Version/s: 1.6.0RC3
Fix Version/s: 1.6.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide

Zend_Soap_Client_Common::__doRequest

should be renamed to

Zend_Soap_Client_Common::_doRequest

with php 5.2.5 that caused a seg fault, most properly due to an endless recursion.

Maybe its a php bug too, i'll check it but for sure this is a bug in Zend_Soap_Client_Common.

That took some time to find

Regards Frank Ruske



julien PAULI added a comment - 02/Sep/08 12:41 AM

Confirmed from me


Alexander Veremyev added a comment - 10/Sep/08 12:31 PM

Thanks for the report!

Just fixed.