I've just updated my FreeBSD 9.0 server to version 3.1.12 of pecl_APC and cannot get it to work. It throws all sorts of memory errors in my phpBB3 forum. I have currently disabled the apc.so extension to keep my website running.
I did the following to install pecl_APC ...
which went well except that all 56 tests failed, if that can be defined as went well.
Any ideas.
I did the following to install pecl_APC ...
Code:
cd APC-3.1.12
phpize
./configure --enable-apc --enable-apc-mmap --with-php-config=/usr/bin/local/php-config
make
make test
make install
Any ideas.