It has been a really busy month and a half. We concentrated all of our efforts in developing Phalcon 0.5.0, which outlines a huge rewrite of core parts of the framework. We increased flexibility, extensibility and added more features while still keeping performance high.
Most of the examples and features present in previous versions work - however there might be some unexpected behavior (bugs) lurking around. All the tests are passing in our Travis CI server and the official site has been running on 0.5.0b1 for a few days now with no problems.
We are now concentrating in writing documentation, fixing bugs and attending to areas that still need a bit of work.
We would like to invite the community to install and test the new features of 0.5.0b1.
To install 0.5.0b1: Follow the same instructions as installing the stable version. The only difference is that the files are located in the dev/ folder (instead of “cd release” issue “cd dev”).
Checkout the following steps to compile the extension for a Linux/Mac platform:
git clone git://github.com/phalcon/cphalcon.git
cd cphalcon/dev
export CFLAGS="-O2 -fno-delete-null-pointer-checks"
phpize
./configure --enable-phalcon
make
sudo make install
Windows users please download a DLL from the download page
To report a bug: Please open an issue in Github. We highly recommend that you make tests using the latest versions of PHP 5.3 (>=5.3.11).
To ask for help: Use our forum
Looking forward to hearing from you! :)
Chat - Q&A
Support
Social Media
Videos
<3 Phalcon Team