We are pleased to announce the release of Phalcon 1.2.5, the latest stable version of framework.
https://blog.phalcon.io/post/73222509376/phalcon-1-2-5-released
|
Feb '14 |
24 |
2276 |
8 |
We are pleased to announce the release of Phalcon 1.2.5, the latest stable version of framework.
https://blog.phalcon.io/post/73222509376/phalcon-1-2-5-released
I have compiled the 1.2.5 DLLs (VC9) and issued the pull request. The files will be available on the main site shortly.
@Piotr Yes that would be great. I need to set up a new VM to start compiling VC11 ones :)
@Eike this has been corrected.
Builds (both 32 and 64 bits) for Ubuntu 10.04 LTS, 12.04 LTS, 12.10, 13.04, 13.10 and 14.04 LTS are available here: https://launchpad.net/~sjinks/+archive/phalcon
Hi @thuanvh windows 5.5 dlls should be available in a few days. I'm extremely overloaded atm to build them at the moment
Hello guys. Exploring phalcon here and plan to use it on my future project. However I may have encountered an issue which maybe some of you here already resolve it. Here is what I have done so far.
XAMPP - version 1.8.3
[PHP: 5.5.6]
Followed https://docs.phalcon.io/en/latest/reference/xampp.html but encountered a prompt error when starting apache that say >> "The program can't start because php5.dll is missing fro you rcomputer. Try reinstalling the program to fix the problem." and this >> "PHP Startup: Unabale to load dynamic library'D:\PHP_Projects\php\ext\php_phalcon.dll' - The specified module could not be found". Note that I ensured to copy the correct .dll file on that ext directory. I don't encounter such errors whenever I comment the extension on php.ini so I am thinking the cause might be the dll supports only until PHP 5.5.5 but not 5.5.6 (just a thought). Is there by chance a release for the latest PHP version soon?
Any helpful advice? oh by the way, I am skeptical downgrading my xampp version because I already have few projects running on this one. Thanks.