History log of /PHP-8.3/Zend/zend_alloc.c (Results 151 – 175 of 486)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 76e3e99d 21-Aug-2015 Bob Weinand

Fix issues with phpdbg SIGINT handler
Also fix valgrind warnings in allocator when not using mmap()ed memory


Revision tags: php-5.6.13RC1
# 71af54e5 19-Aug-2015 Dmitry Stogov

Mark error and exception functions as "cold" (Matt's idea)


Revision tags: php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 668ecaa6 04-Aug-2015 Dmitry Stogov

Fixed bug #70098 (Real memory usage doesn't decrease)


# 162bf9e8 11-Aug-2015 Dmitry Stogov

Reimplemented ability to get debug info (C source file and line number) in phpdbg without hacks and ABI breaks.


Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11
# 225bb704 09-Jul-2015 Dmitry Stogov

Added missing API functions


Revision tags: php-5.5.27, php-5.4.43
# ce2cd892 04-Jul-2015 Kalle Sommer Nielsen

Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this also fixes 1 instance of where fflush(stderr) was misplaced (zend_extensions.c)


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 70e86b87 22-Jun-2015 Bob Weinand

Also try __has_builtin() where builtins are used


Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL
# c4e9651b 28-May-2015 Kalle Sommer Nielsen

Merge the fix for #69703 to 5.5 per request from Julien


# de696d85 28-May-2015 Kalle Sommer Nielsen

Fixed bug #69703 (Use __builtin_clzl on PowerPC) -- Patch by dja at axtens dot net

# Julien, even though 5.5 is still non security mode I don't think we should merge this patch but I leave t

Fixed bug #69703 (Use __builtin_clzl on PowerPC) -- Patch by dja at axtens dot net

# Julien, even though 5.5 is still non security mode I don't think we should merge this patch but I leave the choice with you

show more ...


Revision tags: php-5.6.10RC1, php-5.5.26RC1
# fb8891d9 18-May-2015 Dmitry Stogov

Reset heap usage statistics on request shutdown


# 0604df8a 14-May-2015 Dmitry Stogov

Fixed phpdbg build


# 8e9b4b5a 14-May-2015 Dmitry Stogov

Refactored custom storage API.


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41
# c591f022 10-May-2015 Stanislav Malyshev

Fix bug #69403 and other int overflows


Revision tags: php-5.6.9RC1, php-5.5.25RC1
# e38ed4c2 16-Apr-2015 Dmitry Stogov

Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc().
The actual reallocation routiones are seprated from inlined code to

Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc().
The actual reallocation routiones are seprated from inlined code to reduce code size.

show more ...


# 05232cc8 16-Apr-2015 Dmitry Stogov

Revert "Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc()." That commit significantly increased the code size because of i

Revert "Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc()." That commit significantly increased the code size because of intensive inlining and more expensive reallocation code.

This reverts commit 5275e5560bb186bc3950a0dbf15fe0e54ee4c6ec.

show more ...


# 5275e556 16-Apr-2015 Dmitry Stogov

Changed zend_smart_str allocation granularity to do the better job together with Zend MM and avoid useless calls to erealloc().


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39
# 96f7a33d 09-Mar-2015 Xinchen Hui

Temorary fix for phpdbg segfault while use zend_mm_set_custom_handlers


# 4861e1bd 08-Mar-2015 Xinchen Hui

Revert "Fixed memleak while using custom mm"

This reverts commit 5eabd979ffb2f0edb996baf91100197066a81a09.


# 5eabd979 08-Mar-2015 Xinchen Hui

Fixed memleak while using custom mm


# 51b96086 08-Mar-2015 Xinchen Hui

Revert "Fixed memleak in alloc_globals_ctor"

This reverts commit 85316b4bf02f75e6a89efb8b10416a0505a2ae4d.


Revision tags: php-5.6.7RC1
# bb91bf83 05-Mar-2015 Dmitry Stogov

Minimize copying of HashTable realocation


Revision tags: php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# 85316b4b 28-Feb-2015 Reeze Xia

Fixed memleak in alloc_globals_ctor

This free operation is missed when new MM was introduced in master.


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38
# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37
# eb8d7fe7 19-Jan-2015 Dmitry Stogov

old_size is already known


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


12345678910>>...20