logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: eAccelerator for PHP 5.2.2 released
Author
chrisd



Joined: 10 Sep 2006
Posts: 9
Location: Colorado

PostPosted: Sat 05 May '07 20:51    Post subject: eAccelerator for PHP 5.2.2 released Reply with quote

Hi All & particularly Steffen,

Just a quick note to let you know, i've released a new version of eAccelerator for PHP 5.2.2

You can find it here:
http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds

eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.

Cheers,
Chris
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7316
Location: Germany, Next to Hamburg

PostPosted: Sun 06 May '07 22:17    Post subject: Reply with quote

Do you have any experience how to configure it best?
Back to top
chrisd



Joined: 10 Sep 2006
Posts: 9
Location: Colorado

PostPosted: Wed 09 May '07 0:00    Post subject: Reply with quote

James Blond wrote:
Do you have any experience how to configure it best?


Hi James, this might help:
http://www.sitebuddy.com/PHP/Accelerators/eAccelerator

Also I release the Windows Binaries of eAccelerator 0.9.5.1 for PHP 4.4.7, 5.2.1 and 5.2.2:
http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds

Cheers,
Chris
Back to top
chrisd



Joined: 10 Sep 2006
Posts: 9
Location: Colorado

PostPosted: Mon 21 May '07 8:16    Post subject: Reply with quote

I compiled a new version of eAccelerator 0951 for php 522 with VC 2005.
http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds

Steffen, I noticed you release your modules with a ".manifest" file.
Do I need to also include one ? Will yours do ?
Users probably also need the VC++ Redistributable SP1, right ?

Also in the optimization section of VC 2005 do you pick any of the options to make this faster. After a quick read of the help file, I picked:
Only __inline (/Ob1)
Yes (/Oi)
Favor Fast Code (/Ot)
No
Enable link-time code generation (/GL)

Do you have any recommendation for these settings.

Thanks,
Chris from SiteBuddy.com
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Mon 21 May '07 19:24    Post subject: Reply with quote

Yep, I include httpd.exe.manifest for running Apache not build with VC8 eg. the distro from apache.org . I cannot recall the exact reason anymore, was a long time ago.

When there are issues with loading, try to pick the httpd.exe.manifest from the mod_security-2.1.1-win32.zip. This one has the manifest for SP1.

Nowadays in the readme files I have:

- If you run a binary *not* from the ApacheLounge, copy httpd.exe.manifest to .../apache2/bin

Yes the users need to install VC++ Redistributable SP1 with your build.

I did not play that much with optimization, sorry.


Steffen
Back to top
chrisd



Joined: 10 Sep 2006
Posts: 9
Location: Colorado

PostPosted: Mon 21 May '07 21:03    Post subject: Reply with quote

I'll just wait and see if anyone has any issue. It worked without any problem for me since I already had the required pieces (redis. VC SP1 + .manifest).

Thanks Steffen.
Back to top


Reply to topic   Topic: eAccelerator for PHP 5.2.2 released View previous topic :: View next topic
Post new topic   Forum Index -> Other Software