History log of /PHP-5.5/Zend/zend_alloc.c (Results 76 – 100 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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)


Revision tags: php-5.2.1RC1
# dd9b5a08 08-Dec-2006 Dmitry Stogov

Fixed possible failure


# f7bc5165 04-Dec-2006 Dmitry Stogov

Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fastcgi)


# abc5bb5f 01-Dec-2006 Dmitry Stogov

Bug #39438 (Fatal error: Out of memory)


# e70d7cfc 01-Dec-2006 Dmitry Stogov

typo


# 0742edb3 01-Dec-2006 Dmitry Stogov

Fixed bug #39702 (php crashes in the allocator on linux-m68k)


# de9574e8 01-Dec-2006 Dmitry Stogov

Fixed bug #39640 (Segfault with "Allowed memory size exhausted")


# e8e9810d 01-Dec-2006 Dmitry Stogov

Fixed bug #39652 (Wrong negative results from memeory_get_usage())


# c663787a 23-Nov-2006 Dmitry Stogov

Fixed bug #39534 (Error in maths to calculate of ZEND_MM_ALIGNED_MIN_HEADER_SIZE). (wharmby at uk dot ibm dot com)


1234567891011