summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2012-10-18 18:55:15 -0700
committerChristopher Jones <sixd@php.net>2012-10-18 18:55:15 -0700
commit05a843c25623e0eb6bdcc03a57156f6aceec1445 (patch)
tree8122e1739354c8a078aa794f0562af1509cd9bd0 /NEWS
parentc6d6ede4a80deec1b519b42dd7230571cc399a82 (diff)
downloadphp-git-05a843c25623e0eb6bdcc03a57156f6aceec1445.tar.gz
Add fix & missing fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 49980d1919..0f5ed8f8a8 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,15 @@ PHP NEWS
. Fixed bug #63248 (Load multiple magic files from a directory under Windows).
(Anatoliy)
+- 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)
-?? ??? 2012, PHP 5.4.8
+18 Oct 2012, PHP 5.4.8
- CLI server:
. Implemented FR #63242 (Default error page in PHP built-in web server uses
@@ -63,6 +67,9 @@ PHP NEWS
. Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
. Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)
+- OCI8:
+ . Fixed bug #60901 (Improve "tail" syntax for AIX installation) (Chris Jones)
+
- OpenSSL:
. Implemented FR #61421 (OpenSSL signature verification missing RMD160,
SHA224, SHA256, SHA384, SHA512). (Mark Jones)