By Ubuntu. Have you tried to install these modules with something likeis the vendor php provided by Ubuntu or Plesk ?
# apt-get install php7.0-mcrypt php7.0-intl php7.0-zip
?
By Ubuntu. Have you tried to install these modules with something likeis the vendor php provided by Ubuntu or Plesk ?
php ( => /etc/php = 7.1 )
php5.6 ( => /etc/php/5.6 )
php7.0 ( => /etc/php/7.0 )
php7.1 ( => /etc/php/7.1 )
/usr/bin/
pear
pecl
phpize
phpize5.6
phpize7.0
phpize7.1
apt-cache search php | grep 5.6
apt-cache search php | grep 7.0
apt-cache search php | grep 7.1
f you choosed the => ***** The main PPA for PHP (5.6, 7.0, 7.1) with many PECL extens... : Ondřej Surý sources,
pls. note, that Plesk ONLY installs Plesk PHP - versions at "/opt/plesk/php", while your VENDOR PHP - executables will be installed at "/usr/bin/".![]()
Code:
/usr/bin/
pear
pecl
phpize
phpize5.6
phpize7.0
phpize7.1
nope... you will need "phpize5.6" for example, if your desire to compile a possible additional module for your new PHP version 5.6, located at "/etc/php/5.6"btw. it's not complete clear to me what the commands are doing. Switching the used php version ?