Php – make PHP curl use openssl instead of NSS

curlnssopensslPHPrhel6

Does anyone know how could I force php to use curl with openssl instead of NSS on RHEL 6?
I've installed curl-openssl-7.30.0-1.1.el6.x86_64.rpm but how can I tell php to use it?

Actually is there a way to tell php to use curl with openssl without recompiling php ?

Best Answer

AFAIK which libraries to use are compile time options and not something that can be changed at run-time.