]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 20 Oct 2020 17:01:56 +0000 (19:01 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 20 Oct 2020 17:02:15 +0000 (19:02 +0200)
* PHP-7.4:
  Fix #80242: imap_mail_compose() segfaults for multipart with rfc822

1  2 
NEWS
ext/imap/php_imap.c

diff --cc NEWS
index 3d588c546fdf1053517382c962c7509a57ec0fde,a90a29d0c1ae5b9ef309633b9131d5e685669f51..ca31fe91d4dcf33a28df040b5554df6d0a331d8f
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,30 -1,34 +1,32 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2020, PHP 7.4.13
 +?? ??? ????, PHP 8.0.0RC3
 +
 +- Core:
 +  . Fixed bug #8055 (Abstract trait methods returning "self" cannot be
 +    fulfilled by traits). (Nikita)
  
  - IMAP:
 -  . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
    . Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
    . Fixed minor regression caused by fixing bug #80220. (cmb)
+   . Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
+     (cmb)
  
  - Opcache:
 -  . Fixed bug #79643 (PHP with Opcache crashes when a file with specific name
 -    is included). (twosee)
 +  . Fixed bug #80255 (Opcache bug (bad condition result) in 8.0.0rc1). (Nikita)
  
 -- OpenSSL:
 -  . Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
 -    (Nikita)
 +- Standard:
 +  . Fixed bug #80256 (file_get_contents strip first line with chunked encoding
 +    redirect). (Nikita)
  
 -29 Oct 2020, PHP 7.4.12
 +15 Oct 2020, PHP 8.0.0RC2
  
  - Core:
 -  . Fixed bug #80061 (Copying large files may have suboptimal performance).
 -    (cmb)
 -  . Fixed bug #79423 (copy command is limited to size of file it can copy).
 -    (cmb)
 -  . Fixed bug #80126 (Covariant return types failing compilation). (Nikita)
 -  . Fixed bug #80186 (Segfault when iterating over FFI object). (Nikita)
 +  . Fixed bug #80225 (broken namespace usage in eval code). (Nikita)
  
 -- Calendar:
 -  . Fixed bug #80185 (jdtounix() fails after 2037). (cmb)
 +- Curl:
 +  . Fixed bug #80121 (Null pointer deref if CurlHandle directly instantiated).
 +    (Nikita)
  
  - IMAP:
    . Fixed bug #80213 (imap_mail_compose() segfaults on certain $bodies). (cmb)
Simple merge