Page 1 of 1

How I can enable eaccelerator in XAMPP 1.7.4

PostPosted: 28. January 2011 10:48
by bogdanroxanutza
Hello!

How I can enable eaccelerator in XAMPP 1.7.4?

Thank you!

Re: How I can enable eaccelerator in XAMPP 1.7.4

PostPosted: 28. January 2011 11:02
by Sharley
Try this:
\xampp\php\php.ini file uncomment this line
Code: Select all
[eAccelerator]
;zend_extension = "C:\xampp\php\ext\php_eaccelerator.dll"
Assuming a default installation in the root of C: drive - your path may be different.

Good luck.

Re: How I can enable eaccelerator in XAMPP 1.7.4

PostPosted: 28. January 2011 11:07
by bogdanroxanutza
Hello!

Thank you for your answer! I will try that in a few minutes.

Re: How I can enable eaccelerator in XAMPP 1.7.4

PostPosted: 28. January 2011 11:17
by bogdanroxanutza
Hello!

I did that + a reset but nothing happened. The memory consumption of my script is still the same.

Can anyone help me on this?

Thank you!

Re: How I can enable eaccelerator in XAMPP 1.7.4

PostPosted: 28. January 2011 11:49
by Nobbie
bogdanroxanutza wrote:How I can enable eaccelerator in XAMPP 1.7.4?


You cannot enable eAccelerator in Xampp 1.7.4 - as it is (accidently) missing!

See viewtopic.php?f=4&t=44250 (German Post)

Re: How I can enable eaccelerator in XAMPP 1.7.4

PostPosted: 23. March 2011 12:22
by bitstream
Hi guys,
I run into the same problem but I manage to fix it.
Download eaccelerator for windows from here: http://www.apachelounge.com/viewtopic.php?p=17590
If you use apache download VC6, otherwise VC9.

Copy eAccelerator_ts.dll into ext and change the loading extension line to this:
Code: Select all
zend_extension = "E:\xampp\php\ext\eAccelerator_ts.dll"


If you go to phpinfo you will see that eaccelerator is loaded just fine.

Hope it helps.