Skip to content

Instantly share code, notes, and snippets.

@todiadiyatmo
Last active November 17, 2015 03:44
Show Gist options
  • Save todiadiyatmo/f9bb4f55d8138076edfb to your computer and use it in GitHub Desktop.
Save todiadiyatmo/f9bb4f55d8138076edfb to your computer and use it in GitHub Desktop.
php.ini
#/usr/lib/php.ini -> on the bottom
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so
opcache.memory_consumption=64
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=7963
opcache.revalidate_freq=0
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.enable=1
disable_functions = show_source, system, shell_exec, passthru, exec, popen
enable_dl=off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment