PHP Release 5.6.19


PHP 5.6.19 Release Announcement

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

For source downloads of PHP 5.6.19 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.6.19 (tar.bz2)
SHA256: 2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168
PHP 5.6.19 (tar.gz)
SHA256: fce49cddac9337f0c83afbafac5acfb82ba9f876a5a880c88240feac8c9b7a22
PHP 5.6.19 (tar.xz)
SHA256: bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f
Change Logs
cli server
  • Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
curl
  • Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec).
date
  • Fixed bug #68078 (Datetime comparisons ignore microseconds).
  • Fixed bug #71525 (Calls to date_modify will mutate timelib_rel_time, causing date_date_set issues).
fileinfo
  • Fixed bug #71434 (finfo throws notice for specific python file).
fpm
  • Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi setup).
opcache
  • Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache).
pdo mysql
  • Fixed bug #71569 (#70389 fix causes segmentation fault).
phar
  • Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()).
standard
  • Fixed bug #70720 (strip_tags improper php code parsing).
wddx
  • Fixed bug #71587 (Use-After-Free / Double-Free in WDDX Deserialize).
xsl
  • Fixed bug #71540 (NULL pointer dereference in xsl_ext_function_php()).
zip
  • Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo).
To Top