PHP Release 5.6.29


PHP 5.6.29 Release Announcement

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

For source downloads of PHP 5.6.29 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 5.6.29 (tar.bz2)
SHA256: 499b844c8aa7be064c111692e51a093ba94e54d2d9abb01e70ea76183a1825bb
PHP 5.6.29 (tar.gz)
SHA256: 0b1b939129a7286c5a474ac2cf845b979477f26dff36639e04022def9e252574
PHP 5.6.29 (tar.xz)
SHA256: 0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7
Change Logs
mbstring
  • Fixed bug #73505 (string length overflow in mbfl_memory_device_output function).
mysqlnd
  • Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*).
opcache
  • Fixed bug #73402 (Opcache segfault when using class constant to call a method).
  • Fixed bug #69090
  • OpenSSL
  • Fixed bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2).
postgres
  • Fixed bug #73498 (Incorrect SQL generated for pg_copy_to()).
soap
  • Fixed bug #73452 (Segfault (Regression for #69152)).
sqlite3
  • Fixed bug #73530 (Unsetting result set may reset other result set).
standard
  • Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue).
wddx
  • Fixed bug #73631 (Memory leak due to invalid wddx stack processing). .
To Top