We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce87861 commit e744febCopy full SHA for e744feb
1 file changed
UPGRADING
@@ -235,6 +235,10 @@ PHP 8.6 UPGRADE NOTES
235
tcp_keepintvl and tcp_keepcnt that allow setting socket keepalive
236
options.
237
. 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".
242
243
- URI:
244
. Added Uri\Rfc3986\Uri:getUriType() and Uri\WhatWg\Url:isSpecialScheme().
0 commit comments