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: Downloads eAccelerator V1.0 (DEV) (latest SVN) for Win32 Page 1, 2  Next
Author
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Sun 07 Feb '10 18:31    Post subject: Downloads eAccelerator V1.0 (DEV) (latest SVN) for Win32 Reply with quote

Hi all,

In this thread you can find the compiled versions of eAccelerator for Windows. The zip contains 2 dll's:

eAccelerator.dll (Non Thread Safe / NTS)
eAccelerator_ts.dll (Thread Safe)

Use the one that matches your PHP version.


PHP 5.3.1 VC9:
http://eac.qme.nl/eAccelerator_v1_0_svn403_for_v5_3_1.zip
PHP 5.2.12 VC6:
http://eac.qme.nl/eAccelerator_v1_0_svn403_for_v5_2_12-VC6.zip
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Mon 08 Feb '10 15:29    Post subject: Reply with quote

Thanks Millennium! I tested both in my 5.2.12 and 5.3.1 installations and they both work great.
Back to top
Steffen
Moderator


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

PostPosted: Mon 08 Feb '10 20:51    Post subject: Reply with quote

Could not find the change log for 1.0 ?

Steffen
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Tue 09 Feb '10 1:37    Post subject: Reply with quote

Steffen wrote:
Could not find the change log for 1.0 ?

Steffen



* A retab on eaccelerator.c
* Remove caching based on inodes
* Reimplement eaccelerator_stat to speed it up: the new ea_stat is
almost twice as fast as the old version with inodes. The tests were
done on a file that includes 10k empty files.
Increment version to 1.0-dev
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Thu 25 Feb '10 15:14    Post subject: Reply with quote

SVN412 is now released. Looks like they've fixed some more bugs.
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Thu 25 Feb '10 23:54    Post subject: Reply with quote

Smitty wrote:
SVN412 is now released. Looks like they've fixed some more bugs.


PHP 5.3.1 VC9:
http://eac.qme.nl/eAccelerator_v1_0_svn412_for_v5_3_1.zip

PHP 5.2.12 VC6:
http://eac.qme.nl/eAccelerator_v1_0_svn412_for_v5_2_12-VC6.zip


Last edited by Millennium on Fri 26 Feb '10 0:36; edited 1 time in total
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Thu 25 Feb '10 23:57    Post subject: Reply with quote

Works great, thanks Millennium. Will it build for PHP 5.2.12?
Back to top
Steffen
Moderator


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

PostPosted: Thu 25 Feb '10 23:57    Post subject: Reply with quote

I hardly want to ask if you have it already for v5_2_12-VC6

What are the changes Smile


Steffen
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Fri 26 Feb '10 0:09    Post subject: Reply with quote

Steffen wrote:
I hardly want to ask if you have it already for v5_2_12-VC6

What are the changes Smile


Steffen



- Fixed class static variable restore where parent was protected
static and child was public static. This would lead to error
'Access to undeclared static property' upon restore from cache
- Added proper handling of class properties during storing in
cache. Public/private/protected is properly handled now. Somehow
this was a long overdue TODO spotted by running the testsuite.
This fixes ticket #408
- Small fix that solves some issues with lambda (closure)
functions. This solves ticket #405
- Fixed double free in eaccelerator_globals_dtor. This closes ticket #404
- php_check_open_basedir only needs to be called when restoring
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Fri 26 Feb '10 0:39    Post subject: Reply with quote

Smitty wrote:
Works great, thanks Millennium. Will it build for PHP 5.2.12?


Your Wish, is my command Smile
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Fri 26 Feb '10 6:48    Post subject: Reply with quote

Wow, looks like PHP 5.2.13 was just released!

http://www.php.net/releases/5_2_13.php
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Fri 26 Feb '10 17:58    Post subject: Reply with quote

Thanks Millennium. SVN412 for PHP 5.2.12 is working great.
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Sat 27 Feb '10 4:30    Post subject: Reply with quote

Millennium,

Is there any chance you can build SVN412 for the newly released PHP 5.2.13?

Also, it looks like PHP 5.3.2 is at RC3 so it will be out soon as well.

Thanks, we all appreciate your work.
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Mon 01 Mar '10 0:19    Post subject: Reply with quote

PHP 5.2.13 VC6:
http://eac.qme.nl/eAccelerator_v1_0_svn412_for_v5_2_13-VC6.zip
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Mon 01 Mar '10 15:22    Post subject: Reply with quote

Works great! Thanks again.
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Thu 04 Mar '10 19:28    Post subject: Reply with quote

PHP 5.3.2 is now out! Looks like lots of good fixes and features.

http://www.php.net/

Edit: The Windows binaries are now available.


Last edited by Smitty on Mon 08 Mar '10 22:57; edited 1 time in total
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Sat 06 Mar '10 13:59    Post subject: Reply with quote

anybody have any luck compiling EAC for PHP 5.3.2 VC9 yet? Thanks!
Back to top
Millennium



Joined: 17 Apr 2006
Posts: 179
Location: Leiderdorp, NL, EU

PostPosted: Thu 11 Mar '10 0:00    Post subject: Reply with quote

PHP 5.3.2 VC9:
http://eac.qme.nl/eAccelerator_v1_0_svn412_for_v5_3_2.zip

PHP 5.2.13 VC6:
http://eac.qme.nl/eAccelerator_v1_0_svn412_for_v5_2_13-VC6.zip
Back to top
muerte



Joined: 12 Jan 2006
Posts: 37

PostPosted: Thu 11 Mar '10 2:12    Post subject: Reply with quote

Millennium wrote:
PHP 5.3.2 VC9:
http://eac.qme.nl/eAccelerator_v1_0_svn412_for_v5_3_2.zip
..


running on Windows 7 (x64), super speedy, so far so good(nts).

thanks! Smile
Back to top
MPGCAN



Joined: 11 Mar 2010
Posts: 5

PostPosted: Thu 11 Mar '10 15:15    Post subject: Reply with quote

Hi
I was wondering if someone would be kind enough to compile eAccelerator VC6 binaries for PHP 5.3.2

These I would like to include in the next release of Uniform Server

All the best
Ric
Back to top


Reply to topic   Topic: Downloads eAccelerator V1.0 (DEV) (latest SVN) for Win32 View previous topic :: View next topic
Post new topic   Forum Index -> Other Software Page 1, 2  Next