]> granicus.if.org Git - php/commitdiff
Hopefully this list grows..
authorfoobar <sniper@php.net>
Thu, 5 Jun 2003 04:47:07 +0000 (04:47 +0000)
committerfoobar <sniper@php.net>
Thu, 5 Jun 2003 04:47:07 +0000 (04:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 362c30cf6fa977b64654d7dfcdaeda2a62de4e66..7837570b5fdac167f05fa78acb0a1a89834bf7e2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,8 +15,9 @@ PHP 4                                                                      NEWS
 - Added DBA handler 'inifile' to support ini files. (Marcus)
 - Added a "DEBUG" note to 'php -v' output when --enable-debug is used. (Derick)
 - Added long options into CLI & CGI (e.g. --version). (Marcus)
-- Fixed integer overflows in base64_encode(). (Moriyoshi)
-- Fixed possible integer overflows in bundled GD library. (Ilia)
+- Fixed possible integer overflows in:
+  . base64_encode().    (Moriyoshi)
+  . bundled GD library. (Ilia)
 - Fixed "mysql.connect_timeout" php.ini option to be settable with ini_set().
   (Rasmus)
 - Fixed ext/yaz to not log if "yaz.log_file" php.ini option is not set.