2013/2/28 Derick Rethans <der...@php.net>:
> On Thu, 28 Feb 2013, Anthony Ferrara wrote:
>
>> It appears that xdebug is borking generator exception handling.  Without
>> xdebug the following two tests pass, but with it they fail:
>>
>> Generator::throw() where the exception is caught in the generator
>> [Zend/tests/generators/throw_caught.phpt]
>> Generator::throw() where the generator throws a different exception
>> [Zend/tests/generators/throw_rethrow.phpt]
>
> I guess that's because something hijacks the throw exception handler,
> it's the samething with SOAP. This should be addressed so that there is
> a chain/set of handlers instead.

I'm all for it since I have the same problem with APM as well.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to