Download PHP 5.5.0

Spread the love

Version 5.5.0 of PHP has been released. PHP is a recursive acronym and stands for PHP: Hypertext Preprocessor. It is primarily used to create dynamic web pages on web servers, often in conjunction with database programs. This update contains about 30 bug fixes and a fix for a security issue. Below is the announcement of this release, which further links to the complete changelog.

PHP 5.5.0 released.

The PHP development team is proud to announce the immediate availability of PHP 5.5.0. This release includes a large number of new features and bug fixes.

The key features of PHP 5.5.0 include:

Changes that affect compatibility:

  • PHP logo GUIDs have been removed.
  • Windows XP and 2003 support dropped.
  • Case insensitivity is no longer locale specific. All case insensitive matching for function, class and constant names is now performed in a locale independent manner according to ASCII rules.

For users upgrading from PHP 5.4, a migration guide is available detailing the changes between 5.4 and 5.5.0. For a full list of changes in PHP 5.5.0, see the ChangeLog.

Version number 5.5.0
Release status Final
Operating systems Windows 7, Linux, macOS, Solaris, UNIX, Windows Vista, Windows Server 2008, Windows Phone, Windows Server 2012, Windows 8
Website PHP
License type Conditions (GNU/BSD/etc.)
You might also like