hsojhsoj
New Pleskian
How can I upgrade a php module like cURL in plesk's "PHP interpreter versions"? The version of cURL in my base php installation is up to date but the php supplied by plesk is using an old verison of cURL.
Do I do it like this?
"
If you want to install curl in a different file hierarchy than /usr/local,
you need to specify that already when running configure:
./configure --prefix=/path/to/curl/tree
"
What would the path be?
Do I do it like this?
"
If you want to install curl in a different file hierarchy than /usr/local,
you need to specify that already when running configure:
./configure --prefix=/path/to/curl/tree
"
What would the path be?