码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2014-11-18 11:45:27      阅读:549      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   color   ar   sp   for   div   on   

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

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

 

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

标签:style   http   io   color   ar   sp   for   div   on   

原文地址:http://www.cnblogs.com/shuman/p/4105273.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!