I can not find the SOAP library in PHP7

-2

Delete XAMPP with php 5 and install a newer version with php7. But when I go to phpinfo (), the soap library does not have a section. I can not find it in the php.ini ocnfiguration file either.

Does anyone know anything? Was there any change?

    
asked by Caruso 27.12.2018 в 19:36
source

1 answer

1

Well I found the solution:

I change the php.ini file apparently. There is a line as follows:

;extension=soap

The ; should be deleted (semicolon) and done. -

    
answered by 29.12.2018 в 18:30