Zend Framework PEAR channel =========================== To make a release ================= 0. checkout locally all the directories under SVN (branches, trunk, rss, tags, trunk) [only need to be done once] For each release: ----------------- 1. change directory to svn/'branches' 2. wget ZIP archive from framework.zend.com 3. phing -f process.xml 4. update SVN For a complete installation of required tools ============================================= 1. pear channel-discover pear.phing.info 2. pear install phing/phing 3. pear channel-discover jldupont.googlecode.com/svn 4. pear install jldupont/PearTools COMPATIBILITY ============= I have tested the tools under: * Ubuntu 9.04 * PHP 5.2.9 * PEAR 1.8.1 * PHING 2.3.3 ISSUE ===== It would appear there is a bug in PHING 2.3.3 that prevents it from working properly under Windows. The issues stems from the inability of PHING to handle correctly the 'unzip' task.