Is this enabled by default? I have to restart php-fpm to see changes XD caching is real..
for Centmin Mod .08 stable default new installs have Zend Opcache enabled see What's New in Centmin Mod 1.2.3-eva2000.08 ? | Centmin Mod Community for Centmin Mod .07 stable default is APC Cache
How can I disable this temporarily? i think its causing ipboard issues Code: [09-Aug-2015 22:27:25 UTC] PHP Fatal error: Uncaught exception 'IPS\Db\Exception' with message 'Column 'session_log_in_time' cannot be null' in /home/nginx/domains/domain.net/public/system/Db/Db.php:412
find your apc.ini or zendopcache.ini via command Code: php --ini the edit that file and comment out the apc.so or opcache.so load extension line with hash # in front and save .ini file and restart php-fpm to reverse and re-enable, uncomment and remove hash and restart php-fpm