summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-01-28 12:47:53 +0100
committerJulien Pauli <jpauli@php.net>2016-01-28 12:47:53 +0100
commitdf78eacc2f136b0bf5669e1a914672ea98783940 (patch)
treeeaa84e3699f5cfb706fc1ea7fa105df164012f01
parentaa8d3a8cc612ba87c0497275f58a2317a90fb1c4 (diff)
downloadphp-git-df78eacc2f136b0bf5669e1a914672ea98783940.tar.gz
Fixed NEWS file entry
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ee0e9869bd..20f6d79e17 100644
--- a/NEWS
+++ b/NEWS
@@ -394,6 +394,10 @@ PHP NEWS
- FPM:
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
+- JSON:
+ . Fixed bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are
+ numbers plus the letter e). (Jakub Zelenka)
+
- ODBC:
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
@@ -1017,8 +1021,6 @@ PHP NEWS
- JSON:
. Fixed bug #66021 (Blank line inside empty array/object when
JSON_PRETTY_PRINT is set). (Kevin Israel)
- . Fixed bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are
- numbers plus the letter e). (Jakub Zelenka)
- LDAP:
. Fixed issue with null bytes in LDAP bindings. (Matthew Daley)