More info on my blog: http://blog.madd0.com/2006/11/06/i-have-finally-resumed-work-on-amazoop/
Version 0.3 Release Candidate 1 was released today.
It contains several fixes and improvements, and although it is only a Release Canditate, it is stable enough and is the recommended version.
Plus, with version 0.3RC1 comes new and improved documentation, which you can find at the project's homepage: http://amazoop.sourceforge.net
Enjoy!
Somehow an error slipped into file parser.class.php of release 0.2. A semi-colon is missing on line 78.
It reads:
global $UTF_8
Which should be corrected to:
global $UTF_8;
This problem was corrected on 2004-03-12. Therefore files downloaded after this date do not need this patch.
The latest version of amazOOP: a PHP OOP API for AWS was released today and it contains lots of new exciting features.
Also with this release: documentation! Finally amazOOP is, in my opinion, properly documented.
Dowload it, try it and, most importantly, leave feedback on how to improve it...
Have fun!