PHP Release 7.3.22


PHP 7.3.22 Release Announcement

The PHP development team announces the immediate availability of PHP 7.3.22. 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.22 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.22 (tar.bz2)
SHA256: c790b8172520b2ff773d6cf80774ea0a678a2f16e8ee6b11d68802094448689e
PHP 7.3.22 (tar.gz)
SHA256: 759426cb4054e3f23316c39710faff0bb8063fd0ea50fc2c5efa590429af1a22
PHP 7.3.22 (tar.xz)
SHA256: 0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5
Change Logs
core
  • Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
  • Fixed bug #77932 (File extensions are case-sensitive).
  • Fixed bug #79806 (realpath() erroneously resolves link to link).
  • Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
  • Fixed bug #79919 (Stack use-after-scope in define()).
  • Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
com
  • Fixed bug #48585 (com_load_typelib holds reference, fails on second call).
exif
  • Fixed bug #75785 (Many errors from exif_read_data).
gettext
  • Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()).
ldap
  • Fixed memory leaks.
opcache
  • Fixed bug #73060 (php failed with error after temp folder cleaned up).
pdo
  • Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails).
standard
  • Fixed bug #79930 (array_merge_recursive() crashes when called with array with single reference).
  • Fixed bug #79944 (getmxrr always returns true on Alpine linux).
  • Fixed bug #79951 (Memory leak in str_replace of empty string).
xml
  • Fixed bug #79922 (Crash after multiple calls to xml_parser_free()).
To Top