PHP Release 8.0.15


PHP 8.0.15 Release Announcement

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

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

For source downloads of PHP 8.0.15 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 8.0.15 (tar.gz)
SHA256: 47f0be6188b05390bb457eb1968ea19463acada79650afc35ec763348d5c2370
PHP 8.0.15 (tar.bz2)
SHA256: 881171c90aba746d28df768f3d99fa3261999e506415be4c7352078a64fe59dc
PHP 8.0.15 (tar.xz)
SHA256: 5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2
Change Logs
core
  • Fixed bug #81656 (GCC-11 silently ignores -R).
  • Fixed bug #81585 (cached_chunks are not counted to real_size on shutdown).
filter
  • Fixed FILTER_FLAG_NO_RES_RANGE flag.
hash
  • Fixed bug GH-7759 (Incorrect return types for hash() and hash_hmac()).
  • Fixed bug GH-7826 (Inconsistent argument name in hash_hmac_file and hash_file).
mysqlnd
  • Fixed bug where large bigints may be truncated.
oci8
  • Fixed bug GH-7765 (php_oci_cleanup_global_handles segfaults at second call).
opcache
  • Fixed bug #81679 (Tracing JIT crashes on reattaching).
pdo_pgsql
  • Fixed error message allocation of PDO PgSQL.
sockets
  • Avoid void* arithmetic in sockets/multicast.c on NetBSD.
spl
  • Fixed bug #75917 (SplFileObject::seek broken with CSV flags).
To Top