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?
Yeah; if you do php -i|grep 'Configure Command'
, that will show you the current build options for your recompile. Just add the option for SOAP to that.