Skip to content

Commit a88feb1

Browse files
committed
Added note to UPGRADING regarding 64-bit support in pack()/unpack()
1 parent 30f8a9b commit a88feb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UPGRADING

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ PHP 5.6 UPGRADE NOTES
217217

218218
- Strings:
219219
substr_compare() now allows $length to be zero.
220+
pack() and unpack() now support 64-bit format specifiers: q, Q, J and P.
220221

221222
- Crypt:
222223
crypt() will now raise an E_NOTICE error if the salt parameter is omitted.

0 commit comments

Comments
 (0)