Skip to content

Instantly share code, notes, and snippets.

@nevergone
nevergone / gist:3065812
Created July 7, 2012 10:41
PHP APC konfiguráció
extension = apc.so
apc.shm_segments = 1
apc.shm_size = 256
apc.optimization = 0
apc.num_files_hint = 2048
apc.ttl = 3600
apc.user_ttl = 3600
apc.enable_cli = 1
apc.max_file_size = 1M
apc.rfc1867 = 1
@ziadoz
ziadoz / awesome-php.md
Last active April 17, 2024 21:06
Awesome PHP — A curated list of amazingly awesome PHP libraries, resources and shiny things.