summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-03-04 11:13:37 +0100
committerRemi Collet <remi@php.net>2019-03-04 11:13:37 +0100
commit5829fd84b4aad5f2407468750cef225e6b941407 (patch)
tree0f248c6201f43e1fb2e166c267f3eed16c6fb235
parent5f5e9cd6108993ff920d277db1af75b4cf50d55e (diff)
downloadphp-git-5829fd84b4aad5f2407468750cef225e6b941407.tar.gz
add NEWS entries
-rw-r--r--NEWS14
1 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 41eda40f5b..c36a866a46 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.2.16
-
-21 Feb 2019, PHP 7.2.16RC1
-
- Core:
. Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
(Laruence)
@@ -13,13 +10,24 @@ 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)
+- PHAR:
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
+ (bishop)
+
- 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).