Skip to content
Merged
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
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ PHP NEWS
. Fixed bug GH-17787 (ZipArchive stream stops reading early when the archive
is freed while the stream is still open). (Eyüp Can Akman)

- Zlib:
. Fixed bug GH-22142 (Assertion failure in deflate_init() when an option
object has uninitialised typed properties). (David Carlier)

13 Aug 2026, PHP 8.6.0beta1

- Core:
Expand Down
Loading