#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
Revision tags: php-7.1.1 |
|
#
6812721e |
| 09-Dec-2016 |
Xinchen Hui |
Revert "Refix bug #73686" This reverts commit 4589386026dbf15d980ba0c7c92dc587cead15e8.
|
#
45893860 |
| 09-Dec-2016 |
Xinchen Hui |
Refix bug #73686
|
Revision tags: php-5.6.29 |
|
#
e8109e09 |
| 06-Dec-2016 |
Dmitry Stogov |
Fixed memory leaks caused by exceptions thrown from destructors.
|
Revision tags: php-7.0.14 |
|
#
22cebaf8 |
| 02-Dec-2016 |
Dmitry Stogov |
Revert "Fix return value memory leaks upon exceptions in opcode operand freeing" This reverts commit 9ad9d7ae375a6e8847ceaab287d3d23e0963a06e.
|
#
8fa691ea |
| 02-Dec-2016 |
Dmitry Stogov |
Revert "Fix a few valgrind warnings with undefing result" This reverts commit 8f4e100f21b06e745e56f55ce49c248442f8e642.
|
#
8f4e100f |
| 01-Dec-2016 |
Bob Weinand |
Fix a few valgrind warnings with undefing result
|
Revision tags: php-7.1.0 |
|
#
9ad9d7ae |
| 28-Nov-2016 |
Bob Weinand |
Fix return value memory leaks upon exceptions in opcode operand freeing
|
Revision tags: php-5.6.29RC1 |
|
#
1ab44223 |
| 22-Nov-2016 |
Dmitry Stogov |
Export zend_do_fcall_overloaded()
|
Revision tags: php-7.0.14RC1 |
|
#
8d70b04a |
| 22-Nov-2016 |
Dmitry Stogov |
Removed useless (double) checks for EG(exception). (Bob)
|
#
63ea4d19 |
| 22-Nov-2016 |
Dmitry Stogov |
Fixed memory leak (Bob)
|
Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1 |
|
#
d6c332eb |
| 21-Oct-2016 |
Dmitry Stogov |
Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag. This simplifies checks and allows reset this flag for "acyclic" arrays and objects.
|
Revision tags: php-7.1.0RC4, php-5.6.27, php-7.0.12 |
|
#
53c0a041 |
| 29-Sep-2016 |
Dmitry Stogov |
zval_dtor_func_for_ptr() -> zval_dtor_func()
|
#
e7f4355d |
| 29-Sep-2016 |
Dmitry Stogov |
Better fix for bug #72854 (avoid extra copy and creating reference to stack variable)
|
Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1 |
|
#
97628da2 |
| 26-Sep-2016 |
Dmitry Stogov |
Expose information about calls to "fake" closures (created through ReflectionFunction::getClosure), to allow extra specialization of RETRUN opcode handler.
|
Revision tags: php-5.6.26, php-7.1.0RC2, php-7.0.11 |
|
#
daa2b75c |
| 04-Sep-2016 |
Nikita Popov |
Fix some sizeof(zend_long) > sizeof(size_t) issues Fix a couple of mistakes that are only relevant if sizeof(zend_long) > sizeof(size_t). * Fix cast order in string offset check
Fix some sizeof(zend_long) > sizeof(size_t) issues Fix a couple of mistakes that are only relevant if sizeof(zend_long) > sizeof(size_t). * Fix cast order in string offset check: Negation should happen after the (zend_long) cast, otherwise sign extension does not occur. * Use Z_UL in zend_inference. * Use aligned size for HT_USED_SIZE in zend_persist: The issue is that on x86-32 uint64_t is considered to be 4-aligned, so the alignment assumption does not hold.
show more ...
|
Revision tags: php-5.6.26RC1, php-7.1.0RC1 |
|
#
12ee17d5 |
| 30-Aug-2016 |
Davey Shafik |
Implement \ArgumentCountError exception
|
Revision tags: php-7.0.11RC1 |
|
#
c67fa3c9 |
| 26-Aug-2016 |
Xinchen Hui |
Fixed bug #72943 (assign_dim on string doesn't reset hval)
|
#
e849e65d |
| 21-Aug-2016 |
Xinchen Hui |
This is unecessary for 7.1 (IS_ERROR is an internal type)
|
#
0476bb1d |
| 21-Aug-2016 |
Xinchen Hui |
Fixed bug #72911 (Memleak in zend_binary_assign_op_obj_helper)
|
#
b740bb39 |
| 21-Aug-2016 |
Xinchen Hui |
Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer (zend_gc.c:260))
|
Revision tags: php-7.1.0beta3, php-5.6.25 |
|
#
5b30f088 |
| 17-Aug-2016 |
Kalle Sommer Nielsen |
Fixed master build, decls first please!
|
#
447e57a1 |
| 17-Aug-2016 |
Kalle Sommer Nielsen |
Fixed 7.1 build, decls first please!
|
Revision tags: php-7.0.10 |
|
#
e2230c17 |
| 16-Aug-2016 |
Nikita Popov |
Fix bug #72854
|