皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

php 7.3.25 发布

26 Nov 2020

  • Core:
    • Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
    • Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
  • COM:
    • Fixed bug #62474 (com_event_sink crashes on certain arguments).
  • DOM:
    • Fixed bug #80268 (loadHTML() truncates at NUL bytes).
  • IMAP:
    • Fixed bug #64076 (imap_sort() does not return FALSE on failure).
    • Fixed bug #76618 (segfault on imap_reopen).
    • Fixed bug #80239 (imap_rfc822_write_address() leaks memory).
    • Fixed minor regression caused by fixing bug #80220.
    • Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
  • Intl:
    • Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier ‘TRUE’).
  • ODBC:
    • Fixed bug #44618 (Fetching may rely on uninitialized data).
  • SNMP:
    • Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
  • Standard:
    • Fixed bug #80266 (parse_url silently drops port number 0).

转自 https://www.php.net/ChangeLog-7.php#PHP_7_3