summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-11 16:13:56 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-11 16:13:56 +0100
commit226395a335c2783085a49d5a8559807a3b14e72f (patch)
treea51872fb949bd3527eef587e47b4f8d710b049e3 /NEWS
parent7215261349290ae168e7c1e351d3c655d34b6a0b (diff)
parentc34c5234678a5898c1796983e9ca8faa293f3fe3 (diff)
downloadphp-git-226395a335c2783085a49d5a8559807a3b14e72f.tar.gz
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fixed bug #80719
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e5490a357a..4dc17f36c5 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ PHP NEWS
. Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). (cmb)
. Fixed bug #53467 (Phar cannot compress large archives). (cmb, lserni)
+- SPL:
+ . Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass()
+ causes Segmentation fault). (Nikita)
+
- Standard:
. Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes).
(cmb)