summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-04-24 09:18:41 +0200
committerRemi Collet <remi@php.net>2018-04-24 09:18:41 +0200
commitac0f7f73426521559363737d700248cd3a95a0d9 (patch)
treeab85910ffa62221c2cb71a95b7cb03063145b00b
parentebbef8503f4b5cdd63b7da49b106f970353c7ac0 (diff)
downloadphp-git-ac0f7f73426521559363737d700248cd3a95a0d9.tar.gz
add NEWS entries
-rw-r--r--NEWS16
1 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 70cc2dcc7b..55a7cbd3fb 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,6 @@ PHP NEWS
?? ??? ????, PHP 7.2.5
-12 Apr 2018, PHP 7.2.5RC1
-
- Core:
. Fixed bug #75722 (Convert valgrind detection to configure option).
(Michael Heimpold)
@@ -12,6 +10,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)
@@ -24,6 +26,13 @@ PHP NEWS
- intl:
. Fixed bug #76153 (Intl compilation fails with icu4c 61.1). (Anatol)
+- iconv:
+ . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
+ invalid sequence). (Stas)
+
+- 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).
@@ -36,6 +45,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)