• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

[SOLVED] Enable php SOAP on CentOS

SOAP is a php extension, so if it's correctly installed it will appear in phpinfo()
Have you checked it?
 
@IgorG Hi,
If I check:
php -i | grep soap
/etc/php.d/soap.ini,
soap
soap.wsdl_cache => 1 => 1
soap.wsdl_cache_dir => /tmp => /tmp
soap.wsdl_cache_enabled => 1 => 1
soap.wsdl_cache_limit => 5 => 5
soap.wsdl_cache_ttl => 86400 => 86400
Can you help me?
 
@Dx3webs hi and thanks...this is the output:
The package php-soap-5.4.45-51.el6.art.x86_64 is already installed
Nothink to do
I want to say HOW to enabled because it is installed but I think that it is NOT enabled.
Thanks
 
Hi @Manuel_Caramia!

Everything your are doing now is performed for php provided by OS vendor. But I suppose you need SOAP for PHP used for your website. What PHP handler is used for it?
 
Thanks at the beginning, then I'm not very expert, how can I check it?

You can go to domains hosting settings and post a screenshot of selected values.

Also you can create a file like info.php in doc root of your domain with content:
<?php phpinfo();

Then open in browser http://<your domain>/info.php and attach the webpage with output.

By the way there are shipped with Plesk PHP versions and they have SOAP enabled. You can install them using plesk installer.
 
upload a infophp file as described.. take a screenshot of the top of the page and show us what it looks like.
 
Back
Top