PHP Release 5.6.15


PHP 5.6.15 Release Announcement

The PHP development team announces the immediate availability of PHP 5.6.15. Several bugs have been fixed. All PHP 5.6 users are encouraged to upgrade to this version.

For source downloads of PHP 5.6.15 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 5.6.15 (tar.bz2)
SHA256: 11a0645c4d4b749e256da1e0d6df89dd886b5b06b83c914d942653661dbd1c38
PHP 5.6.15 (tar.gz)
SHA256: bb2d4c226a4897b7c3659c2538a87aef7ec104f58f5ae930a263dd77fb8ebc40
PHP 5.6.15 (tar.xz)
SHA256: cf52e2e621e60997269663fa4bc06253191fa2a41dc9b08c8c911435b3ebcca9
Change Logs
core
  • Fixed bug #70681 (Segfault when binding $this of internal instance method to null).
  • Fixed bug #70685 (Segfault for getClosure() internal method rebind with invalid $this).
date
  • Fixed bug #70619 (DateTimeImmutable segfault).
mcrypt
  • Fixed bug #70625 (mcrypt_encrypt() won't return data when no IV was specified under RC4).
mysqlnd
  • Fixed bug #70384 (mysqli_real_query():Unknown type 245 sent by the server).
  • Fixed bug #70572 segfault in mysqlnd_connect.
opcache
  • Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer).
  • Fixed bug #70631 (Another Segfault in gc_remove_from_buffer()).
  • Fixed bug #70601 (Segfault in gc_remove_from_buffer()).
  • Fixed compatibility with Windows 10 (see also bug #70652).
To Top