From: Julien Pauli Date: Fri, 8 Jul 2016 14:58:26 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-7.1.0beta1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bdeec83963ed06339281333bbded41553f67926;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index e0d99543e7..2dba37f1ce 100644 --- 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 diff --git a/UPGRADING b/UPGRADING index 1039e41926..b1e512731b 100644 --- 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