From 09ea4a850af968c6d8bcc89557a25f63f2228794 Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Fri, 8 Jul 2016 15:25:28 +0200 Subject: [PATCH] Updated NEWS --- NEWS | 1 + UPGRADING | 3 +++ 2 files changed, 4 insertions(+) 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 -- 2.50.1