summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-04-02 16:54:15 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-04-02 16:54:15 +0200
commit849c49a7147779835fc85211090e33b80fbeb116 (patch)
tree8fa7eb429a7bc907561e68e70970e9e248ebeef6 /NEWS
parent002983e4636ee30f733b958449f28e362e513cfc (diff)
downloadphp-git-849c49a7147779835fc85211090e33b80fbeb116.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee10147817..8970c21bc1 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,7 @@ PHP NEWS
. Fixed bug #77793 (Segmentation fault in extract() when overwriting
reference with itself). (Nikita)
-28 Mar 2019, PHP 7.3.4
+04 April 2019, PHP 7.3.4
- Core:
. Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
@@ -61,6 +61,10 @@ PHP NEWS
- COM:
. Fixed bug #77578 (Crash when php unload). (cmb)
+- EXIF:
+ . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
+ . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
+
- FPM:
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
(Kevin Adler)