majksner / php-phalcon-mamp

Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption http://phalconphp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donate

Donate

Installation:

  1. Copy phalcon.so to /Applications/MAMP/bin/php/phpx.x.x/lib/php/extensions/no-debug-non-zts-201x1212
  2. Add extension=phalcon.so to the end of php.ini (Open MAMP click on File → Edit Template → PHP → PHP x.x.x php.ini)
  3. Restart MAMP.

Older releases

Dependencies:

N/A

Change Log:

  • 0.21 - Phalcon 3.4.0 build for MAMP 4.5 and PHP 7.2.1
  • 0.20 - Phalcon 3.1.2 build for MAMP 4.1.1 and PHP 7.1.3
  • 0.19 - Phalcon 3.0.1 build for MAMP 4.0.6 and PHP 7.0.12
  • 0.18 - Phalcon 3.0.1 build for MAMP 4 and PHP 7.0.10
  • 0.17 - Phalcon 3.0.0 build for MAMP 3.5.2 and PHP 7.0.8, 5.6.10, 5.5.26, PHP 5.4 no longer supported.
  • 0.16 - Phalcon 2.0.13 build for MAMP 3.5 and PHP 5.6.10 and PHP 5.5.26
  • 0.15 - Phalcon 2.0.10 build for new MAMP 3.5 and PHP 5.6.10
  • 0.14 - Phalcon 2.0.7 build for new MAMP 3.4 and PHP 5.6.10
  • 0.13 - Phalcon 2.0.3 build for new MAMP 3.3 and PHP 5.6.10
  • 0.12 - Phalcon 2.0.1 build for new MAMP 3.2.1 and PHP 5.6.7
  • 0.11 - Phalcon 1.3.4 build for new MAMP 3.0.7.3, PHP 5.5.18 and PHP 5.4.34
  • 0.10 - Phalcon 1.3.3 build for new MAMP 3.0.7.3, PHP 5.5.18 and PHP 5.4.34
  • 0.9 - Phalcon 1.3.2 build for new MAMP 3.0.5, PHP 5.5.10 and PHP 5.4.26
  • 0.8 - Phalcon 1.3.1 build for new MAMP 3.0.4, PHP 5.5.10 and PHP 5.4.26
  • 0.7 - Phalcon 1.3.0 build for new MAMP 3.0.3, PHP 5.5.10 and PHP 5.4.25
  • 0.6 - Phalcon 1.2.6 build for new MAMP 3.0.1 and PHP 5.5.9
  • 0.5 - Updated to Phalcon 1.2.6
  • 0.4 - Updated to Phalcon 1.2.5
  • 0.3 - Updated to Phalcon 1.2.4
  • 0.2 - Updated to phalcon 1.2.3
  • 0.1 - Initial Release

Proof

If everything is fine phpinfo(); should look like this.

  • Phalcon 3.4.0 + MAMP 4.5 + PHP 7.2.1 ScreenShot

  • Phalcon 3.1.2 + MAMP 4.1.1 + PHP 7.1.3 ScreenShot

  • Phalcon 2.0.7 + MAMP 3.4 + PHP 5.6.10 ScreenShot

  • Phalcon 2.0.3 + MAMP 3.3 + PHP 5.6.10 ScreenShot

  • Phalcon 2.0.1 + MAMP 3.2.1 + PHP 5.6.7 ScreenShot

About

Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption http://phalconphp.com/