installation problem

Hi Chris!

i have installed eaccelerator form the windows binaries on my machine according to the steps provided on this web site. but when i run the eaccelerator.php file it gives me error "eAccelerator is not installed" ???? i am using php 4.3.10. where i am going wrong

Regards,
tahir



Make sure you run PHP with the DLL

Hi Tahir,

Make sure you run PHP with the DLL not the .exe...

Cheers,
C

eAcc pb

Hi !

I've got the same problem and have a Windows message that the dll is not correct. I use eAcc 0.9.4.1 and PHP 4.3.10 on a Windows XP machine.

Can you be more precise on your request ? i don't know how to do...

Bye

A.

First make sure you have

First make sure you have PHP installed/running corectly ?

During your PHP install, when you performed the mapping from your php extension (like .php) to the PHP engine, make sure you mapped your php extension to the PHP DLL (probably php4isapi.dll) not the executable php.exe.

++,
C

Sometimes you need to

Sometimes you need to install it as Zend extension in PHP.ini !!

[Zend]
zend_extension_ts="e:\www\php\eaccelerator.dll"
eaccelerator.shm_size = "64"
.....