Updated NEWS

This commit is contained in:
Julien Pauli 2016-07-08 16:58:26 +02:00
parent 74502d43be
commit 2bdeec8396
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -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

View File

@ -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