PHP Release 5.5.30


PHP 5.5.30 Release Announcement

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

For source downloads of PHP 5.5.30 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.30 (tar.bz2)
SHA256: e7332a713cecdd1cb44a1b1336739885c9789f633f0f51236b25e48ab03c3b29
PHP 5.5.30 (tar.gz)
SHA256: 8ad57f4317391354e66c83d26752f67515b2e923277eb97b2b420dfeff3c1007
PHP 5.5.30 (tar.xz)
SHA256: d00dc06fa5e0f3de048fb0cf940b3cc59b43b3f8cad825d4fffb35503cf2e8f2
Change Logs
phar
  • Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (CVE-2015-7803)
  • Fixed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"). (CVE-2015-7804)
To Top