
Das PHP Entwicklerteam hat vor kurzem Updates für die PHP Zweige 7.2, 7.3 und 7.4 veröffentlicht. Dies sind Sicherheitsupdates mit einigen Bugfixes.
PHP 7.4.11 Release Notes
- Core:
- Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070)
- Fixed bug #79979 (passing value to by-ref param via CUFA crashes).
- Fixed bug #80037 (Typed property must not be accessed before initialization when __get() declared).
- Fixed bug #80048 (Bug #69100 has not been fixed for Windows).
- Fixed bug #80049 (Memleak when coercing integers to string via variadic argument).
- Calendar:
- Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
- COM:
- Fixed bug #64130 (COM obj parameters passed by reference are not updated).
- OPcache:
- OpenSSL:
- Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069)
- PDO:
- Fixed bug #80027 (Terrible performance using $query->fetch on queries with many bind parameters).
- SOAP:
- Fixed bug #47021 (SoapClient stumbles over WSDL delivered with “Transfer-Encoding: chunked”).
- Standard:
Quelle: https://www.php.net/ChangeLog-7.php#7.4.11
PHP 7.3.23 Release Notes
- Core:
- Calendar:
- Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
- COM:
- Fixed bug #64130 (COM obj parameters passed by reference are not updated).
- OPcache:
- OpenSSL:
- Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069)
- PDO:
- Fixed bug #80027 (Terrible performance using $query->fetch on queries with many bind parameters).
- SOAP:
- Fixed bug #47021 (SoapClient stumbles over WSDL delivered with “Transfer-Encoding: chunked”).
- Standard:
Quelle: https://www.php.net/ChangeLog-7.php#7.3.23