How can I set CURLOPT_CAINFO globally for PHP on Windows?
        Posted  
        
            by YonahW
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by YonahW
        
        
        
        Published on 2010-04-22T21:50:45Z
        Indexed on 
            2010/04/22
            21:53 UTC
        
        
        Read the original article
        Hit count: 370
        
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?
© Stack Overflow or respective owner