eAccelerator install issue

I installed it via DAG rpm. It's showing up on phpinfo and an entry but Caching and Optimizer are false.

temp folder is at 777 and httpd restarted. AFAIK php is loaded as a module and config looks alight.

anything other step I missed?

;========================
; Enable eAccelerator extension module
zend_extension = /usr/lib/php4/eaccelerator.so
; Options for the eAccelerator module
eaccelerator.cache_dir = /var/cache/php-eaccelerator
eaccelerator.shm_size = 0
eaccelerator.enable = 1
eaccelerator.optimizer = 1
eaccelerator.check_mtime = 1
eaccelerator.filter = ""
eaccelerator.shm_max = 0
eaccelerator.shm_ttl = 3600
eaccelerator.shm_prune_period = 0
eaccelerator.shm_only = 0
eaccelerator.compress = 1
eaccelerator.compress_level = 9
eaccelerator.keys = "shm_and_disk"
eaccelerator.sessions = "shm_and_disk"
eaccelerator.content = "shm_and_disk"
eaccelerator.debug = 0

 

 

 

 

Top