cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

There's no support for choosing a specific version of the PHP extensions offered in EasyApache 4. Here's a list of versions we currently provide for the SOAP PHP extension:

Code:
# rpm -qa|grep soap
ea-php56-php-soap-5.6.31-2.2.3.cpanel.x86_64
ea-php71-php-soap-7.1.8-1.1.3.cpanel.x86_64
ea-php70-php-soap-7.0.22-1.1.2.cpanel.x86_64
Thank you.
 

net2net

Registered
Aug 29, 2017
3
0
1
ali
cPanel Access Level
Root Administrator
Hello,

There's no support for choosing a specific version of the PHP extensions offered in EasyApache 4. Here's a list of versions we currently provide for the SOAP PHP extension:

Code:
# rpm -qa|grep soap
ea-php56-php-soap-5.6.31-2.2.3.cpanel.x86_64
ea-php71-php-soap-7.1.8-1.1.3.cpanel.x86_64
ea-php70-php-soap-7.0.22-1.1.2.cpanel.x86_64
Thank you.
Hello
I did not understand your meaning
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
I did not understand your meaning
It's not possible to install a custom version of the SOAP PHP extension with EasyApache 4 (unless you manually build a custom EA4 package). Could you provide more information about what's lacking from the existing versions we currently provide?

Thank you.
 

net2net

Registered
Aug 29, 2017
3
0
1
ali
cPanel Access Level
Root Administrator
It's not possible to install a custom version of the SOAP PHP extension with EasyApache 4 (unless you manually build a custom EA4 package). Could you provide more information about what's lacking from the existing versions we currently provide?

Thank you.
Hi
My programmer has said that the soap version is old and should be updated
Please advise how to manually update my soap
Thanks
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

SOAP is built in with each version of PHP, so there's no custom version to install:

PHP: SOAP - Manual

Could you check with your developer and have them provide some technical background on what's required for the script to work?

Thank you.