From: Georg Richter Date: Sat, 7 Jun 2003 16:14:04 +0000 (+0000) Subject: fixed a bug in libmysql X-Git-Tag: php-4.3.3RC1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cef32b1e2fd63f410522e3fb241f19529d79b9c0;p=php fixed a bug in libmysql --- diff --git a/NEWS b/NEWS index 9efc90bbe1..a476bf923c 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,7 @@ PHP 4 NEWS (Rasmus) - Fixed ext/yaz to not log if "yaz.log_file" php.ini option is not set. (Adam Dickmeiss) +- Fixed a bug in bundled libmysql (mysql bug #564) - Fixed ext/exif to honor "magic_quotes_runtime" php.ini option. (Marcus) - Fixed bug #24060 (ncurses_del_panel() causes segfault). (Georg) - Fixed bug #24054 (Integer overflow failure with GCC/x86 for *=). (Sascha)