#
df7dccea |
| 09-Jun-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' * PHP-7.0: Fixed bug #72369 (array_merge() produces references in PHP7)
|
#
bfcf3223 |
| 09-Jun-2016 |
Dmitry Stogov |
Fixed bug #72369 (array_merge() produces references in PHP7) |
Revision tags: 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, php-7.0.6, php-5.6.21, php-5.5.35 |
|
#
91f59403 |
| 24-Apr-2016 |
Nikita Popov |
Forbid dynamic calls to scope introspection functions Per RFC: https://wiki.php.net/rfc/forbid_dynamic_scope_introspection |
#
41cb432e |
| 16-May-2016 |
Anatol Belski |
Merge branch 'PHP-7.0' * PHP-7.0: update NEWS Tidy up Remove unnecessary boundary checks Resolve bug #72017
|
Revision tags: php-5.6.21RC1 |
|
#
0e21742b |
| 16-Apr-2016 |
Thomas Punt |
Tidy up |
#
367fde99 |
| 16-Apr-2016 |
Thomas Punt |
Remove unnecessary boundary checks |
#
39052d4d |
| 15-Apr-2016 |
Thomas Punt |
Resolve bug #72017 |
#
6d420dc7 |
| 28-Apr-2016 |
Bob Weinand |
Merge branch 'PHP-7.0'
|
#
74ef863f |
| 28-Apr-2016 |
Bob Weinand |
Fixed bug #72116 (7.0.6 array_fill optimization breaks implementation) |
#
6499162f |
| 28-Apr-2016 |
Dmitry Stogov |
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"
- get rid of EG(scope). zend_get_executed_scope() should be used instead. - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
show more ...
|
#
30c82321 |
| 16-Apr-2016 |
Nikita Popov |
Merge branch 'PHP-7.0'
|
#
d8590940 |
| 16-Apr-2016 |
Nikita Popov |
Use symtable lookup for arrays in array_column |
#
28801bf2 |
| 16-Apr-2016 |
Nikita Popov |
Respect property visibility in array_column |
#
c0d8dc5b |
| 15-Apr-2016 |
Nikita Popov |
Fixed bug #72031 |
Revision tags: php-7.0.6RC1 |
|
#
58dd3b3a |
| 06-Apr-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' * PHP-7.0: Optimized array_fill(). This is a perfect function for fast creation of packed arrays.
|
#
b31240f9 |
| 06-Apr-2016 |
Dmitry Stogov |
Optimized array_fill(). This is a perfect function for fast creation of packed arrays. |
Revision tags: php-5.6.20 |
|
#
bc1f884e |
| 30-Mar-2016 |
Nikita Popov |
Merge branch 'PHP-7.0'
|
Revision tags: 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 |
|
#
b1e854f7 |
| 12-Jan-2016 |
Nikita Popov |
Fix bug #71334 Always duplicate the array before doing a sort with user-defined comparison function, to avoid access to the intermediate inconsistent state. I've also droppe
Fix bug #71334 Always duplicate the array before doing a sort with user-defined comparison function, to avoid access to the intermediate inconsistent state. I've also dropped the "array modification" warning, as protection against modifications is no longer relevant if we're always working on a copy anyway. This also required some changes to how SplArray forwards calls to sorting functions.
show more ...
|
#
f2b6b261 |
| 17-Mar-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' Conflicts: Zend/zend_compile.c
|
#
345ecd98 |
| 17-Mar-2016 |
Xinchen Hui |
Fixed #71837 (Wrong arrays behaviour) |
#
e66ac376 |
| 02-Mar-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' * PHP-7.0: Introduce zend_symtable_exists_ind() for API consistency
|
#
ab800642 |
| 02-Mar-2016 |
Dmitry Stogov |
Introduce zend_symtable_exists_ind() for API consistency |
#
f4f140c0 |
| 02-Mar-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Use hash_exists_ind in symbol table
|
#
2d4186dd |
| 02-Mar-2016 |
Xinchen Hui |
Use hash_exists_ind in symbol table |
#
715a198e |
| 01-Mar-2016 |
Xinchen Hui |
Merge branch 'PHP-7.0' * PHP-7.0: Maybe we should introduce a symtable_exists_ind
|