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

diff --git a/NEWS b/NEWS
index e0d99543e76dd1a1c22c40540bbea86cfcd199e9..2dba37f1ce976273b56b93742177cd6ed59212ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ PHP                                                                        NEWS
   . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)
     (Dmitry, Nikita)
   . Added new constant PHP_FD_SETSIZE. (cmb)
+  . Added optind parameter to getopt(). (as)
 
 - Filter
   . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8
index 1039e41926de5397d6dc650e3bcdd9838ee4ef75..b1e512731b3f50bef7340e14bd1c0d59f18f1f6f 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -124,6 +124,7 @@ PHP 7.1 UPGRADE NOTES
 - substr_count() and mb_strimwidth() additionally also accept negative length.
 - file_get_contents() accepts a negative seek offset if the stream is seekable.
 - tempnam() throws a notice when failing back to the system temp dir.
+- getopt() has an extra by-ref parameter : optind
 
 ========================================
 6. New Functions