• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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