Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ PHP NEWS
. Fix NUL byte truncation in sqlite3 TEXT column handling. (ndossche)

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