]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Thu, 25 Jan 2001 02:09:16 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Thu, 25 Jan 2001 02:09:16 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 84ea056c3a8e22eef64c75ea4f07620b7cf9bcc9..80c3cdbb978bdf3301ff2510e3336db9497c9b9d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- Added support for converting images from JPG/PNG on the fly with the GD
+  extension, which is usefull for creating dynamic WAP-sites (Derick)
 - Updated ext/mysql/libmysql to version 3.23.32; bug fixes (tim@mysql.com)
 - Fixed possible crash in all (non-pcre) regex functions. (Thies)
 - Improved str_replace() to accept an array for any parameter - similar