views:

44

answers:

2

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
A: 

You can just download the Zend Framework from their site and put it in your php include path.

Goran Jurić