Skip to main content

PHP INI and SOAP

Comments

4 comments

  • cPanelLauren
    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
  • toplisek
    Thank you for the information.
    0
  • toplisek
    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
  • quietFinn
    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.