summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-07-08 12:50:40 +0200
committerAnatol Belski <ab@php.net>2015-07-08 13:27:34 +0200
commitdd1f0940fe8797cc3dced35ef436a8dc9b30fa17 (patch)
tree40076b146ea21984e760fa28bbf97d64e3ed93fd
parentf9dc60f36f0c038cf4a77b096f76bea0ba438b18 (diff)
downloadphp-git-dd1f0940fe8797cc3dced35ef436a8dc9b30fa17.tar.gz
fix NEWS
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 53828b0e81..6a8826cbcd 100644
--- a/NEWS
+++ b/NEWS
@@ -105,6 +105,10 @@
- GD:
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
+- JSON
+ . Fixed bug #68546 (json_decode() Fatal error: Cannot access property
+ started with '\0'). (Jakub Zelenka)
+
- mysqlnd:
. Fixed Bug #69796 (mysqli_stmt::fetch doesn't assign null values to
bound variables). (Laruence)
@@ -274,8 +278,6 @@
(JSON extension includes a problematic license statement). (Jakub Zelenka)
. Fixed bug #68938 (json_decode() decodes empty string without error).
(jeremy at bat-country dot us)
- . Fixed bug #68546 (json_decode() Fatal error: Cannot access property
- started with '\0'). (Jakub Zelenka)
- LDAP
. Fixed bug #47222 (Implement LDAP_OPT_DIAGNOSTIC_MESSAGE). (Andreas Heigl)