summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-07-17 06:15:42 +0200
committerRemi Collet <remi@php.net>2018-07-17 06:15:42 +0200
commit9a9e7487f7d810936b503fc3d5c746c4c033bc16 (patch)
treef735b88f99bf32f79c195b8aa7233bf8d189056a
parent919021b23e41a60d063755f2f9856fa70e960994 (diff)
downloadphp-git-9a9e7487f7d810936b503fc3d5c746c4c033bc16.tar.gz
update NEWS
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4404221541..617e161f07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-05 Jul 2018, PHP 7.2.8RC1
+?? ??? ????, PHP 7.2.8
- Core:
. Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
@@ -15,6 +15,10 @@ PHP NEWS
- EXIF:
. Fixed bug #76409 (heap use after free in _php_stream_free). (cmb)
+ . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
+ exif_thumbnail_extract of exif.c). (Stas)
+ . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
+ data). (Stas)
- FPM:
. Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
@@ -53,6 +57,9 @@ PHP NEWS
(Laruence)
. Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)
+- Win32:
+ . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)
+
- ZIP:
. Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM).
(Dennis Birkholz, Remi)