From: Julien Pauli Date: Fri, 8 Jul 2016 13:25:28 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-7.1.0beta1~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09ea4a850af968c6d8bcc89557a25f63f2228794;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 29c7766b3b..e8bf7415a7 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ PHP NEWS (Laruence, Dmitry, Nikita) . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) (Dmitry, Nikita) + . Added new constant PHP_FD_SETSIZE. (cmb) - pcntl . Implemented asynchronous signal handling without TICKS. (Dmitry) diff --git a/UPGRADING b/UPGRADING index b33d681a1e..1039e41926 100644 --- a/UPGRADING +++ b/UPGRADING @@ -256,6 +256,9 @@ PHP 7.1 UPGRADE NOTES 10. New Global Constants ======================================== +- Core: + . PHP_FD_SETSIZE + - JSON: . JSON_UNESCAPED_LINE_TERMINATORS