From 788a2d0226f64b80142dd66f4731003ed4acb4f8 Mon Sep 17 00:00:00 2001 From: sskaje Date: Wed, 1 Jun 2016 09:28:20 +0800 Subject: [PATCH] Add entry to UPGRADING --- UPGRADING | 1 + 1 file changed, 1 insertion(+) 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. -- 2.50.1