]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Fri, 8 Jul 2016 13:25:28 +0000 (15:25 +0200)
committerJulien Pauli <jpauli@php.net>
Fri, 8 Jul 2016 13:25:28 +0000 (15:25 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 29c7766b3bdbaa2b8acf6b102568055845a2b5e2..e8bf7415a76331f6e241128fe65a3ad639c60395 100644 (file)
--- 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)
index b33d681a1e631895d6ad9764472c72dacd94ee92..1039e41926de5397d6dc650e3bcdd9838ee4ef75 100644 (file)
--- 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