Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.85 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.85 KB

Phalcon Windows X64 VC11 DLL now available in the official repository

Phalcon VC11 DLL are now available directly on the [Official Phalcon Download Repository](http://phalconphp.com/en/download/windows and).

In the official repository is available the latest release, Phalcon 1.2.5.

Phalcon Windows X64 VC11 DLL

Php Windows binary extension for Phalcon 1.2.4 for PHP 5.5.7 VC11 64 Bit.

I suppose should be compatible with the closest minor versions, PHP 5.5.3 - 5.5.7

I build the extension for Thread Safe and Non Thread Safe PHP Environment.

I tested the extension on:

Installation

  1. Download Repository Zip Package ( https://github.com/DragonE/phalcon-win-vc11/archive/master.zip )
  2. Choose the ts (Thread Safe) or nts (Non Thread Safe) Zip Package (Depends from your downloaded PHP Environment) and extract it.
  3. Copy the extracted php_phalcon.dll in your php extension dir.
  4. Add "extension=php_phalcon.dll" to your php.ini (without quotes).
  5. Restart Php service (if already executing in FastCGI or IIS)

How to build

To build this extension I followed these tutorials:

Source Code

You can download the source code from the official phalcon repository: https://github.com/phalcon/cphalcon

32bit Edition (X86)

If you are looking for X86 PHP 5.5 (32bit) extension version, you can look this repository: https://github.com/andont/phalcon-win