Page 1 of 1

How to use eAccelerator?

PostPosted: 02. April 2007 22:11
by MrMastah
I want to use eAccelerator as I understand it is included in latest XAMPP for windows. How do I acivate it and make use of it the best way? please excuse me if this is a stupid question...

Any help is appriciated! :)

PostPosted: 02. April 2007 22:38
by Wiedmann
How do I acivate it

http://www.apachefriends.org/en/faq-xam ... ml#mmcache
(Maybe you should disable Zend Optimizer in the same step, if enabled.)

PostPosted: 03. April 2007 23:39
by MrMastah
Ok, thanks, missed that one, sorry!
But in my php.ini it looks like this
Code: Select all
[eAccelerator]
;extension=eaccelerator.dll
;eaccelerator.shm_size = "0"
;eaccelerator.cache_dir = "\xampp\tmp"
;eaccelerator.enable = "1"
;eaccelerator.optimizer = "1"
;eaccelerator.debug = "0"
;eaccelerator.check_mtime = "1"
;eaccelerator.filter = ""
;eaccelerator.shm_max = "0"
;eaccelerator.shm_ttl = "0"
;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.admin.name =
;eaccelerator.admin.password =

Should I uncomment all of that or just the lines mentioned in the FAQ?
(Zend is off, but ionCube loader is on.)

PostPosted: 03. April 2007 23:47
by Wiedmann
Should I uncomment all of that or just the lines mentioned in the FAQ?

IMHO you must uncomment the first (extension=...) and can the other.

but ionCube loader is on

I don't know if eAccelerator works together with this software.

I think, the eAccelerator manual or the eAccelerator user / support forum is a better place for such questions.