i installed php op code cache. php -v produces correct output, showing eaccelerator. but phpinfo() shows:
eAccelerator
eAccelerator support enabled
Version 0.9.6.1
Caching Enabled false
Optimizer Enabled false
Check mtime Enabled false
i tried putting it as zend or php extension into php.ini … same result … checked paths … all correct … instructions are in this file … http://www.eaccelerator.net/wiki/InstallFromSource
how can i get it work? thanks
Next to compiling the module, you need to ensure that you configure the settings of the module in the php.ini to enable it. Please double-check that you have actually enabled the module. The loading of the module already seems to work according to your question.