. 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)