Welcome to Centmin Mod Community
Become a Member

PHP PHP 7.1.8 is available

Discussion in 'Nginx and PHP-FPM news & discussions' started by pamamolf, Aug 4, 2017.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    4:01 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    The PHP development team announces the immediate availability of PHP 7.1.8. This is a bugfix release, with several bug fixes included. All PHP 7.1 users are encouraged to upgrade to this version.

    For source downloads of PHP 7.1.8 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/.

    Changelog:

    03 Aug 2017
    • Core:
      • Fixed bug #74832 (Loading PHP extension with already registered function name leads to a crash).
      • Fixed bug #74780 (parse_url() broken when query string contains colon).
      • Fixed bug #74761 (Unary operator expected error on some systems).
      • Fixed bug #73900 (Use After Free in unserialize() SplFixedArray).
      • Fixed bug #74923 (Crash when crawling through network share).
      • Fixed bug #74913 (fixed incorrect poll.h include).
      • Fixed bug #74906 (fixed incorrect errno.h include).
    • Date:
      • Fixed bug #74852 (property_exists returns true on unknown DateInterval property).
    • OCI8:
      • Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).
    • Opcache:
      • Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier).
    • OpenSSL:
      • Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).
      • Added OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding and fix bug #71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362 (OpenSSL Blowfish encryption is incorrect for short keys).
    • PDO:
      • Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query).
    • SPL:
      • Fixed bug #73471 (PHP freezes with AppendIterator).
    • SQLite3:
      • Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception with invalid flags).
    • Wddx:
      • Fixed bug #73173 (huge memleak when wddx_unserialize).
    • zlib:
      • Fixed bug #73944 (dictionary option of inflate_init() does not work).


     
  2. eva2000

    eva2000 Administrator Staff Member

    54,087
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    12:01 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yup forums updated
    Code (Text):
    php -v
    PHP 7.1.8 (cli) (built: Aug  3 2017 17:31:11) ( NTS )
    Copyright (c) 1997-2017 The PHP Group
    Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
        with Zend OPcache v7.1.8, Copyright (c) 1999-2017, by Zend Technologies
     
  3. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    3:01 PM
    Nginx 1.17.9
    MariaDB 10.3.22
    Nice

    Code (Text):
    # php -v
    PHP 7.1.8 (cli) (built: Aug  4 2017 02:08:04) ( NTS )
    Copyright (c) 1997-2017 The PHP Group
    Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
        with Zend OPcache v7.1.8, Copyright (c) 1999-2017, by Zend Technologies
     
  4. ArisC

    ArisC Active Member

    125
    30
    28
    Jun 1, 2017
    Ratings:
    +61
    Local Time:
    4:01 PM
    Nginx Latest
    MariaDB Latest
    :cool:
    Code:
    # php -v
    PHP 7.1.8 (cli) (built: Aug  3 2017 22:12:49) ( NTS )
    Copyright (c) 1997-2017 The PHP Group
    Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
        with Zend OPcache v7.1.8, Copyright (c) 1999-2017, by Zend Technologies