History log of /PHP-7.2/Zend/zend_alloc.h (Results 151 – 155 of 155)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1250c43a 22-May-1999 Zeev Suraski

* Add struct name to all typedef's so that they can be debugged with MSVC
* Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus
causing AiCount to be decreased multi

* Add struct name to all typedef's so that they can be debugged with MSVC
* 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

show more ...


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 1aa2c5c0 23-Apr-1999 Zeev Suraski

Ok, call me crazy, because I probably am.
Thread safe version now uses a C++ scanner object. Works fully.


Revision tags: BEFORE_STACK_PATCH
# 4472d050 10-Apr-1999 Zeev Suraski

Allow runtime setting of the memory limit


# 2e9886de 10-Apr-1999 Zeev Suraski

Get rid of php3_ini in Zend


Revision tags: CLOSED_BETA
# 573b4602 07-Apr-1999 Andi Gutmans

Zend Library


1234567