Learn about Centmin Mod LEMP Stack today
Become a Member

PHP PHP 7.0.4 is available

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

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    7:19 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    Code:
    03 Mar 2016
    
        Core:
            Fixed bug (Low probability segfault in zend_arena).
            Fixed bug #71441 (Typehinted Generator with return in try/finally crashes).
            Fixed bug #71442 (forward_static_call crash).
            Fixed bug #71443 (Segfault using built-in webserver with intl using symfony).
            Fixed bug #71449 (An integer overflow bug in php_implode()).
            Fixed bug #71450 (An integer overflow bug in php_str_to_str_ex()).
            Fixed bug #71474 (Crash because of VM stack corruption on Magento2).
            Fixed bug #71485 (Return typehint on internal func causes Fatal error when it throws exception).
            Fixed bug #71529 (Variable references on array elements don't work when using count).
            Fixed bug #71601 (finally block not executed after yield from).
            Fixed bug #71637 (Multiple Heap Overflow due to integer overflows in xml/filter_url/addcslashes).
        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).
            Fixed memory leak in curl_getinfo().
        Date:
            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).
            Fixed bug #71269 (php-fpm dumped core).
        Opcache:
            Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache).
        PCRE:
            Fixed bug #71537 (PCRE segfault from Opcache).
        phpdbg:
            Fixed inherited functions from unspecified files being included in phpdbg_get_executable().
        SOAP:
            Fixed bug #71610 (Type Confusion Vulnerability - SOAP / make_http_soap_request()).
        Standard:
            Fixed bug #71603 (compact() maintains references in php7).
            Fixed bug #70720 (strip_tags improper php code parsing).
        XMLRPC:
            Fixed bug #71501 (xmlrpc_encode_request ignores encoding option).
        Zip:
            Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo).


     
  2. rdan

    rdan Well-Known Member

    5,450
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    12:19 PM
    Mainline
    10.2
    I have updated all my servers already :D
    All without issue but great performance ;)
     
  3. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    6:19 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Updated too :)
    Code:
    [root@tvor-ocean ~]# php -v
    PHP 7.0.4 (cli) (built: Mar  4 2016 01:33:29) ( NTS )
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    Code:
    [root@tvor-ocean ~]# php -m
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    exif
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    imagick
    imap
    intl
    json
    libxml
    mailparse
    mbstring
    mcrypt
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    redis
    Reflection
    session
    shmop
    SimpleXML
    snmp
    soap
    sockets
    SPL
    sqlite3
    ssh2
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    Code:
    [root@tvor-ocean ~]# php --ri redis
    
    redis
    
    Redis Support => enabled
    Redis Version => 2.2.8-devphp7
     
  4. ModeltogTossen

    ModeltogTossen I wish I could??

    313
    97
    28
    Dec 20, 2015
    Denmark
    Ratings:
    +143
    Local Time:
    6:19 AM
    1.9.12
    10.0.23
    Also a quick morning php compile here:

    php -v:
    Code:
    PHP 7.0.4 (cli) (built: Mar  4 2016 07:43:46) ( NTS )
    Copyright (c) 1997-2016 The PHP Group
    Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
        with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    
    php -m:
    Code:
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    exif
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mailparse
    mbstring
    mcrypt
    memcache
    memcached
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    redis
    Reflection
    session
    shmop
    SimpleXML
    snmp
    soap
    sockets
    SPL
    sqlite3
    ssh2
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    
    php --ri redis:
    Code:
    redis
    
    Redis Support => enabled
    Redis Version => 2.2.5
    
    Have a nice everyone..
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    2:19 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yup updated my Wordpress7 site already to 7.0.4 :)
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    2:19 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  7. rdan

    rdan Well-Known Member

    5,450
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    12:19 PM
    Mainline
    10.2