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?
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?
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. -