This commit is contained in:
Remi Collet 2021-08-03 12:07:46 +02:00
parent 112527d677
commit 35c3e0b1a4
No known key found for this signature in database
GPG Key ID: DC9FF8D3EE5AF27F

3
NEWS
View File

@ -35,6 +35,9 @@ PHP NEWS
- Shmop:
. Fixed bug #81283 (shmop can't read beyond 2147483647 bytes). (cmb, Nikita)
- SimpleXML:
. Fixed bug #81325 (Segfault in zif_simplexml_import_dom). (remi)
- Standard:
. Fixed bug #72146 (Integer overflow on substr_replace). (cmb)
. Fixed bug #81265 (getimagesize returns 0 for 256px ICO images).