eAccelerator 0.9.5-svn222-beta2 on W2K with Sambar Server
Hi !
On sambar server (http://www.sambar.com) you need to install EAC as follow (don't forget to correct your paths) :
[Zend]
zend_extension_ts="c:\www\php\eaccelerator.dll"
eaccelerator.shm_size = "64"
eaccelerator.cache_dir = "c:\www\tmp"
eaccelerator.enable = "1"
eaccelerator.optimizer = "1"
eaccelerator.check_mtime = "1"
eaccelerator.debug = "0"
eaccelerator.log_file = "c:\www\php\eaccelerator_log"
eaccelerator.name_space = ""
eaccelerator.filter = "*.php"
eaccelerator.shm_max = "10K"
eaccelerator.shm_ttl = "0"
eaccelerator.shm_prune_period = "1800"
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";
You can see that i use zend_extension_ts which is thread safe. I don't know why but control page and phpinfo tells me nothing about EAC if i install it as regular extension.
One thing is now strange - the control.php page shows 65 cached scripts but info about the files cached ?!
Caching enabled yes
Optimizer enabled yes
Memory usage 2.28% (1.46MB/ 64.00MB)
Free memory 62.54MB
Cached scripts 65
Removed scripts 0
Cached keys 0
Sometimes i get access violations, i don't know why, but it seems that it occured sometimes when i change a script which is currently cached on EAC disk folder.

delicious
digg
reddit
google
technorati
Joined: 2006-06-30