PHP Release 7.4.19


PHP 7.4.19 Release Announcement

The PHP development team announces the immediate availability of PHP 7.4.19. This release reverts a bug related to PDO_pgsql that was introduced in PHP 7.4.18.

PHP 7.4 users that use PDO_pgsql are encouraged to upgrade to this version.

For source downloads of PHP 7.4.19 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.4.19 (tar.gz)
SHA256: d7062457ba9f8334ab8ae7e4fea8efe27e2506763551b25db9e6ab9beea8ed6f
PHP 7.4.19 (tar.bz2)
SHA256: 25d09b8145b284d870431c1b40aba7944e4bf1836278538f8e29780e7f85ddea
PHP 7.4.19 (tar.xz)
SHA256: 6c17172c4a411ccb694d9752de899bb63c72a0a3ebe5089116bc13658a1467b2
Change Logs
pdo_pgsql
  • Reverted bug fix for #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
To Top