]> granicus.if.org Git - php/commitdiff
Add fix & missing fix
authorChristopher Jones <sixd@php.net>
Fri, 19 Oct 2012 01:50:18 +0000 (18:50 -0700)
committerChristopher Jones <sixd@php.net>
Fri, 19 Oct 2012 01:50:18 +0000 (18:50 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 009f082bd073fd471f7abad166469faff2ac5493..11f4c9227cc6586e5befeb224f6aa1e5fb752c20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP                                                                        NEWS
 - MySQL:
   . Fixed compilation failure on mixed 32/64 bit systems. (Andrey)
 
+- OCI8:
+  . Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
+    (Chris Jones)
+
 - PCRE:
   . Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
     (Dmitry, Laruence)
@@ -47,6 +51,9 @@ PHP                                                                        NEWS
 - Intl:
   . Fix bug #62915 (defective cloning in several intl classes). (Gustavo)
 
+- OCI8:
+  . Fixed bug #60901 (Improve "tail" syntax for AIX installation) (Chris Jones)
+
 - SOAP
   . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
     (Dmitry)