dan-coulter / phpflickr

PHP Wrapper for the Flickr API
GNU General Public License v2.0
207 stars 128 forks source link

Socket version is not working with Flickr SSL API #15

Closed fbianco closed 10 years ago

fbianco commented 10 years ago

Hi,

The code is fully working if one uses php5-curl, but without the fallback with sockets do not work anymore with the new SSL-only API from Flickr:

in function post // Use sockets. (line 224)

because it tries to connect to port 80, but even correcting that something else need to be fixed.

Thanks for your code. Best regards

dan-coulter commented 10 years ago

I just merged in a pull request that should fix this very issue.