PHP Release 7.1.27


PHP 7.1.27 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.27. This is a security release which also contains several bug fixes.

All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.27 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 7.1.27 (tar.bz2)
SHA256: dad7ecd30941911528e471c555a01911a68aa9219696bfc1e005f8b669f4ec4b
PHP 7.1.27 (tar.gz)
SHA256: 353b9ed341048388cc95e6fa6dab587eee44a3d4d297989aa297936090864357
PHP 7.1.27 (tar.xz)
SHA256: 25672a3a6060eff37c865a0c84e284da50b7ee8cd57174c78f0ae244b90a96a8
Change Logs
core
  • Fixed bug #77630 (rename() across the device may allow unwanted access during processing).
exif
  • Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF).
  • Fixed bug #77540 (Invalid Read on exif_process_SOFn).
  • Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
  • Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
phar
  • Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
  • Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow).
spl
  • Fixed bug #77431 (openFile() silently truncates after a null byte).
To Top