Relative Content

Tag Archive for phpssh2

php -v and php -i show different versions that phpinfo() and Plesk Control Panel

php -v and php -i both show that I’m running PHP Version => 5.4.16 on my CentOS 7 server. When I look at phpinfo() the PHP version is 7.4.33 (the correct version) which is the selected version through Plesk. The reason this is a problem is that I’m trying to install libssh2 but the make fails for the 7.4 version but is successful for the 5.4 version of libssh2.