From: Date: Thu, 25 Jan 2001 02:09:16 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3aee7591f914dab3c83bfc831535b46c771a564;p=php NEWS update --- diff --git a/NEWS b/NEWS index 84ea056c3a..80c3cdbb97 100644 --- 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