Need PHP SOAP for PHP 7

Hi guys,

Our server with CentOS 7 and Virtualmin Pro is running dual PHP versions. I need php-soap for PHP 7, but I don’t know what repo I shall use to install it.

Thanks!

//Leffe

So, you have PHP7 coming from where? If SCL, you’d just grab it from there:

yum install rh-php70-php-soap-7.0.10-2.el7.x86_64.rpm

The remi packages probably have it, too (but I recommend sticking to the rh-php7 stuff, as that’s what we test on, and run here on Virtualmin.com).

Hi Joe,

And Thanks, Soap is installed! I still run the default PHP version that comes with CentOS 7, but I’m trying out PHP 7 and are about to move some customers to it.

I did follow your guide “Multiple PHP Versions” when installing PHP 7. The reason for asking about this was to not install a “wrong” package that might disturb or break something on our server or in Virtualmin/webmin.

Regards,
Leffe

how to increase upload size limit in php5 and upper version?