PHP Release 7.3.12


PHP 7.3.12 Release Announcement

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

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

For source downloads of PHP 7.3.12 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.3.12 (tar.bz2)
SHA256: d317b029f991410578cc38ba4b76c9f764ec29c67e7124e1fec57bceb3ad8c39
PHP 7.3.12 (tar.gz)
SHA256: d617e5116f8472a628083f448ebe4afdbc4ac013c9a890b08946649dcbe61b34
PHP 7.3.12 (tar.xz)
SHA256: aafe5e9861ad828860c6af8c88cdc1488314785962328eb1783607c1fdd855df
Change Logs
core
  • Fixed bug #78658 (Memory corruption using Closure::bindTo).
  • 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