Hello.
I have a question. Can I use phalcon (v2.0.11) in the production on php 5.6? I mean, does it have any serious bugs or security holes?
|
May '16 |
16 |
834 |
0 |
What you mean size of ext ? It's builded in php, not zephir :D
It's Angular + Phalcon, pretty easy crm system to manage dealerships, cars etc
Regarding your question about Phalcon compiled extension size - it's around 4.5 MB (phalcon.so binary). But you should be aware that .so extensions are loaded only once - during application server startup. Later on, all the code is served directly from RAM. And regarding version - you can run 2.0.11 or even .10 if you really need that Volt macro thing (you said you don't use Volt, so it doesn't matter for you).
I can point out that I'm using Phalcon from 2.0.9 to 2.0.11 in production. PHP version vary from 5.5.9 to 5.6.20, depending on distro (Debian/GNU Linux is primary distro, and Ubuntu LTS secondary). One thing to add - I'm not using any Apache, exclusevly Nginx with PHP-FPM. That gives additional performance gain.
@dan We use phalcon 2 years in production for many projects. From Phalcon 1.3.0 to 2.0.10 always with PHP 5.6 with Apache or nginx on backend. From small website to news portal (historical max was 750k hits in one day on dedicated server FreeBSD, PHP 5.6, Phalcon 1.3.1). And we have not any problem with stability of Phalcon