Revision tags: php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16 |
|
#
39173505 |
| 13-Feb-2017 |
Xinchen Hui |
Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)
|
#
db7c0bad |
| 10-Feb-2017 |
Xinchen Hui |
Fixed typo
|
#
a0828247 |
| 03-Feb-2017 |
Dmitry Stogov |
Replace redundand checks with ZEND_ASSERT. We shouldn't get IS_OBJECTs without object_storage.
|
Revision tags: php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, 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, php-7.1.0alpha2, php-7.0.8, php-5.6.23, 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, php-5.6.22RC1, php-7.0.7RC1 |
|
#
fd402506 |
| 05-May-2016 |
Nikita Popov |
Enable HT RC assertions with escape-hatch HT functions that modify the array now assert that rc=1. As we don't respect this COW constraint everywhere, either for a good reason or bec
Enable HT RC assertions with escape-hatch HT functions that modify the array now assert that rc=1. As we don't respect this COW constraint everywhere, either for a good reason or because fixing it would take more work, we provide an escape hatch in the form of HT_ALLOW_COW_VIOLATION(ht). If this macro is called assertions on this ht are disabled. The macro is a no-op in release mode.
show more ...
|
#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
5513f00a |
| 27-Jul-2016 |
Bob Weinand |
Fixed a potential segfault in zend_objects_store_free_object_storage() Under the special circumstance where a garbage collected objects bucket slot was not reused until the end of the script
Fixed a potential segfault in zend_objects_store_free_object_storage() Under the special circumstance where a garbage collected objects bucket slot was not reused until the end of the script, we get access into freed memory... No test added as it usually is valgrind-only, and only sometimes when the memory happens to have changed (i.e. (GC_FLAGS(obj) & IS_OBJ_FREE_CALLED) == 0), it actually *may* segfault
show more ...
|
#
171c759d |
| 16-Jul-2016 |
Nikita Popov |
Revert "Fixed bug #72286 (Segmentation fault During Garbage Collection)" This reverts commit 1c84b55adea936b065a20102202bea3d1d243225.
|
#
1c84b55a |
| 14-Jul-2016 |
Dmitry Stogov |
Fixed bug #72286 (Segmentation fault During Garbage Collection)
|
#
8fc934b0 |
| 14-Jul-2016 |
Dmitry Stogov |
Fixed bug #71818 (Memory leak when array altered in destructor)
|
Revision tags: php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1 |
|
#
9288ce53 |
| 13-Apr-2016 |
c9s |
Add document for zend_gc_collect_cycles
|
#
cca2c8ec |
| 06-May-2016 |
Dmitry Stogov |
Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without insignificant renaming and white-space changes
|
#
c19cb70d |
| 06-May-2016 |
Dmitry Stogov |
Revert "Refactor zval cleanup into single function" This reverts commit bac6fdb0c52c924e726c5a78de8858bf27b6586b.
|
#
bac6fdb0 |
| 05-May-2016 |
Bob Weinand |
Refactor zval cleanup into single function Also use zval_ptr_dtor_nogc() everywhere in Zend in favor of zval_dtor()
|
Revision tags: php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, 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, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1 |
|
#
2f2653aa |
| 04-Nov-2015 |
Xinchen Hui |
Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite)
|
Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41 |
|
#
500b884f |
| 06-May-2015 |
Dmitry Stogov |
Fixed return without value
|
#
2a9f9860 |
| 06-May-2015 |
Dmitry Stogov |
Fixed bug #69534 (Cycle leaks through declared properties on internal classes)
|
Revision tags: php-5.6.9RC1, php-5.5.25RC1 |
|
#
6718b56e |
| 17-Apr-2015 |
Dmitry Stogov |
Change the GC approach to inner-loops handling. Switch to less efficient but more robust algorithm. Destructors handling is still not completely accurate.
|
#
276080ec |
| 17-Apr-2015 |
Dmitry Stogov |
Added GC checks and improvements
|
Revision tags: php-5.6.8, php-5.5.24, php-5.4.40 |
|
#
00445ba2 |
| 14-Apr-2015 |
Dmitry Stogov |
Fixed bug #69446 (GC leak relating to removal of nested data after dtors run)
|
#
26a6d707 |
| 14-Apr-2015 |
Dmitry Stogov |
Fixed memory leak in ext/standard/tests/array/compact_variation1.phpt
|
#
9806a625 |
| 13-Apr-2015 |
Dmitry Stogov |
GC improved to support inner-cycles.
|