Installing Zend Framework on Ubuntu (Hardy)
As of the 8.04 Hardy release of Ubuntu, Zend Framework has been added to the repositories, so you can install it by simply running: sudo apt-get install zend-framework The package installs 17M of files into /usr/share/php/libzend-framework-php/. Once that has finished, you then need to ensure that the framework is in your PHP include path. The [...]


