smelikecat

导航

[label][phalcon] How to install Phalcon extension for Zend Server 6.3.0 for windows 7 64bit

At first , you should download Phalcon DLL file.

 

You can download from this link under.


http://static.phalconphp.com/files/phalcon_x86_VC9_php5.3.9_1.3.4_nts.zip

Or downloads from this links:
http://pan.baidu.com/s/1i3GHm2h

Secondly, you should abstract this zipped file.

To add the extension, got to the extension directory, <install_path>\ZendServer\phpext, and add the .dll file there.

Go to your php.ini file and add the following line: extension=<extension_name>.dll.

At default, php.ini is in this path <install_path>/ZendServer/etc/php.ini.

After all, you can use phpinfo() to check it out whether phalcon is work in your server.

If you can see phalcon, then it works and starting your coding.

Thanks a lot.

PHP Official Function - How to install extension in Zend Server, the link is here.

http://files.zend.com/help/Zend-Server-6/content/adding_extensions.htm

If you clone the INVO Project Code in phalcon's github, then you should modified "invo-master" to "invo". Whilst you can check this project, and here is the capture in firefox.


INVO Capture is here.


 

posted on 2014-11-18 11:26  smelikecat  阅读(328)  评论(0编辑  收藏  举报