Our application is being hosted on plesk 12.0.18 for Microsoft Windows(Odin). We need to enable 'php_soap' extension for our application to work. I've tried doing that but .user.ini didn't to enable php_soap extension when I added the line.
extension=php_soap.dll
or
extension=php_soap.so
I tried testing if .user.ini works at all by changing another setting (upload_max_filesize) and it works. But enabling the soap extension doesn't work
extension=php_soap.dll
or
extension=php_soap.so
I tried testing if .user.ini works at all by changing another setting (upload_max_filesize) and it works. But enabling the soap extension doesn't work