PHP Release 5.5.19


PHP 5.5.19 Release Announcement

The PHP development team announces the immediate availability of PHP 5.5.19. This release fixes several bugs and one CVE in the fileinfo extension. All PHP 5.5 users are encouraged to upgrade to this version.

For source downloads of PHP 5.5.19 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.5.19 (tar.bz2)
SHA256: 4366dbb904cba8c8dd32224ac9408495d20aecaed86a871d78df420f5a23bbff
PHP 5.5.19 (tar.gz)
SHA256: 8d39f224424f37644da913353f1e773c20b7fc55bb3cc81526c18f91d1d6394e
PHP 5.5.19 (tar.xz)
SHA256: ccff8dfcd342e48a5b1e8b85c1c8c95d2e2eefab869757dcaa5224f11bb30e21
Change Logs
core
  • Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in php_getopt()).
  • Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined).
  • Fixed bug #68129 (parse_url() - incomplete support for empty usernames and passwords)
  • Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy).
curl
  • Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl
fileinfo
  • Fixed bug #66242 (libmagic: don't assume char is signed).
  • Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710)
fpm
  • Implemented FR #55508 (listen and listen.allowed_clients should take IPv6 addresses).
gd
  • Fixed bug #65171 (imagescale() fails without height param).
gmp
  • Fixed bug #63595 (GMP memory management conflicts with other libraries using GMP).
mysqli
  • Fixed bug #68114 (linker error on some OS X machines with fixed width decimal support)
odbc
  • Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by a VARCHAR column)
spl
  • Fixed bug #68128 (Regression in RecursiveRegexIterator)
To Top