This Stack Overflow question
PHP use different curl version than is installed in system
has the comment re recompiling PHP with a new version of cURL
It wasnt so easy. Adding many various options during configure was quite hard. For the first time I forget about adding mysql support and after new php installation published sites went down.
So given that the PHP docs and Compiling php with curl, where is curl installed? suggest something like ./configure --with-curl=/usr/bin/curl
in my existing php directory (?) should do the trick and the problems the commenter above had with mysql support and suchlike, this (I think) is my question:
Is there a way to recompile php with a new version of cURL without losing the previous configuration of PHP?
I'm running PHP 5.3.5 on CentOS 5.8. It's a Media Temple (DV) server. And my end goal is simply to use this plugin on Wordpress, which requires another plugin, which requires cURL 7.16.2+.
Any assistance in my pickle would be sincerely appreciated. Thanks.