• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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