diff options
author | Christopher Jones <sixd@php.net> | 2012-10-18 18:50:18 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2012-10-18 18:50:18 -0700 |
commit | 106c70e76e759737579945e6a036c7176c1758b6 (patch) | |
tree | e01124eaf6a096f33a907d31b8778945ea556059 | |
parent | af14da5714cbcd9c12f140bbb622f10aa0b227a8 (diff) | |
download | php-git-106c70e76e759737579945e6a036c7176c1758b6.tar.gz |
Add fix & missing fix
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |