PHP Release 7.2.4


PHP 7.2.4 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.4. 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.4 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.4 (tar.bz2)
SHA256: 11658a0d764dc94023b9fb60d4b5eb75d438ad17981efe70abb0d0d09a447ef3
PHP 7.2.4 (tar.gz)
SHA256: 58e28e978baea0fe9009432bcb436934eaacccfdcb5f5409c7526431a595857b
PHP 7.2.4 (tar.xz)
SHA256: 7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88
Change Logs
core
  • Fixed bug #76025 (Segfault while throwing exception in error_handler).
  • Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
fpm
  • Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache access controls).
ftp
  • Fixed ftp_pasv arginfo.
  • Fixed bug #73957 (signed integer conversion in imagescale()).
  • Fixed bug #76041 (null pointer access crashed php).
  • Fixed imagesetinterpolation arginfo.
iconv
  • Fixed bug #75867 (Freeing uninitialized pointer).
mbstring
  • Fixed bug #62545 (wrong unicode mapping in some charsets).
opcache
  • Fixed bug #75969 (Assertion failure in live range DCE due to block pass misoptimization).
openssl
  • Fixed openssl_* arginfos.
pcntl
  • Fixed bug #75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)).
phar
  • Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name contains a \n).
standard
  • Fixed bug #75961 (Strange references behavior).
  • Fixed some arginfos.
  • Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault).
To Top