From: foobar Date: Thu, 5 Jun 2003 04:47:07 +0000 (+0000) Subject: Hopefully this list grows.. X-Git-Tag: php-4.3.3RC1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a32672c1c5ddc200cc3b72a865250ab7becce088;p=php Hopefully this list grows.. --- diff --git a/NEWS b/NEWS index 362c30cf6f..7837570b5f 100644 --- 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.