Nodequery is super :)
@eva2000 to upgrade my server (xenforo forum on it) to php 7.0.0 wich work ok with imagick and redis, I have to update to centmin 1.2.3-eva2000.09 beta and then upgrade php to 7 and do something/OrNothing with redis and imagick?
yup for now at least, once 123.09beta01 testing of redis php7 branch is ok, will backport to 123.08stable
OK, hope that you will be online next few hours, I will open dedicated thread for upgrading centmin, php etc.. on my server
just read and follow the upgrade instructions outlined at Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS and for 123.09beta01 outlined in 1st post
Ok, upgraded to beta 9 centmin. Now for php 7... choose option 5, and when ask me to run YUM install checks I choose NO, and after I type 7.0.0 or NGDEBUG (I need only xenforo extensions to be valid). After that, what I need to do next? My custom php.ini will survive, Imagick and redis will be automatically installed with php.
Code: [root@tvor-ocean centminmod]# fpmrestart Gracefully shutting down php-fpm . done Starting php-fpm [04-Dec-2015 21:26:00] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0 done Code: [root@tvor-ocean centminmod]# php -v PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP 7.0.0 (cli) (built: Dec 4 2015 21:02:31) ( NTS ) Copyright (c) 1997-2015 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies [root@tvor-ocean centminmod]# Code: [root@tvor-ocean centminmod]# php --ri redis PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0 redis Redis Support => enabled Redis Version => 2.2.5 Code: [root@tvor-ocean centminmod]# php -m PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20151012/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0 [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 mbstring mcrypt 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 standard sysvmsg sysvsem sysvshm tidy tokenizer xml xmlreader xmlrpc xmlwriter Zend OPcache zip zlib [Zend Modules] Zend OPcache
looks good but ssh2 php extension doesn't seem to be supported for php 7 extensions catalog · gophp7/gophp7-ext Wiki · GitHub Code: ssh2 pecl.php.net No Yes No Yes Yes No e* leaks, needs more tests php7 branch they do have a php7 ssh2 branch though Sean-Der/pecl-networking-ssh2 at php7 · GitHub
So leave it as is or to do something? I look up my forum, and everything is working OK, except one add on
like other unsupported extensions remove it's ini file ssh2.ini should be able to find location using Code: php --ini then restart php-fpm
You could try manual install of ssh2 php 7 branch extension via steps at PHP-FPM - Install PHP extension ssh2 | Centmin Mod Community
That pass OK. So I have to install again ssh2 when it will be compatible with php 7.0.0 I will have to wait for newer SSH2 or newer PHP?
if you do install via PHP-FPM - Install PHP extension ssh2 | Centmin Mod Community then ssh2 is php 7 compatible
Thank you very much @eva2000 Code: [root@tvor-ocean ~]# php -v PHP 7.0.0 (cli) (built: Dec 4 2015 21:02:31) ( NTS ) Copyright (c) 1997-2015 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies [root@tvor-ocean ~]# php --ri redis redis Redis Support => enabled Redis Version => 2.2.5 [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 mbstring mcrypt 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 Zend OPcache zip zlib [Zend Modules] Zend OPcache