unread
Hi all -
I was looking to see if there was anything obvious to prevent CLI
building, and found that the CVS viewer has several commit reports
missing. Andi made a few changes to the zend_mm and zend_alloc files on
June 24th which aren't reported there (but which made it to
php-cvs@lists.php.net). Among them is the following:
andi Mon Jun 24 03:22:27 2002 EDT
Modified files:
/ZendEngine2 zend_alloc.c zend_alloc.h zend_mm.h
Log:
- Don't keep allocated blocks in a linked list if we're in non-debug
mode - as now the memory manager takes care to nuke all leaking blocks.
This is the only place I've found where non-debug mode is treated
differently from debug mode - it seems a good starting point..
(I can't just build it using older versions of the files in question due
to Zeev's new pemalloc stuff).
- Steph (this is way over my head now).