Browse Source

Added note to UPGRADING regarding 64-bit support in pack()/unpack()

pull/865/merge
Tjerk Meesters 12 years ago
parent
commit
a88feb139c
  1. 1
      UPGRADING

1
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.

Loading…
Cancel
Save