Skip to content

Instantly share code, notes, and snippets.

@tonythere
Created July 23, 2015 03:49
Show Gist options
  • Save tonythere/ccd1f4ccd5735adc63ff to your computer and use it in GitHub Desktop.
Save tonythere/ccd1f4ccd5735adc63ff to your computer and use it in GitHub Desktop.
extension=mongo.so
extension=redis.so
;extension=libevent.so
;extension=pthreads.so
[OpCache]
zend_extension=opcache.so
opcache.revalidate_freq=0
; (comment this out in your dev environment)
; opcache.validate_timestamps=0
opcache.max_accelerated_files=7963
opcache.memory_consumption=192
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1
[XDebug]
;zend_extension = xdebug.so
; ?XDEBUG_PROFILE=1
xdebug.remote_host = 127.0.0.1
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
xdebug.remote_mode = req
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1
xdebug.remote_autostart=1
xdebug.idekey=PHPSTORM
xdebug.remote_log=/var/log/php/xdebug_remote.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment