From: sskaje Date: Wed, 1 Jun 2016 01:28:20 +0000 (+0800) Subject: Add entry to UPGRADING X-Git-Tag: php-7.2.0alpha1~672^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=788a2d0226f64b80142dd66f4731003ed4acb4f8;p=php Add entry to UPGRADING --- diff --git a/UPGRADING b/UPGRADING index b000d54ea3..bc93640f79 100644 --- a/UPGRADING +++ b/UPGRADING @@ -103,6 +103,7 @@ PHP 7.1 UPGRADE NOTES - unpack() accepts an additional optional $offset argument. '@' format code (that specifes an absolute position) is applyed to input data after the $offset argument. +- pack() and unpack() now support float and double in both little and big endian. - strpos(), stripos(), substr_count(), grapheme_strpos(), grapheme_stripos(), grapheme_extract(), iconv_strpos(), mb_strimwidth(), mb_ereg_search_setpos(), mb_strpos() and mb_stripos() now accept negative string offsets.