summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-08-13 22:46:52 -0700
committerStanislav Malyshev <stas@php.net>2013-08-13 22:46:52 -0700
commitaa1fe1b4803442ab0297a6f80b1a33998fd9d8fd (patch)
treea490a5b7474fecf2df3f1895fb43aaefc317943b
parent76af988fece55a6228d892bb736c76916b8f6864 (diff)
downloadphp-git-aa1fe1b4803442ab0297a6f80b1a33998fd9d8fd.tar.gz
update news
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 66566e18db..12dfad8ec8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,11 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-01 Aug 2013, PHP 5.4.18 RC2
+15 Aug 2013, PHP 5.4.18
- Core:
. Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was
erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey
avp200681 gmail com).
-
-18 Jul 2013, PHP 5.4.18 RC1
-
-- Core:
. Fixed bug #65254 (Exception not catchable when exception thrown in autoload
with a namespace). (Laruence)
. Fixed bug #65108 (is_callable() triggers Fatal Error).
@@ -61,6 +57,10 @@ PHP NEWS
. Fixed bug #61387 (NULL valued anonymous column causes segfault in
odbc_fetch_array). (Brandon Kirsch)
+- Openssl:
+ . Fixed handling null bytes in subjectAltName (CVE-2013-4073).
+ (Christian Heimes)
+
- PDO:
. Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
(Chris Jones)