[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

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

时间: 2024-10-14 06:18:04

[label][phalcon] How to install Phalcon extension for Zend Server 6.3.0 for windows 7 64bit的相关文章

Phalcon 开发工具(Phalcon Developer Tools)

Phalcon提供的这个开发工具主要是用来辅助开发,比方生成一些程序的基本框架.生成控制器模型等. 使用这个工具我们仅仅须要一个简单的命令就可以生成应用的基本框架. 很重要: 要使用这个工具我们必需要安装Phalcon 0.5版本号以上的扩展才行. 这里我们推荐使用PHP5.3.6或更高版本号的PHP. 假设你喜欢使用web版而非console版本号的程序,那么在这里 blog post 能够看到很多其它的内容. 下载(Download)? 我们能够从 Github 上下载或克隆下来这个跨平台的

[label][Chrome-Extension] How to start Chrome Extension&#39;s development

Firstly , you should read these two pages. https://developer.chrome.com/extensions/overview https://developer.chrome.com/extensions/getstarted Secondly, you must read this page. https://developer.chrome.com/extensions/packaging [label][Chrome-Extensi

Install laravel 5 on ubuntu server

Install laravel 5 on ubuntu server http://laravel.io/forum/06-10-2015-solved-install-laravel-5-on-ubuntu-server https://www.digitalocean.com/community/questions/how-to-install-laravel-5-on-ubuntu-nginx-server https://www.digitalocean.com/community/tu

docker windows 7 64bit install

windows 7 64bit install 1,download  DockerToolbox2,downloadboot2docker.iso3,install DockerToolbox 4,把 boot2docker.iso  copy 到  C:\Users\Administrator\.docker\machine\cache5,启动 Docker Quickstart Terminal   其实就是启动Docker Toolbox 安装位置的    D:\Program File

Install and run DB Query Analyzer 6.04 on Microsoft Windows 10

      Install and run DB Query Analyzer 6.04 on Microsoft Windows 10  DB Query Analyzer is presented by Master Genfeng, Ma from Chinese Mainland. It has English version named 'DB Query Analyzer' and Simplified Chinese version named   . DB Query Analy

python pip install tables couldn&#39;t find microsoft vc++ 9.0 (vcvarsall.bat)

if you have install microsoft visual studio 2013, just create a the enviroment variable named [VS90COMNTOOLS] and point it to %VS120COMNTOOLS%. because python(2.7.8) use micorsoft visual vc++ 9.0 compiler (shipped with visual studio 2008) to compile

Install OpenVPN Ubuntu 14.04 Server

aptitude update aptitude -y install openvpn easy-rsa lzop cp /usr/share/easy-rsa/* /etc/openvpn/easy-rsa cp /usr/share/doc/openvpn/examples/sample-config-files/server.conf.gz /etc/openvpngzip -d server.conf.gz Install OpenVPN Ubuntu 14.04 Server

Install Tensorflow GPU with CUDA 10.1 for python on Windows

How to install Tensorflow GPU with CUDA 10.0 for python on Windows 在cuda 10.0的windows上安装Tensorflow GPU, python ref: https://www.pytorials.com/how-to-install-tensorflow-gpu-with-cuda-10-0-for-python-on-windows/ Before start, Notations neet to know: Ta

php7 install memcached extension

#download source code package from git $ git clone https://github.com/php-memcached-dev/php-memcached.git $ cd php-memcached $ git checkout php7 #Branch php7 set up to track remote branch php7 from origin. #Switched to a new branch 'php7' $ /home/adm