To me it appears that we could remove patch-Zend_zend_alloc_c.
The code behind it is hidden behind ZEND_MM_HEAP_PROTECTION and
ZEND_MM_COOKIES, which are both defined as ZEND_DEBUG at the top
of the file, which in turn is defined as 0 in php_config.h.

So is it worth keeping such patches around if they apply to code
that's disabled? Or do we want them around to protect an innocent
soul who wants to venture out with custom compile options (in
this case --debug).

martijn@

Reply via email to