can I easily recomplie PHP with all my current settings and enable SOAP with the new configuration?

Phill Pafford picture Phill Pafford · Sep 3, 2009 · Viewed 9.2k times · Source

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?

Answer

chaos picture chaos · Sep 3, 2009

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.