Hi
We managed to get APC working for a system we built in phalcon but we also have crons running as cli tasks. And these tasks dont seem to save the meta data with apc.
They keep running queries like this:
SELECT IF(COUNT(*)>0, 1 , 0) FROM INFORMATION_SCHEMA
.TABLES
WHERE TABLE_NAME
='TABLENAME';
Does anyone know how to fix this? The apc is enabled in the cli php.ini.
Thanx