]> granicus.if.org Git - php/commitdiff
add NEWS entry
authorRemi Collet <remi@php.net>
Tue, 5 Mar 2019 06:32:24 +0000 (07:32 +0100)
committerRemi Collet <remi@php.net>
Tue, 5 Mar 2019 06:32:24 +0000 (07:32 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 324f95aa95f8e2f831ea194dfd13da128bb4dc3f..7bc9105ab315d14663a23d67840e06190fb17fc9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,8 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
     (Laruence)
+  . Fixed bug #77630 (rename() across the device may allow unwanted access
+    during processing). (Stas)
 
 - COM:
   . Fixed bug #77621 (Already defined constants are not properly reported).
@@ -54,6 +56,10 @@ PHP                                                                        NEWS
   . Support Oracle Database tracing attributes ACTION, MODULE,
     CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
 
+- PHAR:
+  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
+    (bishop)
+
 - SPL:
   . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
     relative queries). (Ahmed Abdou)
@@ -68,10 +74,6 @@ PHP                                                                        NEWS
     mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
     attribute for pdo_mysql. (Darek Slusarczyk)
 
-- PHAR:
-  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
-    (bishop)
-
 07 Feb 2019, PHP 7.2.15
 
 - Core: