We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7120a commit 1a759b2Copy full SHA for 1a759b2
1 file changed
UPGRADING
@@ -448,7 +448,10 @@ PHP 8.6 UPGRADE NOTES
448
. Improved performance of str_split().
449
450
- URI:
451
- . Reduced allocations when reading RFC3986 IPv6/IPFuture hosts and paths.
+ . Reduced allocations when reading IPv6/IPFuture hosts and paths with
452
+ Uri\Rfc3986\Uri.
453
+ . Improved performance and memory consumption when using normalizing
454
+ (non-raw) getters on already-normalized URIs with Uri\Rfc3986\Uri.
455
456
- Zip:
457
. Avoid string copies in ZipArchive::addFromString().
0 commit comments