Skip to content

Instantly share code, notes, and snippets.

@chrisjlee
Forked from amnuts/phprc
Created August 7, 2016 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisjlee/b59aeff0aa8bd5e6daa4014587e10838 to your computer and use it in GitHub Desktop.
Save chrisjlee/b59aeff0aa8bd5e6daa4014587e10838 to your computer and use it in GitHub Desktop.
Dreamhost PHP 5.6 phprc file
date.timezone = "Europe/London"
expose_php = 0
extension = phar.so
extension = fileinfo.so
extension = intl.so
suhosin.executor.include.whitelist = phar
[opcache]
zend_extension=opcache.so
opcache.enable=1
opcache.memory_consumption=32
opcache.interned_strings_buffer=4
opcache.save_comments=0
opcache.load_comments=0
opcache.revalidate_path=1
opcache.enable_file_override=1
opcache.validate_timestamps=0
opcache.revalidate_freq=300
opcache.max_file_size=2097152
opcache.fast_shutdown=1
opcache.max_accelerated_files=3907
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment