dan-coulter / phpflickr

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

Bug for unicode strings in sockets POST #13

Closed christophercook closed 2 years ago

christophercook commented 10 years ago

I learned the hard way that if CURL is not available then the sockets logic in the post method fails for unicode strings. Unserialize will fail because the reported string lengths will not match the bytecount of the string.