summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-03-04 11:09:01 +0100
committerRemi Collet <remi@php.net>2019-03-04 11:09:01 +0100
commit2694953ada29ce4e6869ad4178d7c88581b8752c (patch)
treec2c1d738341ac4b5bf02be02335f1f01bb743d56
parent3e8d8f7fb36ee29a1b0fd197d88a45020a248524 (diff)
downloadphp-git-2694953ada29ce4e6869ad4178d7c88581b8752c.tar.gz
add NEWS entries
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c512da9586..f7a1246567 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,12 @@ PHP NEWS
. Fixed bug #77621 (Already defined constants are not properly reported).
(cmb)
+- EXIF:
+ . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
+ . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
+ . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
+ . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
+
- PDO_OCI:
. Support Oracle Database tracing attributes ACTION, MODULE,
CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
@@ -47,6 +53,7 @@ PHP NEWS
- SPL:
. Fixed bug #51068 (DirectoryIterator glob:// don't support current path
relative queries). (Ahmed Abdou)
+ . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
- Standard:
. Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
@@ -57,6 +64,10 @@ PHP NEWS
mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE
attribute for pdo_mysql. (Darek Slusarczyk)
+- PHAR:
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
+ (bishop)
+
07 Feb 2019, PHP 7.2.15
- Core: