]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 20 Jul 2020 12:43:59 +0000 (14:43 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 20 Jul 2020 12:44:18 +0000 (14:44 +0200)
* PHP-7.3:
  Fix #63527: DCOM does not work with Username, Password parameter

1  2 
NEWS
ext/com_dotnet/com_com.c

diff --cc NEWS
index 95f211afba0fea81fa44ba8cc1b75da6222ac7a2,3f1d6bd39c4ef50e4c0eceeedd510ffdaece1216..7416df26f4e9e041788d560aabc6301114326e14
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -6,27 -6,20 +6,29 @@@ PH
    . Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time
      to return usec). (Herbert256)
  
 -- Core:
 -  . Fixed bug #79778 (Assertion failure if dumping closure with unresolved
 -    static variable). (Nikita)
 -  . Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
 -    (Nikita)
 -
  - COM:
    . Fixed bug #63208 (BSTR to PHP string conversion not binary safe). (cmb)
+   . Fixed bug #63527 (DCOM does not work with Username, Password parameter).
+     (cmb)
  
 -- Curl:
 -  . Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with
 -    declared properties). (Nikita)
 +- Core:
 +  . Fixed bug #79740 (serialize() and unserialize() methods can not be called
 +    statically). (Nikita)
 +  . Fixed bug #79783 (Segfault in php_str_replace_common). (Nikita)
 +  . Fixed bug #79778 (Assertion failure if dumping closure with unresolved
 +    static variable). (Nikita)
 +  . Fixed bug #79779 (Assertion failure when assigning property of string
 +    offset by reference). (Nikita)
 +  . Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
 +    (Nikita)
 +  . Fixed bug #78598 (Changing array during undef index RW error segfaults).
 +    (Nikita)
 +  . Fixed bug #79784 (Use after free if changing array during undef var during
 +    array write fetch). (Nikita)
 +  . Fixed bug #79793 (Use after free if string used in undefined index warning
 +    is changed). (Nikita)
 +  . Fixed bug #79862 (Public non-static property in child should take priority
 +    over private static). (Nikita)
  
  - Fileinfo:
    . Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb)
Simple merge