Category: optimization

  • Install or recompile mmcache

    This is old material as you should be using eAccelerator now. Install from source or best yet, RPM). This is for reference or for those who have not made the switch. Instructions Step 1. Compiling Turck MMCache run “make clean” first if recompiling export PHP_PREFIX=”/usr” $PHP_PREFIX/bin/phpize ./configure –enable-mmcache=shared –with-php-config=$PHP_PREFIX/bin/php-config make You must specify the real…