Arbit - next generation project tracking ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Kore Nordmann :Date: Sun, 09 Aug 2009 10:00:35 +0200 :Revision: 3 :Copyright: CC by-sa ========= Downloads ========= Beside the releases the most recent version of PHPillow can always be checked out from SVN. We try not to break trunk and there are enough tests (coverage at about 96%) which should ensure overall stability, but we cannot guarantee, that trunk will always work flawlessly. To get the most current currently developed version of PHPillow you can check it from svn using the following command:: svn co svn://arbitracker.org/phpillow/trunk phpillow Releases ======== We tend to release PHPillow together with new versions of CouchDB since the CouchDB API keeps changing slightly. The current release of PHPillow is 0.5-alpha and works together with CouchDB 0.9-alpha and the current trunk. The major change, compared to the earlier versions, is the includsion of ``couchdb-dump`` and ``couchdb-load`` tool to im- and export data from CouchDB. Current release --------------- - `phpillow-0.5-alpha.tar.bz2 (188K)`__ (Changelog__) (CouchDB 0.9) __ downloads/phpillow-0.5-alpha.tar.bz2 __ /news/0006_released_phpillow_0.5.html Older releases -------------- - `phpillow-0.4-alpha.tar.bz2 (223K)`__ (Changelog__) (CouchDB 0.9) - `phpillow-0.3-alpha.tar.bz2 (223K)`__ (Changelog__) (CouchDB 0.9) - `phpillow-0.2-alpha.tar.bz2 (203K)`__ (CouchDB 0.8) - `phpillow-0.1-alpha.tar.bz2 (188K)`__ (CouchDB 0.7.2) __ downloads/phpillow-0.4-alpha.tar.bz2 __ /news/0005_released_phpillow_0.4.html __ downloads/phpillow-0.3-alpha.tar.bz2 __ http://kore-nordmann.de/blog/0085_released_phpillow_0_3_alpha.html __ downloads/phpillow-0.2-alpha.tar.bz2 __ downloads/phpillow-0.1-alpha.tar.bz2 Requirements ============ The following prerequisites must be fulfilled to use PHPillow: - A running CouchDB installation from current trunk. We already adapted the library to the current changes for 0.9, so that it won't work any more with the old release in version 0.8.1, and older. Versions prior to 0.3-alpha worked only with older versions of CouchDB. - PHP 5.2 The wrapped has been tested with the latest releases from the PHP 5.2 tree. It might also work with earlier versions of PHP, but this is not supported. Some features might only be available using LSB from PHP 5.3. Version prior to 0.3-alpha required PHP 5.3.