PHP Release 7.3.10


PHP 7.3.10 Release Announcement

The PHP development team announces the immediate availability of PHP 7.3.10. This is a security release which also contains several bug fixes.

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

For source downloads of PHP 7.3.10 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.10 (tar.bz2)
SHA256: 506dd871c0fb8f00f872f53dd3b1dfa5f23a9edb4dfc521e5669c78a78c45448
PHP 7.3.10 (tar.gz)
SHA256: fb670723a9b8fda31c89529f27e0dda289d8af4b6ce9f152c8010876639c0fb4
PHP 7.3.10 (tar.xz)
SHA256: 42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906
Change Logs
core
  • Fixed bug #78220 (Can't access OneDrive folder).
  • Fixed bug #77922 (Double release of doc comment on inherited shadow property).
  • Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).
  • Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc).
fastcgi
  • Fixed bug #78469 (FastCGI on_accept hook is not called when using named pipes on Windows).
fpm
  • Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr notation).
intl
  • Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8() when requested.
mbstring
  • Fixed bug #78559 (Heap buffer overflow in mb_eregi).
mysqlnd
  • Fixed connect_attr issues and added the _server_host connection attribute.
odbc
  • Fixed bug #78473 (odbc_close() closes arbitrary resources).
pdo_mysql
  • Fixed bug #41997 (SP call yields additional empty result set).
sodium
  • Fixed bug #78510 (Partially uninitialized buffer returned by sodium_crypto_generichash_init()).
To Top