summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-22 13:26:10 +0100
committerAnatol Belski <ab@php.net>2016-11-22 13:26:10 +0100
commita64fff6d4e738dbd111adf6813e2268018f2d15b (patch)
tree99ac19249d917c7c2aa6b22f4b68911fde2183f1
parent3ded4b718d3d61152b733cf1642ad25720ff8e35 (diff)
downloadphp-git-a64fff6d4e738dbd111adf6813e2268018f2d15b.tar.gz
fix version in NEWSphp-7.0.14RC1
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b4daf26bc..76749de1f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-24 Nov 2016 PHP 7.0.14
+24 Nov 2016 PHP 7.0.14RC1
- Core:
. Fixed memory leak(null coalescing operator with Spl hash). (Tyson Andre)