Want to subscribe to topics you're interested in?
Become a Member

PHP PHP 5.5.14 Released (php-fpm)

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Jun 27, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    12:22 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    PHP 5.5.14 has been released http://www.php.net/archive/2014.php#id2014-06-27-1

    Already updated the forums :)


    Code:
    PHP 5.5.14 (cli) (built: Jun 27 2014 12:44:29)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,070
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    5:22 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Updated to this latest version using the upgrade menu and by adding the just the php number 5.5.14 on Centminmod?

    Also after that as i plan to use the built in Zend opcache how can i enable it and how can i disable the APC?

    Thanks !!
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    12:22 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes menu centmin.sh menu option 5 to upgrade and specify 5.5.14 and select no for yum check

    you will be prompted if you want to overwrite php-fpm.conf, usually select no unless it's a major PHP change

    for php 5.5 you will be prompted if you want zend opcache installed

    Code:
    Do you want to run YUM install checks ?  [y/n]
    
    This will increase your upgrade duration time wise.
    Check the change log centminmod.com/changelog.html
    to see if any Nginx or PHP related new additions
    which require checking YUM prequisites are met.
    If no new additions made, you can skip the
    YUM install check to speed up upgrade time.
    
    [y/n]:
    PHP Upgrade - Would you like to continue? [y/n] y
    
    Install which version of PHP? (version i.e. 5.4.29): 5.5.14
    Do you want to update to latest php-fpm.conf ? It will overwrite your existing php-fpm.conf [y/n]: n
    
    -----------------------------------------------------------------------------------------
    Detected PHP 5.5 branch.
    You can compile Zend OPcache (Zend Optimizer Plus+) support
    as an alternative to using APC Cache or Xcache cache.
    But Zend OPcache only provides PHP opcode cache and
    DOESN'T do data caching, so if you web apps such as Wordpress,
    Drupal or vBulletin require data caching to APC or Xcache,
    it won't work with Zend OPcache.
    
    -----------------------------------------------------------------------------------------
    Do you want to use Zend OPcache [y/n] ? y
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,558
    12,135
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,678
    Local Time:
    12:22 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    when you install Zend Opcache or upgrade PHP 5.5 with Zend OpCache, the Centmin Mod script automatically removes APC Cache or Xcache. Same if you install APC Cache or Xcache, it will auto remove other opcachers if detected.