Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1 |
|
#
0cfb4765 |
| 28-Jun-2016 |
Dmitry Stogov |
Fixed compilation warnings
|
Revision tags: php-7.1.0alpha2, php-7.0.8 |
|
#
ebb99a1a |
| 21-Jun-2016 |
Dmitry Stogov |
Fixed compilation warnings
|
Revision tags: php-5.6.23 |
|
#
16160386 |
| 21-Jun-2016 |
Dmitry Stogov |
Added ZEND_ATTRIBUTE_FORMAT to some middind functions. "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
|
Revision tags: php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7 |
|
#
14023d39 |
| 17-May-2016 |
Nikita Popov |
Move builtin_ctzl portability into zend_bitset.h Use this function in both zend_mm_bitset_find_one and zend_bitset_first. Maybe zend_bitset.h is not quite the right place for it
Move builtin_ctzl portability into zend_bitset.h Use this function in both zend_mm_bitset_find_one and zend_bitset_first. Maybe zend_bitset.h is not quite the right place for it, but I did not want to include this in a globally included header like zend_long.h or zend_portability.h.
show more ...
|
Revision tags: php-5.6.22RC1, php-7.0.7RC1 |
|
#
a8d46490 |
| 29-Apr-2016 |
Dmitry Stogov |
Use unsigned shift to clear the bit.
|
Revision tags: php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5 |
|
#
06c2b318 |
| 22-Mar-2016 |
Rasmus Lerdorf |
Disable huge pages in the Zend allocator by default As per the discussion on internals, this is an expert feature that needs special system-level configuration and care.
|
#
75dd4a7a |
| 17-Mar-2016 |
Dmitry Stogov |
Added ability to disable huge pages in Zend Memeory Manager through the environment variable USE_ZEND_ALLOC_HUGE_PAGES=0.
|
#
1efcdaf0 |
| 22-Mar-2016 |
Rasmus Lerdorf |
Disable huge pages in the Zend allocator by default As per the discussion on internals, this is an expert feature that needs special system-level configuration and care.
|
#
945a6619 |
| 17-Mar-2016 |
Dmitry Stogov |
Added ability to disable huge pages in Zend Memeory Manager through the environment variable USE_ZEND_ALLOC_HUGE_PAGES=0.
|
Revision tags: php-5.6.20RC1, php-7.0.5RC1 |
|
#
741bfe39 |
| 10-Mar-2016 |
Anatol Belski |
fix build with clang on Winodws
|
Revision tags: php-5.6.19, php-5.5.33, php-7.0.4 |
|
#
0b9c87a0 |
| 24-Feb-2016 |
Dmitry Stogov |
Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap())
|
Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2 |
|
#
97a9470d |
| 02-Jan-2016 |
Xinchen Hui |
bump year which is missed in rev 49493a2
|
#
3537e95d |
| 02-Jan-2016 |
Xinchen Hui |
bump year which is missed in rev 49493a2
|
Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1 |
|
#
59424bb7 |
| 03-Dec-2015 |
Dmitry Stogov |
Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)
|
Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1 |
|
#
83de5364 |
| 08-Nov-2015 |
Xinchen Hui |
manually apply the typo fix in master
|
Revision tags: php-5.6.15 |
|
#
8e83ea6e |
| 28-Oct-2015 |
Markus Staab |
fixed another comment typo
|
#
08c97ea0 |
| 27-Oct-2015 |
Markus Staab |
fixed typo
|
#
b83782e6 |
| 27-Oct-2015 |
Markus Staab |
fixed another comment typo
|
#
058a7ab5 |
| 27-Oct-2015 |
Markus Staab |
fixed typo in comment introduced in eb32da13cd4f5dd0dae0e07a8f0b6c42d5678f5f
|
Revision tags: php-7.0.0RC6 |
|
#
eb32da13 |
| 27-Oct-2015 |
Dmitry Stogov |
Fix frequent reallocations with many small strings
|
Revision tags: php-7.0.1, php-5.6.15RC1, php-7.0.0RC5 |
|
#
d949c3b6 |
| 13-Oct-2015 |
Dmitry Stogov |
Fixed incorrect "peak" memory consumption calculation.
|
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
04bcce3c |
| 22-Sep-2015 |
Dmitry Stogov |
Cleanup (we keep and reuse size from zend_mm_huge_list)
|
#
c61604b9 |
| 22-Sep-2015 |
Dmitry Stogov |
Fixed reporting about repeatable "huge" memory leaks.
|
#
08e253cd |
| 19-Sep-2015 |
Bob Weinand |
Optimize zend_mm_small_size_to_bin() It removes a cmov operation and has a much faster branch for small allocations (especially when handling strings) (<= 64 bytes)
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3 |
|
#
1b8bf059 |
| 10-Sep-2015 |
Dmitry Stogov |
Don't keep dangling pointer.
|