How install Zend Framework 1.12.3 in Xampp server 1.8.3?

In my last post I write about xampp installation. Here You try install Zend Framework 1.12.3. So go to http://framework.zend.com website and click on Get started tab and then downloads. Click on the latest release section link and find on the list Zend Framework 1.12.3 Full. Click on download situated next to this element and select ZIP.   After download this package, unzipped it into C:/xampp/php folder in Your xampp instalation.

 

Rename ZendFramework-1.12.3 folder name to Zend1. It will be shorter name.

Go to C:/xampp/php/Zend1/bin folder and copy files with zf in its name.

This files paste in C:/xampp/php folder.

Here go to C:/xampp/php/Zend1/library folder and copy all Zend folder.

Coping folder paste into C:/xampp/php/pear folder.

Go to C:/xampp/php/php.ini file.

Open  php.ini file and write in it path into Zend Framework’s library and bin folder. It is:

Include_path=”.;C:\xampp\php\Zend1\library;  C:\xampp\php\Zend1\bin”

Remember write save this file.

Here You must set environment variables. Right click on Computer icon and and select Properties(Wlasciwosci in my language).

Click on Advanced system settings (Zaawansowane ustawienia systemu). Appear Properies System window, in which go to Advanced(Zaawansowane) tab.

Click on Environment Variables(Zmienne środowiskowe) button. In System Variables(Zmienne systemowe) click on Path row.

Double click on Path row  going to edit window. In Variable value(Wartość zmiennej) field add on end this path:

C:\xampp\mysql\bin; C:\xampp\php; C:\xampp\php\Zend1\library; C:\xampp\php\Zend1\bin;

Click OK in all open windows.

In another posts I configure and test xampp and Zend Framework.