#
8df34610 |
| 18-Aug-2015 |
Xinchen Hui |
Improved fix for bug #70262
|
#
ce89fd97 |
| 17-Aug-2015 |
Dmitry Stogov |
Fixed bug #70262 (Accessing array crashes PHP 7.0beta3)
|
#
57a86207 |
| 14-Aug-2015 |
Dmitry Stogov |
Set expectations
|
#
715d5d28 |
| 13-Aug-2015 |
Dmitry Stogov |
Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h. This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c. Now e
Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h. This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c. Now explicit type casting may be required on call site. This may break some C extension code, but it shoulfn't be a problem to add explicit casting.
show more ...
|
#
fef086d1 |
| 11-Aug-2015 |
Dmitry Stogov |
Revert "Simplify ZEND_EXIT and count boolean values to it as exit status" This reverts commit 7c003948c618adb2a6691f529057388f02202f09.
|
#
7c003948 |
| 11-Aug-2015 |
Bob Weinand |
Simplify ZEND_EXIT and count boolean values to it as exit status
|
#
5202ba5a |
| 04-Aug-2015 |
Dmitry Stogov |
Fixed possible access to uninitialized data (prevents valgrind issues in Zend/tests/bug70089.phpt)
|
Revision tags: php-7.0.0beta2 |
|
#
74380105 |
| 10-Jul-2015 |
Nikita Popov |
Try to fix finally issue
|
#
d8fe645d |
| 03-Aug-2015 |
Bob Weinand |
Fix valgrind errors in phpdbg Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b.
Fix valgrind errors in phpdbg Revert "We cannot safely assume that all op array will be refcount 0 after execution" This reverts commit b6936adb58288a0606ed847802d9226cddb41e2b. This change turns out to not have been a clever idea and was causing more weirdness than it helped...
show more ...
|
#
2d6f0e45 |
| 01-Aug-2015 |
Bob Weinand |
Fix bug #70179 ($this refcount issue)
|
#
5ac6b8bc |
| 28-Jul-2015 |
Xinchen Hui |
Always checks for exception before push call frame
|
#
4e9674f1 |
| 28-Jul-2015 |
Xinchen Hui |
Previously fix is not right
|
#
df23dd78 |
| 28-Jul-2015 |
Xinchen Hui |
Revert "Attempt to fix bug35437.phpt fails" This reverts commit 16d6dfddef5ac43de3b20ffa7818d5b11f4e6a4b.
|
#
ef04c5c5 |
| 28-Jul-2015 |
Xinchen Hui |
Revert "re-generate zend_vm_execute.h" This reverts commit 4b6d4a12145bf5cbf862b524078596db99cfec06.
|
#
4b6d4a12 |
| 28-Jul-2015 |
Xinchen Hui |
re-generate zend_vm_execute.h
|
#
16d6dfdd |
| 28-Jul-2015 |
Xinchen Hui |
Attempt to fix bug35437.phpt fails
|
#
a123876b |
| 23-Jul-2015 |
Xinchen Hui |
Fixed bug #70117 (Unexpected return type error)
|
#
b6936adb |
| 22-Jul-2015 |
Bob Weinand |
We cannot safely assume that all op array will be refcount 0 after execution Some extensions may want to analyze or re-run the op array later
|
#
7c661bd3 |
| 21-Jul-2015 |
Nikita Popov |
Remove FAST_CALL_FROM_CATCH This was generated for a return from a try block with both a catch and a finally. However at this point no exception can be active, because it either didn
Remove FAST_CALL_FROM_CATCH This was generated for a return from a try block with both a catch and a finally. However at this point no exception can be active, because it either didn't exist in the first place or was explicitly discarded using DISCARD_EXCEPTION.
show more ...
|
#
94fb5391 |
| 20-Jul-2015 |
Nikita Popov |
Remove bogus exception_save() from FETCH_CLASS There can't be no exception at the start of the op. Also would miss the corresponding exception_restore().
|
#
7d07afd6 |
| 17-Jul-2015 |
Xinchen Hui |
Fixed bug #70089 (segfault at ZEND_FETCH_DIM_W_SPEC_VAR_CONST_HANDLER ())
|
#
f57cb13c |
| 15-Jul-2015 |
Bob Weinand |
Backport fix for bug #70083 to PHP-5.6
|
#
0af07333 |
| 15-Jul-2015 |
Bob Weinand |
Fixed bug #70083 (Use after free with assign by ref on overloaded objects)
|
#
bdada12d |
| 10-Aug-2015 |
Dmitry Stogov |
Reverted useless cleanup code
|
#
cab75d8b |
| 08-Aug-2015 |
Bob Weinand |
Fixed bug #70215 (segfault when __invoke is static)
|