Archives

Archive for September, 2006

phpFlickr Version 2.0.0 released!

I've just put out the most significant update to phpFlickr ever.  It may very well break your current app.  I knew that just switching to the serialized php might introduce some differences, so I went ahead and cleaned up some mistakes I made back when I put out version 1.0.  Be sure to thoroughly test […]

Bug Fix: Post-Upload Problems

Here's a quick bugfix for those of you who don't plan to upgrade to version 2.0.0 right away (because it'll break your apps). If you upload a file, you'll get an error on any Flickr methods you try to call after this. This is because the HTTP_Request object changes the post encoding when […]

phpFlickr 2.0 coming soon!

Flickr has just released the serialized PHP format for API responses.  This means that I can finally eliminate the troublesome XML parsers.  It will very likely break any apps if you try to upgrade without doing any modifications which is why I'm moving up to version number 2.0.
The good news is that it should run […]

Version 1.6.1: Less is More

I decided to push out two quick changes.

phpFlickr is now officially licensed under the Lesser GPL. This means that you can now distribute it with your own projects, even if they aren't licensed under the GPL. I know that there are people who haven't been including phpFlickr with their projects for this very […]