how do I see what version of the GD library and SOAP are installed on my server or if they are installed at all?
Thanks
how do I see what version of the GD library and SOAP are installed on my server or if they are installed at all?
Thanks
Probably the easiest way is to load a phpinfo file and see if it says they are loaded.
If not listed there, then you could search for the binaries on the server. If found, you need to re-compile php with support for the packages.
If not found, then you need to install the packages and re-compile php.