Revision tags: php-5.6.17RC1, php-7.0.1RC1 |
|
#
a75c1950 |
| 08-Dec-2015 |
Dmitry Stogov |
Implemented the RFC `Support Class Constant Visibility`. Squashed commit of the following: commit f11ca0e7a57793fa0e3e7f6d451720e6c42bb0b9 Author: Dmitry Stogov <dmitry@zend.com
Implemented the RFC `Support Class Constant Visibility`. Squashed commit of the following: commit f11ca0e7a57793fa0e3e7f6d451720e6c42bb0b9 Author: Dmitry Stogov <dmitry@zend.com> Date: Tue Dec 8 12:38:42 2015 +0300 Fixed test expectation commit 211f873f542504d0a0f72b6b5cb23908a1c99a2d Author: Dmitry Stogov <dmitry@zend.com> Date: Tue Dec 8 12:28:38 2015 +0300 Embed zend_class_constant.flags into zend_class_constants.value.u2.access_flags commit 51deab84b2cdbf9cdb1a838cf33b2ee45c61748b Author: Dmitry Stogov <dmitry@zend.com> Date: Mon Dec 7 11:18:55 2015 +0300 Fixed issues found by Nikita commit 544dbd5b47e40d38a8ccb96bc5583e9cb7fdd723 Author: Dmitry Stogov <dmitry@zend.com> Date: Sat Dec 5 02:41:05 2015 +0300 Refactored immplementation of https://wiki.php.net/rfc/class_const_visibility @reeze created an RFC here and I emailed internals here and didn't get any responses positive/negative.
show more ...
|
#
0495bf56 |
| 08-Dec-2015 |
Xinchen Hui |
Revert "fix typos "paramer" -> "parameters"" ABI BC break This reverts commit 6ac12f13379f3fc19f07abb9d1055274e5f98838.
|
#
6ac12f13 |
| 07-Dec-2015 |
Márcio Almada |
fix typos "paramer" -> "parameters"
|
#
2dcfd8d1 |
| 07-Dec-2015 |
Márcio Almada |
fix typos "paramer" -> "parameters"
|
Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8 |
|
#
7e9f4162 |
| 23-Nov-2015 |
Xinchen Hui |
Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)
|
#
f8bf1f33 |
| 23-Nov-2015 |
Xinchen Hui |
Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)
|
Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1 |
|
#
366ba413 |
| 14-Oct-2015 |
Andrea Faulds |
Add void return type
|
#
2bed2152 |
| 12-Nov-2015 |
Xinchen Hui |
Revert "Fixed bug Bug #70895 null ptr deref and segfault" This reverts commit 8eef11d3179fe7c6fed8393c1bbae96fcab05c49.
|
#
c245fd7d |
| 12-Nov-2015 |
Xinchen Hui |
Revert "refix bug #70895" This reverts commit 93240102e0830802ca1b27ccabd9a899a1de7570.
|
#
75f85288 |
| 12-Nov-2015 |
Xinchen Hui |
Revert "Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291))" This reverts commit e4e54f33ceb4ecce33397c867b45862af85c1fda.
|
#
e4e54f33 |
| 12-Nov-2015 |
Xinchen Hui |
Fixed bug #70898 (SIGBUS/GPF zend_mm_alloc_small (zend_alloc.c:1291)) Include tail \0
|
#
93240102 |
| 12-Nov-2015 |
Anatol Belski |
refix bug #70895 move this code to where it belongs, no behavior change to actual throwing function, thus retaining compat with old ZPP
|
#
8eef11d3 |
| 11-Nov-2015 |
Anatol Belski |
Fixed bug Bug #70895 null ptr deref and segfault
|
Revision tags: php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4 |
|
#
ca36b7bc |
| 29-Sep-2015 |
Dmitry Stogov |
Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information. We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space
Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information. We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space for zend_function union, and extensions were able to reuse zend_function.op_array.reserved[] even for internal function. Now this is not possible. And extensions have to use zend_function.op_array.reserved[] for user functions and zend_function.internal_function.reserved[] for internal.
show more ...
|
#
560e4fa3 |
| 29-Sep-2015 |
Dmitry Stogov |
Removed or simplified incorrect SEPARATE_*() macros usage.
|
#
95dbe1d0 |
| 20-Sep-2015 |
Bob Weinand |
Short-circuit zend_parse_parameters_none() so that expensive zpp() call never happens in non-exceptional case
|
Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45 |
|
#
66770f9c |
| 01-Sep-2015 |
Dmitry Stogov |
Added missing set of fcc->initialized flag.
|
#
37f0c6b5 |
| 31-Aug-2015 |
Dmitry Stogov |
Add myself into list of authors of the most refactored files.
|
Revision tags: php-5.6.13RC1 |
|
#
71af54e5 |
| 19-Aug-2015 |
Dmitry Stogov |
Mark error and exception functions as "cold" (Matt's idea)
|
Revision tags: php-7.0.0RC1 |
|
#
9a138b47 |
| 18-Aug-2015 |
Julien Pauli |
Removed unused code
|
Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44 |
|
#
0bddc186 |
| 28-Jul-2015 |
Xinchen Hui |
Fixed bug #70156 (Segfault in zend_find_alias_name)
|
Revision tags: php-5.6.12RC1, php-7.0.0beta2 |
|
#
7554e830 |
| 13-Jul-2015 |
Dreamsxin |
Updated zend_update_static_property
|
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43 |
|
#
5df893ce |
| 07-Jul-2015 |
Aaron Piotrowski |
Use NULL where possible for exception class Matches usage of zend_throw_exception()/zend_throw_exception_ex().
|
#
1adf3df8 |
| 06-Jul-2015 |
Aaron Piotrowski |
Throw TypeError for invalid callback Matches behavior of zend_internal_type_error() if E_ERROR is passed to zend_wrong_callback_error().
|
#
22c38b2e |
| 03-Jul-2015 |
Aaron Piotrowski |
Remove need to pass error level
|