PHP Release 7.2.25


PHP 7.2.25 Release Announcement

The PHP development team announces the immediate availability of PHP 7.2.25. This is a bug fix release.

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

For source downloads of PHP 7.2.25 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.25 (tar.bz2)
SHA256: 7cb336b1ed0f9d87f46bbcb7b3437ee252d0d5060c0fb1a985adb6cbc73a6b9e
PHP 7.2.25 (tar.gz)
SHA256: b2cb1bd46454d33b2c65c2fd559f464cd14e57dd47b953adf5caa77fdf0de52b
PHP 7.2.25 (tar.xz)
SHA256: 746efeedc38e6ff7b1ec1432440f5fa801537adf6cd21e4afb3f040e5b0760a9
Change Logs
core
  • Fixed bug #78656 (Parse errors classified as highest log-level).
  • Fixed bug #78752 (Segfault if GC triggered while generator stack frame is being destroyed).
  • Fixed bug #78689 (Closure::fromCallable() doesn't handle [Closure, '__invoke']).
com
  • Fixed bug #78694 (Appending to a variant array causes segfault).
date
  • Fixed bug #70153 (\DateInterval incorrectly unserialized).
  • Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable).
iconv
  • Fixed bug #78642 (Wrong libiconv version displayed). .
opcache
  • Fixed bug #78654 (Incorrectly computed opcache checksum on files with non-ascii characters).
  • Fixed bug #78747 (OpCache corrupts custom extension result).
openssl
  • Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted connections).
reflection
  • Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error message with traits).
sockets
  • Fixed bug #78665 (Multicasting may leak memory).
To Top