PHP Release 7.2.5


PHP 7.2.5 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.5. 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.5 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.5 (tar.bz2)
SHA256: f3820efa8efa79628b6e1b5b2f8c1b04c08d32e6721fa1654039ce5f89796031
PHP 7.2.5 (tar.gz)
SHA256: c198aedd4cd16db0803e0ef955036722a1f4ce9ad3827546709fac05f1567ba5
PHP 7.2.5 (tar.xz)
SHA256: af70a33b3f7a51510467199b39af151333fbbe4cc21923bad9c7cf64268cddb2
Change Logs
core
  • Fixed bug #75722 (Convert valgrind detection to configure option).
date
  • Fixed bug #76131 (mismatch arginfo for date_create).
exif
  • Fixed bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
fpm
  • Fixed bug #68440 (ERROR: failed to reload: execvp() failed: Argument list too long).
  • Fixed incorrect write to getenv result in FPM reload.
gd
  • Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
iconv
  • Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on invalid sequence).
intl
  • Fixed bug #76153 (Intl compilation fails with icu4c 61.1).
ldap
  • Fixed bug #76248 (Malicious LDAP-Server Response causes Crash).
mbstring
  • Fixed bug #75944 (Wrong cp1251 detection).
  • Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).
odbc
  • Fixed bug #76088 (ODBC functions are not available by default on Windows).
opcache
  • Fixed bug #76094 (Access violation when using opcache).
phar
  • Fixed bug #76129 (fix for CVE-2018-5712 may not be complete).
phpdbg
  • Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite).
spl
  • Fixed bug #76131 (mismatch arginfo for splarray constructor).
standard
  • Fixed bug #74139 (mail.add_x_header default inconsistent with docs).
  • Fixed bug #75996 (incorrect url in header for mt_rand).
To Top