PHP Release 7.1.30


PHP 7.1.30 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.30. This is a security release.

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

For source downloads of PHP 7.1.30 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.1.30 (tar.bz2)
SHA256: 664850774fca19d2710b9aa35e9ae91214babbde9cd8d27fd3479cc97171ecb3
PHP 7.1.30 (tar.gz)
SHA256: a604edf85d5dfc28e6ff3016dad3954c50b93db69afc42295178b4fdf42e026c
PHP 7.1.30 (tar.xz)
SHA256: 6310599811536dbe87e4bcf212bf93196bdfaff519d0c821e4c0068efd096a7c
Change Logs
exif
  • Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16). (CVE-2019-11040)
gd
  • 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).
sqlite
  • Fixed bug #77967 (Bypassing open_basedir restrictions via file uris).
To Top