SOAP Activation

  • Hello,


    i try to install SOAP Client / Extension to my i-mscp on Ubuntu


    I installed:


    Code
    1. apt-get install php-soap


    But its still not working. Do i need to active this somewhere else? Do I need to find php.ini and add any lines there


    i-MSCP 1.5.3

    Ubuntu 16.04

    PHP 7.1


    Thank you!

  • Okay sorry I found it by:


    Code
    1. apt-cache search php | grep -i soap


    and installed this:


    Code
    1. apt-get install php5.6-soap


    Code
    1. apt-get install php7.1-soap


    Code
    1. sudo phpenmod soap


    Code
    1. sudo service apache2 restart


    Check if SOAP is loaded:


    Code
    1. php -i | grep -i soap