I'm using php on a production web server along with APC which is a free, open source framework that optimizes PHP intermediate code and caches data and compiled code from the PHP bytecode compiler in shared memory.The caching is good for my web site, but my cron jobs and php cli scripts fails to fetch correct data due to caching. How do I disable APC module at command line (php-cli) under Linux or Unix like operating systems?
Read answer to: "PHP: Disable APC Module At Command Line CLI Scripts / Cron Scripts"