Skip to content

Commit 0e836f5

Browse files
committed
add NEWS entry
1 parent 2cc1ab8 commit 0e836f5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

NEWS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ PHP NEWS
3939
- Core:
4040
. Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
4141
(Laruence)
42+
. Fixed bug #77630 (rename() across the device may allow unwanted access
43+
during processing). (Stas)
4244

4345
- COM:
4446
. Fixed bug #77621 (Already defined constants are not properly reported).
@@ -54,6 +56,10 @@ PHP NEWS
5456
. Support Oracle Database tracing attributes ACTION, MODULE,
5557
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
5658

59+
- PHAR:
60+
. Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
61+
(bishop)
62+
5763
- SPL:
5864
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
5965
relative queries). (Ahmed Abdou)
@@ -68,10 +74,6 @@ PHP NEWS
6874
mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
6975
attribute for pdo_mysql. (Darek Slusarczyk)
7076

71-
- PHAR:
72-
. Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
73-
(bishop)
74-
7577
07 Feb 2019, PHP 7.2.15
7678

7779
- Core:

0 commit comments

Comments
 (0)