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?
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...