File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ PHP NEWS
39
39
- Core:
40
40
. Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
41
41
(Laruence)
42
+ . Fixed bug #77630 (rename() across the device may allow unwanted access
43
+ during processing). (Stas)
42
44
43
45
- COM:
44
46
. Fixed bug #77621 (Already defined constants are not properly reported).
@@ -54,6 +56,10 @@ PHP NEWS
54
56
. Support Oracle Database tracing attributes ACTION, MODULE,
55
57
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
56
58
59
+ - PHAR:
60
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
61
+ (bishop)
62
+
57
63
- SPL:
58
64
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
59
65
relative queries). (Ahmed Abdou)
@@ -68,10 +74,6 @@ PHP NEWS
68
74
mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
69
75
attribute for pdo_mysql. (Darek Slusarczyk)
70
76
71
- - PHAR:
72
- . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
73
- (bishop)
74
-
75
77
07 Feb 2019, PHP 7.2.15
76
78
77
79
- Core:
You can’t perform that action at this time.
0 commit comments