Skip to content

Instantly share code, notes, and snippets.

@pagelab
Forked from amnuts/phprc
Created February 15, 2016 12:24
Show Gist options
  • Select an option

  • Save pagelab/7fda0329e0a6e37dfa92 to your computer and use it in GitHub Desktop.

Select an option

Save pagelab/7fda0329e0a6e37dfa92 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