#
216ef321 |
| 27-Nov-2014 |
Dmitry Stogov |
Changed "finally" handling. Removed EX(fast_ret) and EX(delayed_exception). Allocate and use additional IS_TMP_VAR slot on VM stack instead.
|
Revision tags: php-5.6.4RC1 |
|
#
303d73ec |
| 26-Nov-2014 |
Dmitry Stogov |
Reimplemented silence operator (@) handling on exceptions. Now each silence region is stored in op_array->brk_cont_array. On exception ZEND_HANDLE_EXCEPTION handler traverse this array and restore or
Reimplemented silence operator (@) handling on exceptions. Now each silence region is stored in op_array->brk_cont_array. On exception ZEND_HANDLE_EXCEPTION handler traverse this array and restore original EG(error_reporting) if exception occured inside a "silence" region.
show more ...
|
Revision tags: php-5.5.20RC1 |
|
#
d36bf0e8 |
| 25-Nov-2014 |
Anatol Belski |
fix TS build
|
#
2c8aee0b |
| 25-Nov-2014 |
Anatol Belski |
fix TS build
|
#
e116595e |
| 25-Nov-2014 |
Dmitry Stogov |
Better fix for bug #68446
|
#
83ce1d9a |
| 25-Nov-2014 |
Dmitry Stogov |
Revert "Merge remote-tracking branch 'origin/PHP-5.6'" This reverts commit 38229d13d14bb0bda736d52a9a4f25c121445692, reversing changes made to 77f172725a37c8ddee750bf6970529a1570fbc86.
|
#
aba95c23 |
| 25-Nov-2014 |
Bob Weinand |
Revert "Fix bug #68446 (bug with constant defaults and type hints)" This reverts commit 5ef138b0c7c4e9532e205f45c18a72aa1d279c24.
|
#
3727e264 |
| 25-Nov-2014 |
Dmitry Stogov |
Improved zend_hash_clean() and added new optimized zend_symtable_clean()
|
#
85d04a48 |
| 24-Nov-2014 |
Dmitry Stogov |
Improved assignment to object property
|
#
42d33a9f |
| 24-Nov-2014 |
Dmitry Stogov |
Reuse zend_assign_to_variable() in zend_std_write_property()
|
#
5ef138b0 |
| 23-Nov-2014 |
Bob Weinand |
Fix bug #68446 (bug with constant defaults and type hints)
|
#
c746dcd7 |
| 18-Nov-2014 |
Dmitry Stogov |
Get rid of zend_free_op structure (use zval* instead). Get rid of useless TSRMLS arguments.
|
#
54fa4247 |
| 17-Nov-2014 |
Dmitry Stogov |
Micro optimization
|
Revision tags: php-5.6.3, php-5.5.19, php-5.4.35 |
|
#
75041379 |
| 06-Nov-2014 |
Dmitry Stogov |
Improved object property access.
|
Revision tags: php-5.6.3RC1, php-5.5.19RC1 |
|
#
8dedd863 |
| 22-Oct-2014 |
Dmitry Stogov |
Get rid of ZEND_FETCH_MAKE_REF
|
#
36fa572a |
| 22-Oct-2014 |
Dmitry Stogov |
ZEND_RECV didn't really use opline->extended_value for FETCH_CLASS flags
|
#
fe8577ef |
| 21-Oct-2014 |
Dmitry Stogov |
Optimized ASSIGN_DIM and related opcodes
|
Revision tags: php-5.5.18, php-5.4.34 |
|
#
66e47446 |
| 13-Oct-2014 |
Anatol Belski |
fix signed/unsigned mismatch warning
|
#
af3354dc |
| 10-Oct-2014 |
Dmitry Stogov |
Improved specialisation $this variable accessed through IS_UNUSED operand must be IS_OBJECT, so we don't have to check for its type or perform dereference.
|
#
0390cde4 |
| 09-Oct-2014 |
Dmitry Stogov |
Improved VM stack primitives for fast paths. Slow paths are not inlined anymore.
|
#
7fd3375f |
| 08-Oct-2014 |
Dmitry Stogov |
Exposed zend_clean_and_cache_symbol_table() and fixed incorrect efree()
|
#
fe501914 |
| 07-Oct-2014 |
Dmitry Stogov |
Micro optimization
|
#
67be34ec |
| 07-Oct-2014 |
Dmitry Stogov |
Remove useless parts of EX(old_error_reporting)
|
#
33e137d4 |
| 07-Oct-2014 |
Dmitry Stogov |
Merged EX(frame_kind) and EX(flags) into single word
|
#
58f38977 |
| 05-Oct-2014 |
Nikita Popov |
Fix $this CV init for include/eval Fixes bug #68148
|