#
593d3737 |
| 13-Jun-2017 |
Remi Collet |
NEWS |
#
aea8c6dd |
| 13-Jun-2017 |
Remi Collet |
NEWS |
#
b7c2c44a |
| 13-Jun-2017 |
Xinchen Hui |
Forgotten NEWs update |
#
3968ffe7 |
| 13-Jun-2017 |
Xinchen Hui |
Forgotten NEWs update |
#
68a0639c |
| 11-Jun-2017 |
Christoph M. Becker |
Fix #74744: gd.h: stdarg.h include missing for va_list use in gdErrorMethod |
#
bec91e11 |
| 04-Jun-2017 |
Niklas Keller |
Use any TLS crypto method by default, don't use SSL |
#
354899bc |
| 09-Jun-2017 |
Anatol Belski |
update NEWS |
#
6d46528d |
| 09-Jun-2017 |
Anatol Belski |
update NEWS |
#
130f06a8 |
| 09-Jun-2017 |
Christoph M. Becker |
Update to SQLite 3.19.3 |
#
455db49c |
| 07-Jun-2017 |
Christoph M. Becker |
Update to SQLite 3.19.2 |
#
958dfb09 |
| 06-Jun-2017 |
Sara Golemon |
Update NEWS for 7.2.0alpha2 |
#
fc35c39e |
| 06-Jun-2017 |
Sara Golemon |
Update NEWS for PHP 7.2.0alpha1 |
#
637714cd |
| 17-Apr-2017 |
Michael Moravec |
Implemented FR #71520 Adding the DateTime constants to the DateTimeInterface interface. |
#
d9fd4436 |
| 02-Jun-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
d027bc2a |
| 02-Jun-2017 |
Tim Toohey |
Fixed bug #69373 xmlNodeSetContentLen() calls xmlFreeNode() on node->children. This causes problems if there are other references around to those children. |
#
c6c1e75e |
| 21-May-2017 |
Pedro Magalhães |
Fix bug #74607: Don't check for bi-directional compatibility in traits |
#
f2e7cdb8 |
| 29-May-2017 |
Niklas Keller |
Fix bug #55407 This reverts commit b148c50f4864684aa9a6c6483cc309a7f2badbb5 and reintroduces the fix for bug #55407. With https://wiki.php.net/rfc/parameter-no-type-variance bei
Fix bug #55407 This reverts commit b148c50f4864684aa9a6c6483cc309a7f2badbb5 and reintroduces the fix for bug #55407. With https://wiki.php.net/rfc/parameter-no-type-variance being implemented now, it's no longer a BC break.
show more ...
|
#
bfedff58 |
| 02-Jun-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
95c4564f |
| 29-May-2017 |
libnex |
Fixed bug #73473: Stack Buffer Overflow in msgfmt_parse_message |
#
e9ff1fac |
| 02-Jun-2017 |
Nikita Popov |
Revert "merge PR #2290: enable opcache in CLI in 7.1+" This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa. Without the file cache (which is not enabled by default), this h
Revert "merge PR #2290: enable opcache in CLI in 7.1+" This reverts commit 71fe529afc2f9bfd99d85539c709a27f025c0caa. Without the file cache (which is not enabled by default), this has non-trivial impact on the startup time. It also significantly increases the baseline memory usage of PHP on CLI.
show more ...
|
#
8dc6b410 |
| 02-Jun-2017 |
Dmitry Stogov |
Added support for PCRE JIT fast path API |
#
a6b9cf02 |
| 01-Jun-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: Fixed #74639 - Added proper clone functionality for DatePeriod and DateInterval
|
#
48598a23 |
| 26-May-2017 |
andrewnester |
Fixed #74639 - Added proper clone functionality for DatePeriod and DateInterval |
#
c1500f85 |
| 31-May-2017 |
Sara Golemon |
Rename ReflectionClass::isIterateable() to isIterable() Iterateable is not a word. Add the correct spelling, but keep the original one around for BC purposes. Perhaps we can
Rename ReflectionClass::isIterateable() to isIterable() Iterateable is not a word. Add the correct spelling, but keep the original one around for BC purposes. Perhaps we can add ZEND_ACC_DEPRECATED at some later date and even remove it from PHP 8.
show more ...
|
#
77cca632 |
| 31-May-2017 |
Remi Collet |
Use of bundled libzip is deprecated |