Page 1 of 1

missing accelerator ?

PostPosted: 16. November 2009 22:39
by DynV
I just installed MediaWiki and I got the notice "Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching." although eAccelerator is supposed to be included in the Basic package (which I'm running), do I need to enable it ? Or is there a way to find out if it's installed or running ?

Thank you kindly

Re: missing accelerator ?

PostPosted: 16. November 2009 22:52
by Izzy
DynV wrote:...although eAccelerator is supposed to be included in the Basic package (which I'm running), do I need to enable it ? Or is there a way to find out if it's installed or running ?
Assuming XAMPP 1.7.2 is installed as you did not say.

This will find if it is installed - check first:
http://localhost/xampp/phpinfo.php

http://www.apachefriends.org/en/faq-xampp-windows.html#eaccelerator
This will enable it in the \xampp\php\php.ini file - uncomment this line:
Code: Select all
;zend_extension = "C:\xampp\php\ext\php_eaccelerator.dll"
Save the php.ini file then restart Apache.

Now check the above phpinfo link again for the eAccelerator entry.