]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 30 Jan 2020 12:05:49 +0000 (13:05 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 30 Jan 2020 12:06:25 +0000 (13:06 +0100)
* PHP-7.3:
  Fix #70078: XSL callbacks with nodes as parameter leak memory

1  2 
NEWS
ext/xsl/xsltprocessor.c

diff --cc NEWS
index 13bcaebde362f1eb8c4c17a5a16b387c020a8f0b,b5ac3d68781bf8a4a959c7a7bcec9b15f2a93254..2dcfdf9db3b3e08fcb1c11812ec7485f09955fbe
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -50,33 -29,21 +50,36 @@@ PH
    . Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
      __destruct). (Nikita)
  
 -- SPL:
 -  . Fixed bug #79151 (heap use after free caused by
 -    spl_dllist_it_helper_move_forward). (Nikita)
 -
  - Standard:
    . Fixed bug #78902 (Memory leak when using stream_filter_append). (liudaixiao)
 +  . Fixed bug #78969 (PASSWORD_DEFAULT should match PASSWORD_BCRYPT instead of being null). (kocsismate)
  
 -23 Jan 2020, PHP 7.3.14
+ - XSL:
+   . Fixed bug #70078 (XSL callbacks with nodes as parameter leak memory). (cmb)
 +- Zip:
 +  . Add ZipArchive::CM_LZMA2 and ZipArchive::CM_XZ constants (since libzip 1.6.0). (remi)
 +  . Add ZipArchive::ER_* missing constants. (remi)
 +  . Add ZipArchive::LIBZIP_VERSION constant. (remi)
 +
 +23 Jan 2020, PHP 7.4.2
  
 -- Core
 +- Core:
 +  . Preloading support on Windows has been disabled. (Nikita)
 +  . Fixed bug #79022 (class_exists returns True for classes that are not ready
 +    to be used). (Laruence)
 +  . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
 +    (Alexey Kachalin)
 +  . Fixed bug #78973 (Destructor during CV freeing causes segfault if opline
 +    never saved). (Nikita)
 +  . Fixed bug #78776 (Abstract method implementation from trait does not check
 +    "static"). (Nikita)
    . Fixed bug #78999 (Cycle leak when using function result as temporary).
      (Dmitry)
 +  . Fixed bug #79008 (General performance regression with PHP 7.4 on Windows).
 +    (cmb)
 +  . Fixed bug #79002 (Serializing uninitialized typed properties with __sleep
 +    makes unserialize throw). (Nikita)
  
  - CURL:
    . Fixed bug #79033 (Curl timeout error with specific url and post). (cmb)
Simple merge