• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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