Normally, if you put those files in php\ext directory and add them o php.ini. it will work.
Here's my sample config in php.ini assuming that these eA extionsions are in c:\php\ext dir.
[eAaccelerator] extension="eAccelerator095_i284_5.2.1.dll" eaccelerator.shm_size="256" eaccelerator.cache_dir="c:\tmp\eaccelerator" eaccelerator.enable="1" eaccelerator.optimizer="1" eaccelerator.check_mtime="1" eaccelerator.debug="0" eaccelerator.log_file = "c:\tmp\eaccelerator_log" eaccelerator.name_space = "" eaccelerator.check_mtime = "1" eaccelerator.filter="" eaccelerator.shm_max="0" eaccelerator.shm_ttl="3600"; ( 3600 = 1 hour) eaccelerator.shm_prune_period="1800" ; ( testing 1800) eaccelerator.shm_only="1" ;(testing 1 this seem noticeably faster?) eaccelerator.compress="1" eaccelerator.compress_level="9" eaccelerator.keys = "shm_and_disk" eaccelerator.sessions = "shm_and_disk" eaccelerator.content = "shm_and_disk"; (testing) eaccelerator.allowed_admin_path = "D:\hosting\skzhosting.org\public_html\ea\"
I'm not sure abou the eLoader because I didnt use it. But I hope this will help u.
Joined: 2006-05-23
Normally, if you put those files in php\ext directory and add them o php.ini. it will work.
Here's my sample config in php.ini assuming that these eA extionsions are in c:\php\ext dir.
[eAaccelerator]
extension="eAccelerator095_i284_5.2.1.dll"
eaccelerator.shm_size="256"
eaccelerator.cache_dir="c:\tmp\eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.log_file = "c:\tmp\eaccelerator_log"
eaccelerator.name_space = ""
eaccelerator.check_mtime = "1"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="3600"; ( 3600 = 1 hour)
eaccelerator.shm_prune_period="1800" ; ( testing 1800)
eaccelerator.shm_only="1" ;(testing 1 this seem noticeably faster?)
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.keys = "shm_and_disk"
eaccelerator.sessions = "shm_and_disk"
eaccelerator.content = "shm_and_disk"; (testing)
eaccelerator.allowed_admin_path = "D:\hosting\skzhosting.org\public_html\ea\"
I'm not sure abou the eLoader because I didnt use it.
But I hope this will help u.