openbsd-ports/www/pecl-APC/pkg/DESCR
william c9423137fd - update MAINTAINER address
- Add a -shm FLAVOR in addition to the default (mmap), and indicate
the difference in DESCR (requested by sthen@)
- Make the MESSAGE's instructions true by @sample'ing the module's ini
file so it exists (reported by "f5b" and Glen Searle, thanks)
- simplify by making better use of the lang/php MODULE

ok sthen
2012-01-27 04:02:26 +00:00

9 lines
287 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)