Hi,
I use this link ( How to Install SSH2 extension for PHP RHEL/CentOS 7 ) to install ssh2 on my web server.
The installation was successful.
But when i use the commande php -i | grep ssh2 , he return this :
/etc/php.ini
ssh2
But I use not standard folder for my web server. The path is /opt/rh/rhttpd/var/root/etc/php.ini. How i can set this right folder to ssh2.
I Also check phpinfo page, i dont see ssh2 section.
I when i try ssh2 commande un php page, i have this error : Call to undefined function ssh2_connect()
Thank you for help !!!
I use this link ( How to Install SSH2 extension for PHP RHEL/CentOS 7 ) to install ssh2 on my web server.
The installation was successful.
But when i use the commande php -i | grep ssh2 , he return this :
/etc/php.ini
ssh2
But I use not standard folder for my web server. The path is /opt/rh/rhttpd/var/root/etc/php.ini. How i can set this right folder to ssh2.
I Also check phpinfo page, i dont see ssh2 section.
I when i try ssh2 commande un php page, i have this error : Call to undefined function ssh2_connect()
Thank you for help !!!