From: Xinchen Hui Date: Sat, 27 Apr 2013 15:42:18 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.5.0RC1~32^2~19^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a56a95e58d14daac83c65bb121352475e7b4eb42;p=php Update NEWS --- diff --git a/NEWS b/NEWS index ddac905d62..135ca483a2 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,10 @@ PHP NEWS - CURL: . Remove curl stream wrappers. (Pierrick) +- MySQLi: + . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB + pointer has closed). (Laruence) + - Zip: . Fixed bug #64342 (ZipArchive::addFile() has to check for file existence). (Anatol)