@@ -26,7 +26,7 @@ PHP NEWS
26
26
. Fixed bug #77669 (Crash in extract() when overwriting extracted array).
27
27
(Nikita)
28
28
29
- 21 Feb 2019, PHP 7.3.3
29
+ 07 Mar 2019, PHP 7.3.3
30
30
31
31
- Core:
32
32
. Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
@@ -45,10 +45,21 @@ PHP NEWS
45
45
(cmb)
46
46
. Fixed bug #77626 (Persistence confusion in php_com_import_typelib()). (cmb)
47
47
48
+ - EXIF:
49
+ . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
50
+ . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
51
+ . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
52
+ . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
53
+
48
54
- Mbstring:
49
55
. Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
50
56
(Nikita)
51
57
58
+ - MySQL
59
+ . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
60
+ mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
61
+ attribute for pdo_mysql. (Darek Slusarczyk)
62
+
52
63
- OpenSSL:
53
64
. Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
54
65
records). (Abyl Valg, Jakub Zelenka)
@@ -57,24 +68,25 @@ PHP NEWS
57
68
. Support Oracle Database tracing attributes ACTION, MODULE,
58
69
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
59
70
71
+ - PHAR:
72
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
73
+ (bishop)
74
+ . Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). (bishop)
75
+
60
76
- phpdbg:
61
77
. Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
62
78
63
79
- SPL:
64
80
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
65
81
relative queries). (Ahmed Abdou)
82
+ . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
66
83
67
84
- Standard:
68
85
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
69
86
(John Stevenson)
70
87
. Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its
71
88
options filled). (Nikita)
72
89
73
- - MySQL
74
- . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
75
- mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
76
- attribute for pdo_mysql. (Darek Slusarczyk)
77
-
78
90
07 Feb 2019, PHP 7.3.2
79
91
80
92
- Core:
0 commit comments