PHP Release 7.2.7


PHP 7.2.7 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.7. This is a primarily a bugfix release which includes a segfault fix for opcache.

PHP 7.2 users are encouraged to upgrade to this version.

For source downloads of PHP 7.2.7 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.7 (tar.bz2)
SHA256: cc81675a96af4dd18d8ffc02f26a36c622abadf86af7ecfea7bcde8d3c96d5a3
PHP 7.2.7 (tar.gz)
SHA256: 014f0560cfa22e6301b0024a6fd888c3612a0dc102ff355fa2b49544d16d43b1
PHP 7.2.7 (tar.xz)
SHA256: eb01c0153b3baf1f64b8b044013ce414b52fede222df3f509e8ff209478f31f0
Change Logs
core
  • Fixed bug #76337 (segfault when opcache enabled + extension use zend_register_class_alias).
cli server
  • Fixed bug #76333 (PHP built-in server does not find files if root path contains special characters).
openssl
  • Fixed bug #76296 (openssl_pkey_get_public does not respect open_basedir).
  • Fixed bug #76174 (openssl extension fails to build with LibreSSL 2.7).
spl
  • Fixed bug #76367 (NoRewindIterator segfault 11).
standard
  • Fixed bug #76410 (SIGV in zend_mm_alloc_small).
  • Fixed bug #76335 ("link(): Bad file descriptor" with non-ASCII path).
To Top