php upgrade with soap modules

Hi

I have an application which uses soap web service to communicate to amazons web services.

Unfortunately the version of PHP that come bundles with webmin does not have the soap modules compiled with php.
Can any body tell me the best way to upgrade PHP and compile the soap modules with it.

Thanks in advance for your help.

Status: 
Closed (fixed)

Comments

Howdy -- the version of PHP you have is what is provided by CentOS.

The PHP packages are modular -- so you'd just need to determine which package contains SOAP support.

In this case, you should be able to enable SOAP support by installing the php-xml package.

You can do that from the command line by running:

yum install php-xml

Hi andreychek

That's brilliant, thank you.

I have updated the php with soap.

Steeloctopus