summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-22 14:12:45 +0200
committerAnatol Belski <ab@php.net>2017-07-22 14:12:45 +0200
commitad12da49085c05e11a65eafae1384eae43804d1d (patch)
tree0b00cabd8815544edea882e064dbbb916cb790e5
parentbad5d0d6c56e078502b21ebdbf829b7a1c9b3bd3 (diff)
downloadphp-git-ad12da49085c05e11a65eafae1384eae43804d1d.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fed2edb098..b8da83cd1a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)
. Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob)
+- MySQLi:
+ . Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with
+ an abstract class). (Anatol)
+
- SimpleXML:
. Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).
(Laruence)