Hello all, I've been reading a bunch about Phalcon and was looking forward to checking it out. I have Phalcon compiled, linked to the php5.ini and the phpinfo() page I have shows it installed, enabled, and there. However, when I try to run the test/default application I'm seeing this in the apache logs. This is a brand new server installed with PHP 5.5, Ubuntu 13.10, Apache 2.4.
[Wed Apr 02 18:46:14.381872 2014] [core:notice] [pid 7634] AH00052: child pid 7639 exit signal Illegal instruction (4)
For giggles we installed Phalcon the same way on an older dev 12.04 server with Apache 2.2, PHP 5.3 and everything runs fine. Is there any known issues with Phalcon on the newer distros?
Thanks for your help and looking forward to getting this thing running.