easy install and upgrade of zend framework with pear

No Comments

There is a zend-framework package available by apt. But it is usually out-of-date. Anyway, if you don’t care (install zf in /usr/share/php/libzend-framework-php) :
$ sudo apt-get install zend-framework

Better is to install zf via zfcampus pear channel, i’ve been using it without problem for several months :

pear channel-discover pear.zfcampus.org
pear install zfcampus/zf

Share

Leave a Reply