openbsd-ports/www/pecl-APC/pkg/DESCR
2012-09-05 09:24:13 +00:00

8 lines
286 B
Plaintext

APC is the Alternative PHP Cache. It was conceived of to provide a
free, open, and robust framework for caching and optimizing PHP
intermediate code.
Flavors:
mmap (the default; one memory segment, no maximum limit)
shm (multiple segments, "sysctl kern.shminfo.shmmax" is the max)