mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
2556f07444
Turck MMCache is a opcode cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations for speed up of PHP scripts execution. Turck MMCache typically reduces server load and increases the speed of your PHP code by 1-10 times. WWW: http://www.turcksoft.com/en/e_mmc.htm PR: ports/48807 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
18 lines
463 B
Plaintext
18 lines
463 B
Plaintext
*****************************************************************************
|
|
|
|
You have installed the turck-mmcache package.
|
|
|
|
Edit %%LOCALBASE%%/etc/php.ini and add:
|
|
|
|
[mmcache]
|
|
zend_extension="%%PREFIX%%/lib/php/%%EXT_DIR%%/mmcache.so"
|
|
mmcache.shm_size="16"
|
|
mmcache.cache_dir="/tmp"
|
|
mmcache.enable="1"
|
|
mmcache.optimizer="1"
|
|
mmcache.check_mtime="1"
|
|
mmcache.debug="0"
|
|
mmcache.filter=""
|
|
|
|
*****************************************************************************
|