summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-05-25 11:31:05 +0200
committerAnatol Belski <ab@php.net>2016-05-25 11:31:05 +0200
commitfb59213fc461f079bc218abf44cb5e2b4db2182c (patch)
tree378c7c6c3b30b78e970df34360ec257d71db733a
parentbcad8619f8cf5796571a4207aa9b4a86ee1b03b3 (diff)
downloadphp-git-PHP-7.0.7.tar.gz
reorder entries and fix typophp-7.0.7PHP-7.0.7
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b81ccda5ae..c203abbf8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-26 May 2016 PHP 7.0.7R
+26 May 2016 PHP 7.0.7
- Core:
. Fixed bug #72162 (use-after-free - error_reporting). (Laruence)
@@ -23,16 +23,16 @@ PHP NEWS
- DBA:
. Fixed bug #72157 (use-after-free caused by dba_open). (Shm, Laruence)
-- JSON:
- . Fixed bug #72069 (Behavior \JsonSerializable different from json_encode).
- (Laruence)
-
- GD:
. Fixed bug #72227 (imagescale out-of-bounds read). (Stas)
- Intl:
. Fixed #72241 (get_icu_value_internal out-of-bounds read). (Stas)
+- JSON:
+ . Fixed bug #72069 (Behavior \JsonSerializable different from json_encode).
+ (Laruence)
+
- Mbstring:
. Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace). (Laruence)