]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Sun, 28 Jun 2015 11:13:41 +0000 (13:13 +0200)
committerAnatol Belski <ab@php.net>
Sun, 28 Jun 2015 11:13:41 +0000 (13:13 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 1671ac8e3c4b26d4821eeb57aad0075698b2b215..71c9b574665193da830e8a7977dd33dbc90c6e9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP                                                                        NEWS
 - COM:
   . Fixed bug #69939 (Casting object to bool returns false). (Kalle)
 
+- OCI8:
+  . Corrected oci8 hash destructors to prevent segfaults, and a few other fixes.
+    (Cameron Porter)
+
 - PCRE:
   . Fixed bug #53823 (preg_replace: * qualifier on unicode replace garbles the
     string). (cmb)