PHP 5.6 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.6 is
5.6.40.
Source Code
-
PHP 5.6.5 (tar.bz2)
- sha256: adab4c0775512a5ca0ae74e08efdc941d92529b75283e0f44d3f53822cdfd06d
-
PHP 5.6.5 (tar.gz)
- sha256: f67c480bcf2f6f703ec8d8a772540f4a518f766b08d634d7a919402c13a636cf
-
PHP 5.6.5 (tar.xz)
- sha256: c5ef4abaef8c1ea66dcfd5a075a2f357b666aff5c5b686fca7c78c1cfd64e996
Change Log
-
core
-
cgi
-
Fixed bug
#68618 (out of bounds read crashes php-cgi). (CVE-2014-9427)
-
cli server
-
Fixed bug
#68745 (Invalid HTTP requests make web server segfault).
-
curl
-
Fixed bug
#67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set).
-
date
-
Implemented FR
#68268 (DatePeriod: Getter for start date, end date and interval).
-
exif
-
Fixed bug
#68799: Free called on uninitialized pointer. (CVE-2015-0232)
-
fileinfo
-
fpm
-
gd
-
mbstring
-
Fixed bug
#68504 (--with-libmbfl configure option not present on Windows).
-
opcache
-
Fixed bug
#68644 (strlen incorrect : mbstring + func_overload=2 +UTF-8 + Opcache).
-
Fixed bug
#67111 (Memory leak when using "continue 2" inside two foreach loops).
-
openssl
-
pcntl
-
Fixed bug
#60509 (pcntl_signal doesn't decrease ref-count of old handler when setting SIG_DFL).
-
pcre
-
Fixed bug
#66679 (Alignment Bug in PCRE 8.34 upstream).
Rainer Jung
Anatol Belski
-
pgsql
-
Fixed bug
#68697 (lo_export return -1 on failure).
-
pdo
-
Fixed bug
#68371 (PDO#getAttribute() cannot be called with platform-specifi attribute names).
-
pdo_mysql
-
Fixed bug
#68424 (Add new PDO mysql connection attr to control multi statements option).
peter dot wolanin at acquia dot com
-
spl
-
Fixed bug
#66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME breaks the RecursiveIterator).
-
Fixed bug
#68479 (Added escape parameter to SplFileObject::fputcsv).
-
sqlite
-
Fixed bug
#68120 (Update bundled libsqlite to 3.8.7.2).
-
streams
-
Fixed bug
#68532 (convert.base64-encode omits padding bytes).
blaesius at krumedia dot de