History log of /PHP-5.4/Zend/zend_alloc.c (Results 51 – 75 of 244)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.5
# c3c5d27f 06-Nov-2007 Dmitry Stogov

Fixed windows build (Rob)


# 609aa052 06-Nov-2007 Dmitry Stogov

Allow user defined malloc/realloc/free


Revision tags: php-5.2.5RC2
# 46dc96f3 25-Oct-2007 Dmitry Stogov

Added ability to control memory consumption between request using ZEND_MM_COMPACT environment variable


Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# ae14f6ba 29-Sep-2007 Dmitry Stogov

Added "compact" handler for Zend MM storage.


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1
# d0ef6e9a 25-Jul-2007 Dmitry Stogov

Fixed bug #41713 (Persistent memory consumption on win32 since 5.2)


Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4
# a841027c 28-May-2007 Antony Dovgal

MFH


Revision tags: php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2
# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support


Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 4de76f02 09-Apr-2007 Dmitry Stogov

Fixed 64-bit support


Revision tags: RELEASE_1_0_1
# 2dd2ac6d 23-Mar-2007 Dmitry Stogov

Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)


# d514bf27 20-Mar-2007 Dmitry Stogov

Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm.


# e5b5f009 14-Mar-2007 Antony Dovgal

MFH: fix #40800 (cannot disable memory_limit with -1)


# ab699d03 12-Mar-2007 Dmitry Stogov

Fixed bug #40770 (Apache child exits when PHP memory limit reached)


# db8bbdc2 06-Mar-2007 Antony Dovgal

MFH: declare zend_mm_random() only when needed


Revision tags: php-4.4.6, php-4.4.6RC1
# 13ca6ed9 19-Feb-2007 Antony Dovgal

MFH: fix heap protection on SPARC, required by GCC4
patch by Dmitry


# 704b191d 16-Feb-2007 Antony Dovgal

fix typo


# 4274449a 16-Feb-2007 Stanislav Malyshev

add safe_realloc


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1
# 009f5a39 01-Feb-2007 Dmitry Stogov

Enable canary protection in DEBUG mode only.


Revision tags: php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 38f942b8 09-Jan-2007 Dmitry Stogov

Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in range of signed integer)


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 5823a2d2 25-Dec-2006 Dmitry Stogov

Fixed possible size_t overflow


# 53b088e6 20-Dec-2006 Dmitry Stogov

Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neith

Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M.

show more ...


# 1763dc16 18-Dec-2006 Dmitry Stogov

Fixed random generation of cookies and canaries


# cfbd58c9 18-Dec-2006 Dmitry Stogov

MFH: __builtin_expect() exists only in GCC 3.0 and higher


# 5e36d7fc 15-Dec-2006 Andi Gutmans

- I prefer cookie to be the first element.


# bf9e3e76 15-Dec-2006 Dmitry Stogov

Added internal heap protection
. safe unlinking
. cookies
. canary protection (debug build only)


12345678910