The new output buffering mechanism has a compatibility function for people
/ extensions that use the "old way". There is a compatibility function
php_output_handler_compat_func(). It is not quite as compatible as it
should be, and any code that depends on it will break. Using the "old way"
if t
Hi all,
I am writing an extension that does performance monitoring. I guess
somewhat like xdebug but a bit different. The user can specify the
functions / methods they care about and I will time the execution of those
things. I do this by hooking zend_execute. My hook is:
void
rrdmon_execute
Hello all,
I am new to this list and I am wondering if this is the appropriate place
to ask a question about the internals for an extension, or is there a more
appropriate list for that purpose? My issue is fairly technical and
involved with the deep guts of Zend so I suspect this may be the r