PHP 5.5 is no longer officially supported by the PHP project.
Official support refers to that provided direct by the PHP Project.
If you install PHP via third-party packages, support timelines may be different.
Please read the Release Support Policy for more information.
The latest release of PHP 5.5 is
5.5.38.
Source Code
-
PHP 5.5.6 (tar.bz2)
- sha256: a9b7d291199d7e6b90ef1d78eb791d738944d66856e76bde9463ce2645b0e4a4
-
PHP 5.5.6 (tar.gz)
- sha256: 01f9c45154d4c9a47a825aa662bd64493082bd57dafdc720cf899ee194220a67
-
PHP 5.5.6 (tar.xz)
- sha256: 3235a5c15e8fc55498dd80fe43f4aecc51dba35a7fc916aee7ef12d4e1f8767a
Change Log
-
core
-
fpm
-
json
-
mysqli
-
Fixed bug
#66043 (Segfault calling bind_param() on mysqli).
-
opcache
-
Increased limit for opcache.max_accelerated_files to 1,000,000.
-
Fixed issue #115 (path issue when using phar).
-
Fixed issue #149 (Phar mount points not working with OPcache enabled).
-
odbc
-
Fixed bug
#65950 (Field name truncation if the field name is bigger than 32 characters).
patch submitted by: michael dot y at zend dot com
Yasuo
-
pdo
-
standard
-
Fixed bug
#64760 (var_export() does not use full precision for floating-point numbers) (Yasuo)