Revision tags: php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22 |
|
#
0d1eeeb6 |
| 28-Jul-2017 |
Anatol Belski |
move zend_ato*() to size_t and remove casts |
#
4a6ef832 |
| 27-Jul-2017 |
Sara Golemon |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Simpler fix for #74974
|
#
b62fb3aa |
| 27-Jul-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Simpler fix for #74974
|
#
34e5d3a8 |
| 23-Jul-2017 |
Pedro Magalhães |
Simpler fix for #74974 |
#
089f4ff8 |
| 23-Jul-2017 |
Sara Golemon |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Use compatability zend_isnan() instead of POSIX isnan()
|
#
a4e35899 |
| 23-Jul-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Use compatability zend_isnan() instead of POSIX isnan()
|
#
775b4b54 |
| 23-Jul-2017 |
Sara Golemon |
Use compatability zend_isnan() instead of POSIX isnan() s/isnan/zend_isnan/g |
#
e23c1329 |
| 23-Jul-2017 |
Sara Golemon |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix compile-time optimization of NAN comparisons
|
#
1229b0f8 |
| 23-Jul-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix compile-time optimization of NAN comparisons
|
#
c562d443 |
| 23-Jul-2017 |
Sara Golemon |
Fix compile-time optimization of NAN comparisons |
Revision tags: php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7 |
|
#
bc5811f3 |
| 04-Jul-2017 |
Anatol Belski |
further sync for vim mode lines |
Revision tags: php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1 |
|
#
a08723d3 |
| 18-May-2017 |
Dmitry Stogov |
Use interned empty and "one char" strings. |
Revision tags: php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17 |
|
#
c6982995 |
| 04-Mar-2017 |
Anatol Belski |
Interned strings unification for TS/NTS Hereby, interned strings are supported in thread safe PHP. The patch implements two types of interned strings - interning per process, st
Interned strings unification for TS/NTS Hereby, interned strings are supported in thread safe PHP. The patch implements two types of interned strings - interning per process, strings are not freed till process end - interning per request, strings are freed at request end There is no runtime interning. With Opcache, all the permanent iterned strings are copied into SHM on startup, additional copying into SHM might happen on demand.
show more ...
|
Revision tags: php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16 |
|
#
963981df |
| 12-Feb-2017 |
Xinchen Hui |
Merge branch 'PHP-7.1' * PHP-7.1: Update NEWS Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)
|
#
b56114e8 |
| 12-Feb-2017 |
Xinchen Hui |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #74084 (Out of bound read - zend_mm_alloc_small) Conflicts: Zend/zend_operators.c
|
#
26fdebc6 |
| 12-Feb-2017 |
Xinchen Hui |
Fixed bug #74084 (Out of bound read - zend_mm_alloc_small) |
Revision tags: php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1 |
|
#
dac6c639 |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017 |
#
478f119a |
| 04-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017 |
#
9e29f841 |
| 02-Jan-2017 |
Sammy Kaye Powers |
Update copyright headers to 2017 |
Revision tags: php-7.1.1, php-5.6.29 |
|
#
e8109e09 |
| 06-Dec-2016 |
Dmitry Stogov |
Fixed memory leaks caused by exceptions thrown from destructors. |
Revision tags: php-7.0.14 |
|
#
7d86ed18 |
| 05-Dec-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.1' * PHP-7.1: Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).
|
#
2f0e61f4 |
| 05-Dec-2016 |
Dmitry Stogov |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).
|
#
a983b728 |
| 05-Dec-2016 |
Dmitry Stogov |
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion). |
#
5e05b9b7 |
| 02-Dec-2016 |
Nikita Popov |
Merge branch 'PHP-7.1'
|
#
91d365f8 |
| 02-Dec-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|