Skip to content

Instantly share code, notes, and snippets.

@roderik
Created November 10, 2010 12:52
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 roderik/670807 to your computer and use it in GitHub Desktop.
Save roderik/670807 to your computer and use it in GitHub Desktop.
php.ini apc
[apc]
extension="/usr/local/Cellar/apc/3.1.4/apc.so"
apc.enabled=1
apc.shm_segments=1
apc.shm_size=64
apc.ttl=7200
apc.user_ttl=7200
apc.num_files_hint=1024
apc.mmap_file_mask=/tmp/apc.XXXXXX
apc.enable_cli=1
zend_extension="/usr/local/Cellar/xdebug/2.1.0/xdebug.so"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment