Archives

Archive for August, 2005

Bug fix: PEAR Include delimiter

Ok, I changed this once in 1.3.2, but now I realize the way I did it didn't really work either. The result is that if you're using PHP on a Windows server, it's not including the PEAR folder correctly. I think that the way I've got it now will work just fine for […]

phpFlickr 1.3.2 released!

I recently discovered (thanks to Eliot Shepard) two fairly major bugs. Turns out that since I added the new Auth API (version 1.3), caching hasn't been working. Also, in version 1.3.1, your include folders probably got royally messed up, thanks to a dumb mistake on my part. The good news is that […]

Yahoo and Flickr merge usernames

( News )

Flickr announced today that all new users to Flickr will be created with Yahoo accounts. People with existing Yahoo accounts can create their Flickr username just by logging into the site and people with existing Flickr accounts can link their Flickr and Yahoo accounts.
What this means for you, the developer. If you're using […]

New forums

I've just created some shiny new forums for the phpFlickr website. They're running the spiffy Lussumo Vanilla project. Check it out and be amazed…or at least join up and say hi.

Bug fix: Newlines in XML

There was a bug in the XML class that was causing it to strip newlines out of fields (a photo's description, for example). Below is the fix that you can apply to xml.php to fix it. I've also updated it in CVS so that it will appear in the next update. The […]

Bug fix: photos_getNotInSet()

All versions up through 1.3.1 have had a bug in photos_getNotInSet(). If a call is made while there is only one photo not in a set, the array structure of the result won't be quite the same. This is because of the way that the xml parser arranges things. If this is […]

Version 1.3.1 Released

I've put updated version 1.3.1 up for download. This version fixes a documentation error and some behavior in the auth() function. There was a previously undocumented feature that I've now taken advantage of. There were also two functions recently depreciated from the API that I've removed implementation of.
The biggest change is that […]