Last active
November 17, 2015 03:44
-
-
Save todiadiyatmo/f9bb4f55d8138076edfb to your computer and use it in GitHub Desktop.
php.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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