Skip to content

Instantly share code, notes, and snippets.

@unisys12
Created July 17, 2014 16:43
Show Gist options
  • Save unisys12/4084e1042c780f48cab7 to your computer and use it in GitHub Desktop.
Save unisys12/4084e1042c780f48cab7 to your computer and use it in GitHub Desktop.
PHP.INI for PHPNG installation
max_execution_time=600
memory_limit=128M
error_reporting=0
display_errors=0
log_errors=0
user_ini.filename=
realpath_cache_size=2M
cgi.check_shebang_line=0
zend_extension=opcache.so
opcache.enable_cli=1
opcache.save_comments=0
opcache.fast_shutdown=1
opcache.validate_timestamps=1
opcache.revalidate_freq=60
opcache.use_cwd=1
opcache.max_accelerated_files=100000
opcache.max_wasted_percentage=5
opcache.memory_consumption=128
opcache.consistency_checks=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment