Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Мне нужно установить модуль для php pecl ssh2 на vps с root доступом. Как это сделать?
yum install -y php-devel libssh2-devel php-pear
pecl install -f ssh2
echo "extension=ssh2.so" > /etc/php.d/ssh2.ini
php -m | grep ssh2
ssh2
/etc/init.d/httpd restart