PHP Release 7.1.1


PHP 7.1.1 Release Announcement

The PHP development team announces the immediate availability of PHP 7.1.1. Several bugs have been fixed. All PHP 7.1 users are encouraged to upgrade to this version.

For source downloads of PHP 7.1.1 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.1 (tar.bz2)
SHA256: d791d39d7b54ec42441a05a5f06d68a495647d843210e3ae4f2c6adb99c675bc
PHP 7.1.1 (tar.gz)
SHA256: c136279d539c3c2c25176bf149c14913670e79bb27ee6b73e1cd69003985a70d
PHP 7.1.1 (tar.xz)
SHA256: b3565b0c1441064eba204821608df1ec7367abff881286898d900c2c2a5ffe70
Change Logs
core
  • Fixed bug #73792 (invalid foreach loop hangs script).
  • Fixed bug #73686 (Adding settype()ed values to ArrayObject results in references).
  • Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created with list()).
  • Fixed bug #73727 (ZEND_MM_BITSET_LEN is "undefined symbol" in zend_bitset.h).
  • Fixed bug #73753 (unserialized array pointer not advancing).
  • Fixed bug #73783 (SIG_IGN doesn't work when Zend Signals is enabled).
cli
  • Fixed bug #72555 (CLI output(japanese) on Windows).
com
  • Fixed bug #73679 (DOTNET read access violation using invalid codepage).
dom
  • Fixed bug #67474 (getElementsByTagNameNS filter on default ns).
mbstring
  • Fixed bug #73646 (mb_ereg_search_init null pointer dereference).
mysqli
  • Fixed bug #73462 (Persistent connections don't set $connect_errno).
mysqlnd
  • Optimized handling of BIT fields - less memory copies and lower memory usage.
  • Fixed bug #73800 (sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE).
opcache
  • Fixed bug #73789 (Strange behavior of class constants in switch/case block).
  • Fixed bug #73746 (Method that returns string returns UNKNOWN:0 instead).
  • Fixed bug #73654 (Segmentation fault in zend_call_function).
  • Fixed bug #73668 ("SIGFPE Arithmetic exception" in opcache when divide by minus 1).
  • Fixed bug #73847 (Recursion when a variable is redefined as array).
pdo_firebird
  • Fixed bug #72931 (PDO_FIREBIRD with Firebird 3.0 not work on returning statement).
phpdbg
  • Fixed bug #73794 (Crash (out of memory) when using run and # command separator).
  • Fixed bug #73704 (phpdbg shows the wrong line in files with shebang).
sqlite3
  • Reverted fix for bug #73530 (Unsetting result set may reset other result set).
standard
  • Fixed bug #73594 (dns_get_record does not populate $additional out parameter).
  • Fixed bug #70213 (Unserialize context shared on double class lookup).
  • Fixed bug #73154 (serialize object with __sleep function crash).
  • Fixed bug #70490 (get_browser function is very slow).
  • Fixed bug #73265 (Loading browscap.ini at startup causes high memory usage).
  • Add subject to mail log.
  • Fixed bug #31875 (get_defined_functions additional param to exclude disabled functions).
  • Zlib
  • Fixed bug #73373 (deflate_add does not verify that output was not truncated).
To Top