Re: zend_execute_internal hook missing from PHP 5

From: Date: Mon, 21 May 2012 12:22:20 +0000
Subject: Re: zend_execute_internal hook missing from PHP 5
References: 1  Groups: php.internals 
Request: Send a blank email to internals+get-60624@lists.php.net to get a copy of this message
On Mon, 21 May 2012, Stefan Esser wrote:

> While this has no immediate impact for average PHP users, it basically 
> kills the possibility for an extension like Suhosin to catch all 
> function starts. This should also be a problem for your DTRACE 
> support. And IIRC Xdebug was hooking this point (at least in the 
> past), too.

Indeed. And it finally explains why functions called from array_map() 
didn't show up in function traces anymore!

> My suggestion is to change the code to call the hook again.

Yes, I'd like that too.

cheers,
Derick


Thread (10 messages)

« previous php.internals (#60624) next »