From: Tjerk Meesters Date: Thu, 9 Oct 2014 23:33:06 +0000 (+0800) Subject: Added note to UPGRADING regarding 64-bit support in pack()/unpack() X-Git-Tag: php-5.6.3RC1~59^2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a88feb139c7667b9eb69762652f96e1b63a2e61c;p=php Added note to UPGRADING regarding 64-bit support in pack()/unpack() --- diff --git a/UPGRADING b/UPGRADING index d4dd303356..514662a564 100644 --- a/UPGRADING +++ b/UPGRADING @@ -217,6 +217,7 @@ PHP 5.6 UPGRADE NOTES - Strings: substr_compare() now allows $length to be zero. + pack() and unpack() now support 64-bit format specifiers: q, Q, J and P. - Crypt: crypt() will now raise an E_NOTICE error if the salt parameter is omitted.