diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-29 12:00:07 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-10-29 12:00:57 +0100 |
commit | 133ac0151b07a68cc73ab220d4c458834f1aa182 (patch) | |
tree | ecba01f3763bb93c782757f90c04d2735e09c05c /NEWS | |
parent | 24537a73c010d5ce56d83cae36c15b9c8d1a1a13 (diff) | |
parent | c21e901ba735e927e345b65a35fcd6f585d0c2f3 (diff) | |
download | php-git-133ac0151b07a68cc73ab220d4c458834f1aa182.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix #44618: Fetching may rely on uninitialized data
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ PHP NEWS . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822). (cmb) +- ODBC: + . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb) + - Opcache: . Fixed bug #79643 (PHP with Opcache crashes when a file with specific name is included). (twosee) |