#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017
|
#
52db03b3 |
| 28-Dec-2016 |
Sara Golemon |
Support ZEND_PARSE_PARAMS_THROW in new ZPP API
|
Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0 |
|
#
b204b3ab |
| 26-Nov-2016 |
Anatol Belski |
further normalizations, uint vs uint32_t fix merge mistake yet one more replacement run
|
Revision tags: php-5.6.29RC1, php-7.0.14RC1 |
|
#
2104bea5 |
| 12-Nov-2016 |
Kalle Sommer Nielsen |
Remove Netware support If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I can
Remove Netware support If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
show more ...
|
Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12 |
|
#
a6715786 |
| 12-Oct-2016 |
Anatol Belski |
finish 7.1 port (cherry picked from commit f1fff032fcdb09a56c2fd763d1ee160106381586)
|
Revision tags: php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1 |
|
#
54003ab6 |
| 26-Sep-2016 |
Stanislav Malyshev |
Fix bug #73147: Use After Free in PHP7 unserialize() (cherry picked from commit 0e6fe3a4c96be2d3e88389a5776f878021b4c59f) (cherry picked from commit f42cbd749cde1f91274c1d03df9024baba141
Fix bug #73147: Use After Free in PHP7 unserialize() (cherry picked from commit 0e6fe3a4c96be2d3e88389a5776f878021b4c59f) (cherry picked from commit f42cbd749cde1f91274c1d03df9024baba141a8f)
show more ...
|
#
f1fff032 |
| 12-Oct-2016 |
Anatol Belski |
finish 7.1 port
|
#
f42cbd74 |
| 26-Sep-2016 |
Stanislav Malyshev |
Fix bug #73147: Use After Free in PHP7 unserialize() (cherry picked from commit 0e6fe3a4c96be2d3e88389a5776f878021b4c59f)
|
#
bf907b99 |
| 21-Sep-2016 |
Nikita Popov |
Revert ReflectionType::__toString() behavior + deprecate
|
#
0e6fe3a4 |
| 26-Sep-2016 |
Stanislav Malyshev |
Fix bug #73147: Use After Free in PHP7 unserialize()
|
#
4dd70b6e |
| 20-Sep-2016 |
Dmitry Stogov |
Fixed inconsistent meaning of zend_startup_module_ex() return value used in zend_hash_apply()
|
Revision tags: php-5.6.26, php-7.1.0RC2, php-7.0.11 |
|
#
19866fb7 |
| 02-Sep-2016 |
Stanislav Malyshev |
Fix various int size overflows. Add function for detection of string zvals with length that does not fit INT_MAX.
|
#
d690014b |
| 11-Sep-2016 |
Andrea Faulds |
Remove zpp fallback code (always use Fast ZPP) Squashed commit of the following: commit 3e27fbb3d22b42d181e15c345f1c59a007b6b58c Author: Andrea Faulds <ajf@ajf.me> Date: S
Remove zpp fallback code (always use Fast ZPP) Squashed commit of the following: commit 3e27fbb3d22b42d181e15c345f1c59a007b6b58c Author: Andrea Faulds <ajf@ajf.me> Date: Sun Sep 11 19:14:37 2016 +0100 Keep dummy FAST_ZPP macro for compatibility commit 8a7cfd00deaa4a3c5026c97580c49c886c72a5b4 Author: Andrea Faulds <ajf@ajf.me> Date: Mon Sep 5 22:36:03 2016 +0100 Remove FAST_ZPP macro and plain zpp fallback code
show more ...
|
Revision tags: php-5.6.26RC1 |
|
#
0a50cbab |
| 01-Sep-2016 |
Anatol Belski |
fix unused assignment
|
Revision tags: php-7.1.0RC1 |
|
#
12ee17d5 |
| 30-Aug-2016 |
Davey Shafik |
Implement \ArgumentCountError exception
|
Revision tags: php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38 |
|
#
a50a5c1b |
| 14-Jul-2016 |
Nikita Popov |
Fix is_callable() on abstract method via object
|
#
00047fcf |
| 14-Jul-2016 |
Nikita Popov |
Fix leak when dynamically calling abstract method
|
Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8 |
|
#
ebb99a1a |
| 21-Jun-2016 |
Dmitry Stogov |
Fixed compilation warnings
|
Revision tags: php-5.6.23 |
|
#
16160386 |
| 21-Jun-2016 |
Dmitry Stogov |
Added ZEND_ATTRIBUTE_FORMAT to some middind functions. "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers.
|
Revision tags: php-5.5.37, php-5.6.23RC1 |
|
#
42184397 |
| 07-Jun-2016 |
Dmitry Stogov |
Fixed bug #71266 (Missing separation of properties HT in foreach etc).
|
Revision tags: php-7.0.8RC1, php-7.1.0alpha1 |
|
#
340a0000 |
| 03-Jun-2016 |
Aaron Piotrowski |
Add iterable to zend_get_type_by_const()
|
#
72692e9a |
| 03-Jun-2016 |
Aaron Piotrowski |
Add iterable pseudo-type
|
Revision tags: php-5.6.22, php-5.5.36, php-7.0.7 |
|
#
9b27df8d |
| 24-May-2016 |
Dmitry Stogov |
Fixed white-spaces
|
#
7b94b958 |
| 12-May-2016 |
Dmitry Stogov |
Intern some known (and offten used) strings.
|
Revision tags: php-5.6.22RC1, php-7.0.7RC1 |
|
#
c19cb70d |
| 06-May-2016 |
Dmitry Stogov |
Revert "Refactor zval cleanup into single function" This reverts commit bac6fdb0c52c924e726c5a78de8858bf27b6586b.
|