PHP Release 5.6.39


PHP 5.6.39 Release Announcement

The PHP development team announces the immediate availability of PHP 5.6.39. This is a security release. Several security bugs have been fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version.

For source downloads of PHP 5.6.39 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.

Please note that according to the PHP version support timelines, PHP 5.6.39 is the last scheduled release of PHP 5.6 branch. There may be additional release if we discover important security issues that warrant it, otherwise this release will be the final one in the PHP 5.6 branch. If your PHP installation is based on PHP 5.6, it may be a good time to start making the plans for the upgrade to PHP 7.1, PHP 7.2 or PHP 7.3.

Source Code
PHP 5.6.39 (tar.bz2)
SHA256: b3db2345f50c010b01fe041b4e0f66c5aa28eb325135136f153e18da01583ad5
PHP 5.6.39 (tar.gz)
SHA256: 127b122b7d6c7f3c211c0ffa554979370c3131196137404a51a391d8e2e9c7bb
PHP 5.6.39 (tar.xz)
SHA256: 8147576001a832ff3d03cb2980caa2d6b584a10624f87ac459fcd3948c6e4a10
Change Logs
core
  • Fixed bug #77231 (Segfault when using convert.quoted-printable-encode filter).
imap
  • Fixed bug #77020 (null pointer dereference in imap_mail).
  • Fixed bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter).
phar
  • Fixed bug #77022 (PharData always creates new files with mode 0666).
  • Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
To Top