joshtronic / php-googleplaces

PHP Wrapper for the Google Places API
MIT License
84 stars 38 forks source link

Remove SSL Verify on Windows #12

Open WengerK opened 9 years ago

WengerK commented 9 years ago

Avoid error CURL Error: SSL certificate problem: unable to get local issuer certificate on windows whitout ssl

joshtronic commented 9 years ago

Good catch! Unfortunately this PR drops the code coverage a bit and I don't want to merge it in without any tests. If you can add them in, that would be great, if not, this will have to wait until I have some time to add them in.

Thanks!