Skip to content

Commit 6ff0b24

Browse files
committed
Update NEWS
1 parent 4c68aaa commit 6ff0b24

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

NEWS

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PHP NEWS
2626
. Fixed bug #77669 (Crash in extract() when overwriting extracted array).
2727
(Nikita)
2828

29-
21 Feb 2019, PHP 7.3.3
29+
07 Mar 2019, PHP 7.3.3
3030

3131
- Core:
3232
. Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
@@ -45,10 +45,21 @@ PHP NEWS
4545
(cmb)
4646
. Fixed bug #77626 (Persistence confusion in php_com_import_typelib()). (cmb)
4747

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+
4854
- Mbstring:
4955
. Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).
5056
(Nikita)
5157

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+
5263
- OpenSSL:
5364
. Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS
5465
records). (Abyl Valg, Jakub Zelenka)
@@ -57,24 +68,25 @@ PHP NEWS
5768
. Support Oracle Database tracing attributes ACTION, MODULE,
5869
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
5970

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+
6076
- phpdbg:
6177
. Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
6278

6379
- SPL:
6480
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
6581
relative queries). (Ahmed Abdou)
82+
. Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
6683

6784
- Standard:
6885
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
6986
(John Stevenson)
7087
. Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its
7188
options filled). (Nikita)
7289

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-
7890
07 Feb 2019, PHP 7.3.2
7991

8092
- Core:

0 commit comments

Comments
 (0)