]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 20 Feb 2003 00:35:42 +0000 (00:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 20 Feb 2003 00:35:42 +0000 (00:35 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 49e419f4b04b23af83151ea9136d928da2459598..3e841752337cfa93fc648925c749421dd2911991 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ PHP 4                                                                      NEWS
 - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
 - Added XBM and WBMP support for getimagesize(). (Marcus)
 - Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe)
+- Fixed bug #22308 (optimized passthru, code is now ~40 times faster). (Ilia)
 - Fixed bug #22283 (possible crash when opening relative URLs). (Ilia)
 - Fixed bug #22234 (copy() fails if source file has 0 length). (Moriyoshi)
 - Fixed bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0).