Установка php-ssh2: различия между версиями
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Admin iph (обсуждение | вклад) (Новая страница: « ====Установка на CentOS 5 ==== '''Установка php-ssh2:''' <source lang='bash'> [root@anton ]# yum install libssh2.x86_64 libssh2-devel.x8...») |
Admin iph (обсуждение | вклад) |
||
Строка 13: | Строка 13: | ||
[root@anton ~]# /etc/init.d/httpd restart | [root@anton ~]# /etc/init.d/httpd restart | ||
</source> | </source> | ||
+ | |||
+ | |||
--[[Участник:Admin iph|Admin iph]] 21:27, 10 марта 2012 (MSK) | --[[Участник:Admin iph|Admin iph]] 21:27, 10 марта 2012 (MSK) |
Версия 18:27, 10 марта 2012
Установка на CentOS 5
Установка php-ssh2:
[root@anton ]# yum install libssh2.x86_64 libssh2-devel.x86_64 [root@anton ]# pecl install -f ssh2 libssh2 prefix? [autodetect] : [Enter] [root@anton ]# echo "extension=ssh2.so" > /etc/php.d/ssh2.ini [root@anton ~]# /etc/init.d/httpd restart
--Admin iph 21:27, 10 марта 2012 (MSK)