ZF-4152: Segmentation fault due to call_user_func_array recursion
Description
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
Comments
Posted by julien PAULI (doctorrock83) on 2008-09-02T00:41:17.000+0000
Confirmed from me
Posted by Alexander Veremyev (alexander) on 2008-09-10T12:31:48.000+0000
Thanks for the report!
Just fixed.