I'm using NGINX with PHP-FPM on Debian Wheezy via DotDeb repo.
This is the only curl reference in my php.ini file and I'm not sure what I need to do. Any help is appreciated (it's already installed)
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
;curl.cainfo =
; Local Variables:
; tab-width: 4
; End:
extension=php_curl.soand then restart php-fpm.