PHP INI and SOAP
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
-
What was the output when you ran this? 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.0 -
Thank you for the information. 0 -
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. 0 -
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".0
Please sign in to leave a comment.
Comments
4 comments