]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Sat, 27 Apr 2013 15:42:18 +0000 (23:42 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 27 Apr 2013 15:42:18 +0000 (23:42 +0800)
NEWS

diff --git a/NEWS b/NEWS
index ddac905d62508f557d8854af0589e04e37cf4720..135ca483a2c4efe8fb60c23552cf18c13ae013a8 100644 (file)
--- 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)