Skip to content

Commit 8d5f2e4

Browse files
[RFC] Add support for endianness modifier in pack()/unpack() integer format codes
1 parent 22c618e commit 8d5f2e4

File tree

4 files changed

+603
-30
lines changed

4 files changed

+603
-30
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ PHP NEWS
101101
while COW violation flag is still set). (alexandre-daubois)
102102
. Invalid mode values now throw in array_filter() instead of being silently
103103
defaulted to 0. (Jorg Sowa)
104+
. Add support for endianness modifier in pack()/unpack() integer format
105+
codes. (alexandre-daubois)
104106

105107
- Streams:
106108
. Added so_keepalive, tcp_keepidle, tcp_keepintvl and tcp_keepcnt stream

0 commit comments

Comments
 (0)