summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-04-24 17:28:05 +0200
committerRemi Collet <remi@php.net>2018-04-24 17:28:05 +0200
commit42344cdc53ab6948d5a40a35c8678e8e2ab83ad8 (patch)
treea816e0712aede8cad3e1c2e16cfa9d961fe36093
parentd8f2e1a51116edc18523ac33fb63930c9fd7edd0 (diff)
downloadphp-git-42344cdc53ab6948d5a40a35c8678e8e2ab83ad8.tar.gz
update NEWS for 7.2.5
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1a485f0b0..27a35772bd 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,10 @@ PHP NEWS
- Date:
. Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)
+- Exif:
+ . Fixed bug#76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
+ (Stas)
+
- FPM:
. Fixed bug #68440 (ERROR: failed to reload: execvp() failed: Argument list
too long). (Jacob Hipps)
@@ -35,9 +39,16 @@ PHP NEWS
. Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
(cmb)
+- iconv:
+ . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
+ invalid sequence). (Stas)
+
- intl:
. Fixed bug #76153 (Intl compilation fails with icu4c 61.1). (Anatol)
+- ldap:
+ . Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)
+
- mbstring:
. Fixed bug #75944 (Wrong cp1251 detection). (dmk001)
. Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).
@@ -50,6 +61,9 @@ PHP NEWS
- Opcache:
. Fixed bug #76094 (Access violation when using opcache). (Laruence)
+- Phar:
+ . Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)
+
- phpdbg:
. Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)