File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,20 @@ PHP NEWS
40
40
. Fixed bug #77621 (Already defined constants are not properly reported).
41
41
(cmb)
42
42
43
+ - EXIF:
44
+ . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
45
+ . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
46
+ . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
47
+ . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
48
+
43
49
- PDO_OCI:
44
50
. Support Oracle Database tracing attributes ACTION, MODULE,
45
51
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
46
52
47
53
- SPL:
48
54
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
49
55
relative queries). (Ahmed Abdou)
56
+ . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
50
57
51
58
- Standard:
52
59
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
@@ -57,6 +64,10 @@ PHP NEWS
57
64
mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
58
65
attribute for pdo_mysql. (Darek Slusarczyk)
59
66
67
+ - PHAR:
68
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
69
+ (bishop)
70
+
60
71
07 Feb 2019, PHP 7.2.15
61
72
62
73
- Core:
You can’t perform that action at this time.
0 commit comments