#
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
|
#
0579e827 |
| 15-Jan-2015 |
Xinchen Hui |
bump year
|
#
73c1be26 |
| 15-Jan-2015 |
Xinchen Hui |
Bump year
|
#
d5b5ad72 |
| 14-Jan-2015 |
Anatol Belski |
cleanup
|
Revision tags: php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
c0cb3a1d |
| 16-Dec-2014 |
Anatol Belski |
depending on declaration the tsrm cache pointer might be unavailable during shutdown when the main thread frees all the other threads resources. Even otherwise, exact resource passed to
depending on declaration the tsrm cache pointer might be unavailable during shutdown when the main thread frees all the other threads resources. Even otherwise, exact resource passed to the dtor should be freed, not the one from the current thread.
show more ...
|
#
e112f6a0 |
| 14-Dec-2014 |
Anatol Belski |
second shot on removing TSRMLS_*
|
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things
|
#
9e27a69c |
| 02-Dec-2014 |
Dmitry Stogov |
Fixed improper memory release
|
#
1982bce1 |
| 02-Dec-2014 |
Dmitry Stogov |
Support for different CPU page sizes
|
#
109baa03 |
| 27-Nov-2014 |
Dmitry Stogov |
Fixed compilation warnings
|
Revision tags: php-5.6.4RC1, php-5.5.20RC1 |
|
#
4b953534 |
| 19-Nov-2014 |
Veres Lajos |
typo fixes - https://github.com/vlajos/misspell_fixer
|
Revision tags: php-5.6.3, php-5.5.19, php-5.4.35 |
|
#
1264731d |
| 11-Nov-2014 |
Anatol Belski |
fix printf spec
|
Revision tags: php-5.6.3RC1, php-5.5.19RC1 |
|
#
35576ea0 |
| 24-Oct-2014 |
Anatol Belski |
fix datatype mismatch warnings
|
#
53a85841 |
| 16-Oct-2014 |
Nikita Popov |
Fix allocator for 64bit zend_long with 32bit long
|
#
b65518fa |
| 16-Oct-2014 |
Nikita Popov |
Fix format strings in zend_alloc
|
Revision tags: php-5.5.18 |
|
#
c00424e4 |
| 15-Oct-2014 |
Anatol Belski |
bring back all the TSRMLS_FETCH() stuff for better comparability with the mainstream
|
Revision tags: php-5.4.34 |
|
#
d2daa197 |
| 14-Oct-2014 |
Dmitry Stogov |
Added API function to retrive current custom heap handlers
|
#
2842766d |
| 14-Oct-2014 |
Dmitry Stogov |
Allow to substitute storage layer in memory manager.
|
#
cc7c14cb |
| 06-Oct-2014 |
Dmitry Stogov |
Use fastcall calling convention for heap functions
|