How do I upgrade Zend Framework 1.9 to 1.10 in Ubuntu 9.10(k)?
+2
A:
I'm assuming you installed it with apt-get (which is silly, IMO).
Uninstall it via apt.
Reinstall it via PEAR:
pear channel-discover zend.googlecode.com/svn
pear install zend/zend
timdev
2010-04-25 02:45:54
A:
You can just download the Zend Framework from their site and put it in your php include path.
Goran Jurić
2010-04-27 00:22:38