]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Tue, 2 Feb 2016 17:14:57 +0000 (18:14 +0100)
committerJulien Pauli <jpauli@php.net>
Tue, 2 Feb 2016 17:14:57 +0000 (18:14 +0100)
NEWS

diff --git a/NEWS b/NEWS
index e328c6b4fdd12ab8f5300e8285eaac3f6ac8bc16..a5433b218d76b69f213f060b719fa7ff06d9b1b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ PHP                                                                        NEWS
 - PCRE:
   . Upgraded bundled PCRE library to 8.38.
 
+- Standard:
+  . Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
+
 04 Feb 2016, PHP 5.6.18
 
 - Core:
@@ -44,9 +47,6 @@ PHP                                                                        NEWS
   . Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading).
     (Laruence)
 
-- Standard:
-  . Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
-
 07 Jan 2016, PHP 5.6.17
 
 - Core: