views:

154

answers:

1

PHP 6 has APC included in the core distribution, but its off by default. I have compiled from source and tried '--enable-apc' but no luck. I also tried to download and compile the APC module but it fails. How do I turn APC on in PHP 6?

A: 

Not yet!

APC will be included by default in PHP 6 (if released one day), but it's actually not yet included in the development version (svn trunk).

Downloading and compiling APC by hand it the actual way to get it working with PHP 6, but I doubt APC is ready for this!

Patrick Allaert