summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-splitSVN Migration1999-09-261-129/+0
|
* - Shift around header files.Andi Gutmans1999-09-051-1/+3
|
* Beef up debug macrosZeev Suraski1999-08-281-28/+29
|
* Better debug macrosZeev Suraski1999-08-271-39/+34
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* * Support recoverable failure from erealloc()Zeev Suraski1999-07-091-21/+24
| | | | | * Fix the shutdown code on an unrecoverable erealloc() failure
* * Make the memory leak reporting code much better with repeatsZeev Suraski1999-06-261-0/+1
| | | | | * Remove useless variables
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-1/+1
| | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I
* Ok, call me crazy, because I probably am.Zeev Suraski1999-04-231-0/+4
| | | | | Thread safe version now uses a C++ scanner object. Works fully.
* Allow runtime setting of the memory limitZeev Suraski1999-04-101-1/+1
|
* Get rid of php3_ini in ZendZeev Suraski1999-04-101-0/+2
|
* Zend LibraryAndi Gutmans1999-04-071-0/+117