summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2014-10-10 07:33:06 +0800
committerTjerk Meesters <datibbaw@php.net>2014-10-10 07:33:06 +0800
commita88feb139c7667b9eb69762652f96e1b63a2e61c (patch)
tree4c6be9c4c6d6b3e34770dd5cf50262b70f34dc74 /UPGRADING
parent30f8a9bafff21410aa849447eb386be7a98526d6 (diff)
downloadphp-git-a88feb139c7667b9eb69762652f96e1b63a2e61c.tar.gz
Added note to UPGRADING regarding 64-bit support in pack()/unpack()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
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.