99 (cmb)
1010 . Fixed bug #67792 (HTTP Authorization schemes are treated as case-sensitive).
1111 (cmb)
12+ . Fixed bug Bug #80972 (Memory exhaustion on invalid string offset). (girgias)
1213
1314- pgsql:
1415 . Fixed php_pgsql_fd_cast() wrt. php_stream_can_cast(). (cmb)
@@ -210,7 +211,7 @@ PHP NEWS
210211 PROCEDURE resultset SIGNAL). (Nikita)
211212
212213- Standard:
213- . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
214+ . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo).
214215 (CVE-2020-7071) (cmb)
215216 . Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
216217 . Fixed bug #80411 (References to null-serialized object break serialize()).
@@ -349,7 +350,7 @@ PHP NEWS
349350 . Fixed bug #80048 (Bug #69100 has not been fixed for Windows). (cmb)
350351 . Fixed bug #80049 (Memleak when coercing integers to string via variadic
351352 argument). (Nikita)
352- . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
353+ . Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
353354 cookies can be sent). (CVE-2020-7070) (Stas)
354355
355356- Calendar:
@@ -368,7 +369,7 @@ PHP NEWS
368369 handlers changed). (SammyK)
369370
370371- OpenSSL:
371- . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
372+ . Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
372373 bytes IV). (CVE-2020-7069) (Jakub Zelenka)
373374
374375- PDO:
@@ -450,7 +451,7 @@ PHP NEWS
450451 (cmb)
451452
452453- Core:
453- . Fixed bug #79877 (getimagesize function silently truncates after a null
454+ . Fixed bug #79877 (getimagesize function silently truncates after a null
454455 byte) (cmb)
455456 . Fixed bug #79740 (serialize() and unserialize() methods can not be called
456457 statically). (Nikita)
@@ -511,7 +512,7 @@ PHP NEWS
511512 . Fixed possibly unsupported timercmp() usage. (cmb)
512513
513514- Exif:
514- . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
515+ . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes).
515516 (cmb)
516517
517518- Fileinfo:
@@ -727,7 +728,7 @@ PHP NEWS
727728 . Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
728729
729730- MBstring:
730- . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
731+ . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
731732 php_unicode_tolower_full). (CVE-2020-7065) (cmb)
732733
733734- MySQLi:
0 commit comments