ZF-4147: Zend_Soap_Server needs more intelligent error_handler managing
Description
Zend_Soap_Server sets error handler in the constructor, but not restores it.
Note: using restore_error_handler() in destructor doesn't work since object is not destructed while previous error handler is not restored.
Comments
Posted by Alexander Veremyev (alexander) on 2008-11-03T08:50:23.000+0000
Done.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:25.000+0000
Changing issues in preparation for the 1.7.0 release.