[php-src] master: [skip ci] UPGRADING: Add entry for #23460
Weilin Du via GitHub <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Weilin Du (LamentXU123)
Committer: GitHub (web-flow)
Pusher: LamentXU123
Date: 2026-08-30T00:06:58+08:00
Commit: https://github.com/php/php-src/commit/278d290410b022c2abd5b875bbd65d30b1b53c76
Raw diff: https://github.com/php/php-src/commit/278d290410b022c2abd5b875bbd65d30b1b53c76.diff
[skip ci] UPGRADING: Add entry for #23460
Changed paths:
M UPGRADING
Diff:
diff --git a/UPGRADING b/UPGRADING
index 78074404b400..74ecf90408aa 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -940,6 +940,9 @@ PHP 8.6 UPGRADE NOTES
. Made splitText() faster and consume less memory.
- GD:
+ . imagebmp(), imagewbmp(), imagegd(), and imagegd2() now buffer output when
+ writing to PHP streams, significantly improving performance when writing
+ images to files.
. Improved performance of imagegrabscreen() and imagegrabwindow() on
Windows.