Skip to content

Commit e744feb

Browse files
committed
Add an UPGRADING entry for the new write_seek_mode filter param
1 parent ce87861 commit e744feb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ PHP 8.6 UPGRADE NOTES
235235
tcp_keepintvl and tcp_keepcnt that allow setting socket keepalive
236236
options.
237237
. Allowed casting casting filtered streams as file descriptor for select.
238+
. Added the "write_seek_mode stream" filter parameter for the bz2, iconv,
239+
zlib, and string stream filters. This parameter must be set via an
240+
associative array where the key is "write_seek_mode stream" and the
241+
value is one of the following strings "preserve", "reset", or "strict".
238242

239243
- URI:
240244
. Added Uri\Rfc3986\Uri:getUriType() and Uri\WhatWg\Url:isSpecialScheme().

0 commit comments

Comments
 (0)