PHP Release 5.5.35


PHP 5.5.35 Release Announcement

The PHP development team announces the immediate availability of PHP 5.5.35. This is a security release. Several 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.35 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.35 (tar.bz2)
SHA256: 2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7
PHP 5.5.35 (tar.gz)
SHA256: 21e10a49c62ab34a7edc976af686a952e70142f19135ca8da67758e1c8c3df30
PHP 5.5.35 (tar.xz)
SHA256: 9bef96634af853960be085690b2f4cea5850b749ea950942769b22b1a9f24873
Change Logs
bcmath
  • Fixed bug #72093 (bcpowmod accepts negative scale and corrupts _one_ definition).
exif
  • Fixed bug #72094 (Out of bounds heap read access in exif header processing).
gd
  • Fixed bug #71912 (libgd: signedness vulnerability). (CVE-2016-3074)
intl
  • Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative offset).
xml
  • Fixed bug #72099 (xml_parse_into_struct segmentation fault).
To Top