asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

Added detection of curl_exec failure #73

Closed mTorres closed 9 years ago

mTorres commented 9 years ago

I've hit a little issue while using curl on windows due to SSL verification failure. I've discovered what happened after checking the curl_exec returned value and I've thought this little modification might be useful to have.

asimlqt commented 9 years ago

This is common problem on windows, there is a solution post on stackoverflow: http://stackoverflow.com/a/16495053/1993689

colinfrei commented 7 years ago

This merge request would be helpful in debugging other curl errors as well - I'd recommend reopening this and merging these changes.