Need PHP SOAP for PHP 7

4 posts / 0 new
Last post
#1 Fri, 05/26/2017 - 17:32
Blueforce

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

Sat, 05/27/2017 - 22:24
Joe
Joe's picture

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).

--

Check out the forum guidelines!

Sun, 05/28/2017 - 16:23
Blueforce

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

Sun, 07/16/2017 - 11:42
amitsharma

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

Topic locked