PHP Release 7.3.25


PHP 7.3.25 Release Announcement

The PHP development team announces the immediate availability of PHP 7.3.25. This is a bug fix release.

All PHP 7.3 users are encouraged to upgrade to this version.

For source downloads of PHP 7.3.25 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 7.3.25 (tar.gz)
SHA256: 097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad
PHP 7.3.25 (tar.bz2)
SHA256: 69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb
PHP 7.3.25 (tar.xz)
SHA256: c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329
Change Logs
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).
To Top