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