K.C.P. van Zijl wrote:

I'm writing a script and want to use cURL, but curl support isn't
compiled in my PHP at the moment.
Is this difficult to do? Does the following command re-compile PHP and
everything is alright?:

Depends upon which options you want. I suggest you use the existing configure options (obtained from examining the output from phpinfo()) and add the curl option.

Or do I have to do more then this?

Then "make" and "make install". If your php was compiled as a CLI/CGI or as an Apache module then all you need to do is restart Apache. If compiled into Apache then you need to recompile Apache too.

HTH
Chris


--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to