Skip to content

Instantly share code, notes, and snippets.

Created February 23, 2018 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/aada238df8c2d9792bc10d1fc6738c9c to your computer and use it in GitHub Desktop.
Save anonymous/aada238df8c2d9792bc10d1fc6738c9c to your computer and use it in GitHub Desktop.
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/Downgrade - Would you like to continue? [y/n] y
----------------------------------------------------------------
Install which version of PHP? (version i.e. 5.6.33, 7.0.26, NGDEBUG)
PHP 7.x/7.1.x/7.2.x is GA Stable but still may have broken PHP extensions.
NGDEBUG is PHP 7.3.0 dev builds minus incompatible PHP extensions
----------------------------------------------------------------
Enter PHP Version number you want to upgrade/downgrade to: 7.1
----------------------------------------------------------------
existing php.ini will be backed up at /usr/local/lib/php.ini-oldversion_230218-225442
----------------------------------------------------------------
-----------------------------------------------------------------------------------------
Detected PHP 7.1 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 your 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
grep: /etc/centminmod/php.d/zendopcache.ini: No such file or directory
Copying zendopcache.ini > /etc/centminmod/php.d/zendopcache.ini
*************************************************
* Zend Optimizer Plus OPcache configured
*************************************************
PHP 7+ detected which uses newer mysqlnd
or PDO MySQL extensions and removed the
legacy mysql extension. You can optionally
re-add the removed legacy mysql extension
to PHP 7+ by answering yes to next question
Only answer yes if you know for sure you
have very old web scripts which need mysql
legacy extension re-added. Otherwise answer
no which is recommended for best stability
Re-add legacy mysql extension to PHP 7+ [y/n] ? n
*************************************************
* Upgrading PHP
*************************************************
FR server detected
____ _ _ ____ ____ _ _
| _ \ | | | || _ \ _ | _ \ ___ __ __ _ __ | | ___ __ _ __| |
| |_) || |_| || |_) |(_) | | | | / _ \\ \ /\ / /| '_ \ | | / _ \ / _` | / _` |
| __/ | _ || __/ _ | |_| || (_) |\ V V / | | | || || (_) || (_| || (_| |
|_| |_| |_||_| (_) |____/ \___/ \_/\_/ |_| |_||_| \___/ \__,_| \__,_|
HTTP/1.1 404 Not Found
Initializing download: http://php.net/get/php-7.1.tar.xz/from/this/mirror
HTTP/1.1 404 Not Found
Error: php-7.1.tar.xz download failed.
----------------------------------------------------------------------------------
check Centmin Mod log for details at /root/centminlogs/
Aborting script...
----------------------------------------------------------------------------------
Total PHP Upgrade Time: 16.716067367 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment