I have PHP 5.1.6 running with a ton of mods and extensions enabled, is there a way to reconfigure the current settings as well as add SOAP to the mix?
|
feedback
|
|
Yeah; if you do | |||||||||||
feedback
|
|
for CentsOS 5 (Linux) I just found that I could use yum install php-soap and then restart Apache | |||
|
feedback
|
|
If you have the source-code of that version of PHP (pretty old, but you surely can find it somewhere ; for instance : http://www.php.net/releases/#5.1.6 ), yes, you can :
And voila ;-) And when you have the new PHP executable and/or module, just keep using the same | |||
feedback
|
|
depending on your Linus distro you might be lucky and find you can simply install php-soap through your package manager yum install php-soap for CentOS, or apt-get install php-soap for Debian/Ubuntu etc | |||
|
feedback
|