How can I set CURLOPT_CAINFO globally for PHP on Windows?
- by YonahW
I understand that I can set the option on any specific instance, however what I would really like is to set something up php.ini or somewhere similar which will handle this across all projects and all instances.
Does anyone know a way for me to accomplish this?