Skip to content

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

Notifications You must be signed in to change notification settings

krocheah/php-phalcon-mamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

#Installation:

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

It's only compiled against the PHP 5.5.10 and PHP 5.4.26 (MAMP 3.0.x).

Older releases

##Dependencies: N/A

##Change Log:

  • 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.

ScreenShot

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published