#
7f6387b5 |
| 13-Oct-2018 |
Peter Kokot |
Trim trailing whitespace in source code files
|
#
94181440 |
| 03-Oct-2018 |
Dmitry Stogov |
Added assertions
|
#
c5f108c6 |
| 23-Sep-2018 |
Nikita Popov |
Handle binary_op failure in overloaded assigns
|
#
b137441f |
| 19-Sep-2018 |
Dmitry Stogov |
Improve ZEND_VM_SMART_BRANCH()
|
#
dfa166e7 |
| 16-Sep-2018 |
Nikita Popov |
Remove unused ZEND_FILE_LINE in i_zval_ptr_dtor
|
#
bc288c47 |
| 13-Sep-2018 |
Dmitry Stogov |
Simplify __clone() visibility check (magic methods still don't respect ZEND_ACC_CHANGED).
|
#
1cc0d78c |
| 11-Sep-2018 |
Dmitry Stogov |
This increment is not necessary anymore.
|
#
3ced766d |
| 30-Jul-2018 |
Dmitry Stogov |
Removed duplicate code. zend_fetch_dimension_address_LIST_w() was a copy of zend_fetch_dimension_address_W(), ZEND_FETCH_LIST_W_SPEC_CV_... a copy of ZEND_FETCH_DIM_W_SPEC_CV_...
|
#
a7746d10 |
| 27-Jul-2018 |
Xinchen Hui |
Fixed bug #76667 (Segfault with divide-assign op and __get + __set)
|
#
ab8094c6 |
| 26-Jul-2018 |
Dmitry Stogov |
Pack zend_constant.flags and zend_constant.module_number into reserved space inside zend_constant.value.
|
#
8d3f8ca1 |
| 03-Jul-2018 |
Peter Kokot |
Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last use
Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
show more ...
|
#
afc82e24 |
| 23-Jul-2018 |
Dmitry Stogov |
Micro-optimization
|
#
88dd38ee |
| 17-Jul-2018 |
Dmitry Stogov |
Reduce overhead of case-insensitive constants deprecation for "fast path"
|
#
70d0175a |
| 16-Jul-2018 |
Dmitry Stogov |
Fixed error messages.
|
#
67b4c337 |
| 09-Jul-2018 |
Dmitry Stogov |
Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()
|
#
9d1e9b73 |
| 06-Jul-2018 |
Xinchen Hui |
rename ref_dtor_func to rc_dtor_func
|
#
f9297387 |
| 06-Jul-2018 |
Xinchen Hui |
Rename zval_dtor_func and ref_dotr_func
|
#
e3355ac5 |
| 06-Jul-2018 |
Xinchen Hui |
Revert "Rename _zval_dtor_func to _ref_dtor_func" This reverts commit a362ae6b12419369c5cbdbb4e924915f9b196ef6.
|
#
a362ae6b |
| 06-Jul-2018 |
Xinchen Hui |
Rename _zval_dtor_func to _ref_dtor_func
|
#
af341213 |
| 04-Jul-2018 |
Dmitry Stogov |
se zval_ptr_dtor_str() instead of zend_string_release_ex(Z_STR(*), 0)
|
#
3fd97a5b |
| 03-Jul-2018 |
Dmitry Stogov |
Better hot/cold code splitting
|
#
28b03f96 |
| 02-Jul-2018 |
Dmitry Stogov |
Another fix for bug #63217
|
#
57af94c8 |
| 02-Jul-2018 |
Dmitry Stogov |
Partial revert of 30156d588c07e26d4e752ddb62344e96854d4773
|
#
30156d58 |
| 28-Jun-2018 |
Rudi Theunissen |
Fixed bug #63217 Don't automatically convert literal string keys to integers on array access, as we may be dealing with an ArrayAccess object, rather than a plain array.
|
#
9b0df97a |
| 30-Jun-2018 |
Nikita Popov |
Fix handling of void return type on internal functions
|