• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Question How to enable a the php_soap extension from .user.ini

Haitham

New Pleskian
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
 
Try to go PHP Settings of your subscription and add line:

extension=php_soap.dll

in Additional configuration directives there.
 
Try to go PHP Settings of your subscription and add line:

extension=php_soap.dll

in Additional configuration directives there.

I don't see 'Additional configuration directives' field in PHP Settings
I don't know if that's because of some restriction or if our plesk version is outdated? (12.0.18)

Can't .user.ini file be used to achieve that?
 
Back
Top