I have Phalcon installed on various boxes, but having issue with 5.5.20 version on Ubuntu 12.04.5 LTS
I have tried safe build, regular build.. the 64bit build etc I have the entire route to .so in extension under php5/cli/conf.d/30-phalcon.ini I have tried just extension=phalcon.so
phalcon shows when I do php -m in list ... PDO pdo_mysql pdo_pgsql pgsql phalcon Phar posix readline Reflection session shmop SimpleXML soap sockets SPL standard ...
But i continue to get error PHP Fatal error: Class 'Phalcon\DI\FactoryDefault' not found in or in PHP Fatal error: Class 'Phalcon\Mvc\Micro' not found
These are the default apps that used to run on this box before updating.
Anyone have some secret sauce on this?