History log of /PHP-5.5/Zend/zend_alloc.h (Results 76 – 100 of 104)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5
# b63bcebc 29-Apr-2001 Andi Gutmans

- Whitespace


# 277ab5f2 29-Apr-2001 Andi Gutmans

- Improve overwrite detection in debug mode.


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 769cde2f 19-Nov-2000 Zeev Suraski

Fix Zend build for non ZTS


# 9a0b61a6 18-Nov-2000 Zeev Suraski

Add thread-safety debugging information (idea - Dmitri Dmitrienko)


# ab3beffa 29-Oct-2000 Zeev Suraski

The new INI parser is showing some signs of life


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# a6172174 03-Jul-2000 Sascha Schumann

Replace macros which begin with an underscore through an appropiately
named macro.


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 93e95203 22-Jun-2000 Andi Gutmans

- Change cache size and only initialize part of it.


# 988435cf 14-Jun-2000 Andi Gutmans

- More correct way of doing bit mask


# 9fb095b5 09-Jun-2000 Andi Gutmans

- Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byte
- blocks. This should help fragmentation and cache hits.
- The old tree is tagged as PRE_EIGHT_BYTE_ALLOC_PATCH


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0, php-4.0RC2, PHP-4.0-RC1
# 2572b088 25-Mar-2000 Andi Gutmans

*** empty log message ***


# 5e55e47f 06-Mar-2000 Zeev Suraski

It's official now...


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 0ac9536d 19-Feb-2000 Zeev Suraski

(c) patch


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# 0296bba8 30-Jan-2000 Andi Gutmans

- Run it on align_test


# b862a8b7 29-Jan-2000 Andi Gutmans

- This will save some memory w/ GCC compilers on some platforms


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE
# c517633b 26-Dec-1999 Zeev Suraski

namespace protection


Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 93536507 01-Dec-1999 Stig S. Bakken

Fix warnings surfacing in maintainer-mode.


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
# 99947a25 05-Sep-1999 Andi Gutmans

- Shift around header files.


# 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


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 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


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


12345