summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-03-05 07:32:24 +0100
committerRemi Collet <remi@php.net>2019-03-05 07:32:24 +0100
commit0e836f523a9ee93ff6ca033fe962eb2d861acd64 (patch)
tree74c6adbd2cfa1e6c88b95ce6f2033346aa14634c
parent2cc1ab81c2e6bbd877bbe3c501edae20d8b2ae98 (diff)
downloadphp-git-0e836f523a9ee93ff6ca033fe962eb2d861acd64.tar.gz
add NEWS entry
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 324f95aa95..7bc9105ab3 100644
--- 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: