* PHP-7.3:
Fix #79756: finfo_file crash (FILEINFO_MIME)
. Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time
to return usec). (Herbert256)
-- 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)
+ - Fileinfo:
+ . Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb)
+
- FTP:
. Fixed bug #55857 (ftp_size on large files). (cmb)