PHP Release 7.2.19


PHP 7.2.19 Release Announcement

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

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

For source downloads of PHP 7.2.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.2.19 (tar.bz2)
SHA256: ebd0b1f375fe07ed4925acc213d2f5ef76a61bd5de174e7b666b98421a90a099
PHP 7.2.19 (tar.gz)
SHA256: 1cd2266a058f3224d3cba594540045542606996f026eeef96747f27f6b3d22b6
PHP 7.2.19 (tar.xz)
SHA256: 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
Change Logs
date
  • Fixed bug #77909 (DatePeriod::__construct() with invalid recurrence count value).
exif
  • Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16). (CVE-2019-11040)
fpm
  • Fixed bug #77934 (php-fpm kill -USR2 not working).
  • Fixed bug #77921 (static.php.net doesn't work anymore).
gd
  • Fixed bug #77943 (imageantialias($image, false); does not work).
  • Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm). (CVE-2019-11038)
iconv
  • Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow). (CVE-2019-11039).
json
  • Fixed bug #77843 (Use after free with json serializer).
opcache
  • Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset.
pdo_mysql
  • Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64).
reflection
  • Fixed bug #75186 (Inconsistent reflection of Closure:::__invoke()).
session
  • Fixed bug #77911 (Wrong warning for session.sid_bits_per_character).
spl
  • Fixed bug #77024 (SplFileObject::__toString() may return array).
sqlite
  • Fixed bug #77967 (Bypassing open_basedir restrictions via file uris).
To Top