Page 1 of 1

How can I upgrade Zend Framework on existing XAMPP installat

PostPosted: 12. March 2010 02:57
by Noriak
He guys,

I'm trying to update the Zend Framework with the latest version 1.10.2. The lastest XAMPP package uses version 1.9.6.

Normally you just download and extract the Zend Framework archive to your include_path, but Zend in XAMPP comes with the PEAR package. Any idea's?

Thanks!

Re: How can I upgrade Zend Framework on existing XAMPP installat

PostPosted: 12. March 2010 10:53
by Tyrael
Zend isn't a PEAR package in xampp, its just extracted there, because PEAR directory is added to the include path.
delete the xampp\php\PEAR\Zend directory then extract the library\Zend from the 1.10.2 zend archive to the PEAR directory
that should do it.

Tyrael