summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2015-06-20 15:24:51 +0200
committerKalle Sommer Nielsen <kalle@php.net>2015-06-20 15:24:51 +0200
commitcc8f2b1bd9d81b03e3a266ae75853c24d1b1dd43 (patch)
tree923083349d13969d429382851c171c5b78e85046
parent9fa70dbd29f91c9ae9360f19c63ada18268f5b17 (diff)
downloadphp-git-cc8f2b1bd9d81b03e3a266ae75853c24d1b1dd43.tar.gz
Add missing NEWS entries
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a3c770923e..568a9cec98 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP NEWS
. Fixed bug #69872 (uninitialised value in strtr with array). (Laruence)
. Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
(Laruence)
+ . Fixed bug #69849 (Broken output of apache_request_headers). (Kalle)
+ . Fixed bug #69840 (iconv_substr() doesn't work with UTF-16BE). (Kalle)
. Fixed bug #69823 (PHP 7.0.0alpha1 segmentation fault when exactly 33
extensions are loaded). (Laruence)
. Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name).