You do not need to modify anything in your httpd.conf to get eaccelerator running. This line is not neccessary "Alias "/eaccelerator" "E:/applis/php442/eaccelerator"".
Where did you copy the eaccelerator.dll ?
Try loading eaccelerator directly:
comment out line with zend
and load eaccelerator with (make sure your eaccelerator.dll is in your php extension folder defined by extension_dir in your php.ini)
extension=eaccelerator.dll
Try loading eaccelerator
Salut Toto,
You do not need to modify anything in your httpd.conf to get eaccelerator running. This line is not neccessary "Alias "/eaccelerator" "E:/applis/php442/eaccelerator"".
Where did you copy the eaccelerator.dll ?
Try loading eaccelerator directly:
comment out line with zend
and load eaccelerator with (make sure your eaccelerator.dll is in your php extension folder defined by extension_dir in your php.ini)
extension=eaccelerator.dll
++,
C