toplisek

Well-Known Member
Jan 7, 2010
286
23
68
I like to enable SOAP and I did not find inside PHP INI. How to see this option?
If I understand we can validate using Linux command
php -v
php -m | grep soap
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
What was the output when you ran this?

Code:
php -v
php -m | grep soap
Most of the PHP extensions will not show up in the php.ini as they're added with an include file.
 

toplisek

Well-Known Member
Jan 7, 2010
286
23
68
I have checked. I did not have access. I have done your Linux commands:

PHP 5.6.40 (cli) (built: Oct 28 2019 18:44:52)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
# php -m | grep soap
is empty result.
What to do to install SOAP. I like to to install only on PHP 7.3.
 

quietFinn

Well-Known Member
Feb 4, 2006
1,841
426
438
Finland
cPanel Access Level
Root Administrator
What to do to install SOAP. I like to to install only on PHP 7.3.
You go to WHM-> Software-> EasyApache 4, then in "Currently Installed Packages" click "Customize", then click "PHP Extensions", write "soap" in the search box, enable "php73-php-soap ", click "Reviev", and then "Provision".
 
  • Like
Reactions: cPanelLauren