I am told that in order to run an application, I must recompile php with cUrl by recompiling with the "--with-curl" option. Never having compiled, recompiled, configured, or reconfigured php, my question is as follows.
From my info.php listing I find this:
Configure Command './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-xml' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--with-gd=../gd-1.8.4' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-imap=../imap-2001.BETA.SNAP-0105220031' '--with-mcrypt' '--with-ming=../ming-0.1.1' '--enable-magic-quotes' '--with-mysql' '--with-pear' '--enable-safe-mode' '--enable-track-vars' '--with-ttf' '--enable-versioning' '--with-zlib'
To reconfigure php with the "--with-curl" option, do I add that option to the end of the above statement or can I configure with the new option alone and have it add to the existing configuration?
Thanks,
Paul D. Cardin, P.A.