PHP Release 5.6.16


PHP 5.6.16 Release Announcement

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

For source downloads of PHP 5.6.16 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.16 (tar.bz2)
SHA256: 4fe6f40964c1bfaba05fc144ba20a2cdad33e11685f4f101ea5a48b98bbcd2ae
PHP 5.6.16 (tar.gz)
SHA256: b6618df6b11a275fa28596f1775727679f8492e100f3bd488d8a8bfbfc19349f
PHP 5.6.16 (tar.xz)
SHA256: 8ef43271d9bd8cc8f8d407d3ba569de9fa14a28985ae97c76085bb50d597de98
Change Logs
core
  • Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-existent constant).
  • Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l).
mysqlnd
  • Fixed bug #68344 (MySQLi does not provide way to disable peer certificate validation) by introducing MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT connection flag.
oci8
  • Fixed bug #68298 (OCI int overflow).
pdo_dblib
  • Fixed bug #69757 (Segmentation fault on nextRowset).
soap
  • Fixed bug #70875 (Segmentation fault if wsdl has no targetNamespace attribute).
spl
  • Fixed bug #70852 (Segfault getting NULL offset of an ArrayObject).
To Top