Skip to content

Commit 2694953

Browse files
committed
add NEWS entries
1 parent 3e8d8f7 commit 2694953

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,20 @@ PHP NEWS
4040
. Fixed bug #77621 (Already defined constants are not properly reported).
4141
(cmb)
4242

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+
4349
- PDO_OCI:
4450
. Support Oracle Database tracing attributes ACTION, MODULE,
4551
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
4652

4753
- SPL:
4854
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
4955
relative queries). (Ahmed Abdou)
56+
. Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
5057

5158
- Standard:
5259
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
@@ -57,6 +64,10 @@ PHP NEWS
5764
mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
5865
attribute for pdo_mysql. (Darek Slusarczyk)
5966

67+
- PHAR:
68+
. Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
69+
(bishop)
70+
6071
07 Feb 2019, PHP 7.2.15
6172

6273
- Core:

0 commit comments

Comments
 (0)