Skip to content

Commit dfb409c

Browse files
[RFC] Add support for endianness modifier in pack()/unpack() format codes
1 parent db37779 commit dfb409c

4 files changed

Lines changed: 763 additions & 80 deletions

File tree

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ PHP NEWS
124124
. Fix NUL byte truncation in sqlite3 TEXT column handling. (ndossche)
125125

126126
- Standard:
127+
. Added endianness modifiers (<, >) for integer and floating-point format
128+
codes in pack() and unpack(). (alexandre-daubois)
127129
. Fixed bug GH-19926 (reset internal pointer earlier while splicing array
128130
while COW violation flag is still set). (alexandre-daubois)
129131
. Added form feed (\f) in the default trimmed characters of trim(), rtrim()

0 commit comments

Comments
 (0)