History log of /PHP-5.5/Zend/zend_alloc.c (Results 226 – 250 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b90bc0b1 26-Dec-1999 Zeev Suraski

Fix buglet


# aec33aa7 26-Dec-1999 Zeev Suraski

Introduce a zval-specific cache - 5-15% speed improvement


# c517633b 26-Dec-1999 Zeev Suraski

namespace protection


# 3a474311 21-Dec-1999 Zeev Suraski

No need to block for interruptions so early


Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 4481898f 27-Nov-1999 Zeev Suraski

Add ability to disable the memory cache


# b264733b 22-Nov-1999 Zeev Suraski

Fix compile problem with enable-memory-limit


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2, PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# 009025e0 06-Sep-1999 Stig S. Bakken

* header file cleanup
* fixed --enable-thread-safety build for UNIX

I don't have a Win32 environment available, could someone please try
compiling on Win32 to see if I got all the he

* header file cleanup
* fixed --enable-thread-safety build for UNIX

I don't have a Win32 environment available, could someone please try
compiling on Win32 to see if I got all the header file stuff right there?

show more ...


# 99947a25 05-Sep-1999 Andi Gutmans

- Shift around header files.


# 81e0131b 28-Aug-1999 Zeev Suraski

*** empty log message ***


# cda27ae9 28-Aug-1999 Zeev Suraski

Beef up debug macros


# aa8b27ba 27-Aug-1999 Zeev Suraski

Better debug macros


Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# 8d1de13a 19-Jul-1999 Zeev Suraski

0.91 update


# b5b11177 16-Jul-1999 Zeev Suraski

License update


# 3b037ebb 10-Jul-1999 Zeev Suraski

Oh, that dumb bug.


# cccd2445 10-Jul-1999 Zeev Suraski

Get rid of AiCount completely


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# cdce334c 09-Jul-1999 Zeev Suraski

*** empty log message ***


# cc26d0e6 09-Jul-1999 Zeev Suraski

Send a SIGSEGV instead of exiting, to trigger a core dump


# 6abe9c34 09-Jul-1999 Zeev Suraski

* Support recoverable failure from erealloc()
* Fix the shutdown code on an unrecoverable erealloc() failure


# 98b6ddda 26-Jun-1999 Zeev Suraski

* Make the memory leak reporting code much better with repeats
* Remove useless variables


# 3eac45ea 22-Jun-1999 Zeev Suraski

* Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead
of zval *, and it wasn't using reference counting)
* Fix a memory leak in static array()'s with textual indices


# 63f2cc9f 31-May-1999 Zeev Suraski

*** empty log message ***


# 88029643 30-May-1999 Sascha Schumann

* fix some casts
* introduce unary_op_type - cleaner than casting data voids to function ptrs


# 741b8161 28-May-1999 Zeev Suraski

* Support getThis() for internal functions.
* Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't
work with the optimizer).
* Add new macros for standardized defini

* Support getThis() for internal functions.
* Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't
work with the optimizer).
* Add new macros for standardized definition of classes.
* Only report AiCount problems if shutdown was not silent.

show more ...


# 05f6cf54 22-May-1999 Zeev Suraski

Warn about AiCount not zeroing out


# 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 ...


1234567891011