Author |
|
ileadu
Joined: 05 Dec 2008 Posts: 19
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 14 Mar '09 20:51 Post subject: |
|
|
That PHP source itself won't help chris to build eaccalerator |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Mon 16 Mar '09 21:25 Post subject: |
|
|
Chris has build a version for php-5.2.9-1
Thanks Chris !
Steffen |
|
Back to top |
|
knutkracker
Joined: 17 Mar 2009 Posts: 1
|
Posted: Tue 17 Mar '09 17:05 Post subject: |
|
|
Hi guys,
I just tried this build of eaccelerator with PHP 5.9.2-1 and got an error saying that eaccelerator was built for PHP 5.2.9 and that I should recompile it.
Am I doing something wrong? |
|
Back to top |
|
zx9
Joined: 18 Mar 2009 Posts: 33 Location: uruguay
|
Posted: Wed 18 Mar '09 20:06 Post subject: eAccelerator for php5.2.9-1 not function |
|
|
knutkracker wrote: | Hi guys,
I just tried this build of eaccelerator with PHP 5.9.2-1 and got an error saying that eaccelerator was built for PHP 5.2.9 and that I should recompile it.
Am I doing something wrong? |
me too.
wtf?
i post it to Chris, and not respond |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Thu 19 Mar '09 14:15 Post subject: |
|
|
I tried the new DLL for PHP 5.2.9-1 too and it won't load for me. I posted on sitebuddy but no response yet. |
|
Back to top |
|
muerte
Joined: 12 Jan 2006 Posts: 37
|
Posted: Thu 26 Mar '09 11:31 Post subject: |
|
|
Smitty wrote: | I tried the new DLL for PHP 5.2.9-1 too and it won't load for me. I posted on sitebuddy but no response yet. |
Yes, same problem here. eAccelerator causes PHP crashing on load.
maybe there's something wrong with the source code from PHP.net?
Thanks Chris anyway. |
|
Back to top |
|
Pierre
Joined: 23 Dec 2008 Posts: 23
|
Posted: Sat 28 Mar '09 6:29 Post subject: |
|
|
muerte wrote: | Smitty wrote: | I tried the new DLL for PHP 5.2.9-1 too and it won't load for me. I posted on sitebuddy but no response yet. |
Yes, same problem here. eAccelerator causes PHP crashing on load.
maybe there's something wrong with the source code from PHP.net?
Thanks Chris anyway. |
Does it work with 5.2.9? There is absolutely no change in PHP sources between 5.2.9 and 5.2.9-1. Only the cURL library has been updated. |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Sat 28 Mar '09 10:53 Post subject: |
|
|
The DLL for 5.2.9 works with PHP 5.2.9 but not 5.2.9-1. The DLL Chris built for 5.2.9-1 based on that source does not work. |
|
Back to top |
|
muerte
Joined: 12 Jan 2006 Posts: 37
|
Posted: Sat 28 Mar '09 11:58 Post subject: |
|
|
+1
eAccelerator-5.2.9.dll SHOULD work with PHP-5.2.9.1.
but it DOES NOT work. I doubt that the 5.2.9 and 5.2.9.1 are the same exept cURL. |
|
Back to top |
|
Pierre
Joined: 23 Dec 2008 Posts: 23
|
Posted: Sat 28 Mar '09 12:31 Post subject: |
|
|
muerte wrote: | +1
eAccelerator-5.2.9.dll SHOULD work with PHP-5.2.9.1.
but it DOES NOT work. I doubt that the 5.2.9 and 5.2.9.1 are the same exept cURL. |
I made both releases. They use the exact same branch.
Do you have an URL to the DLL you use? Or do you refer to the one available on this site (http://www.apachelounge.com/download/ the file eAccelerator-0.9.5.3-php5.2.8.zip)? |
|
Back to top |
|
muerte
Joined: 12 Jan 2006 Posts: 37
|
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Sat 28 Mar '09 15:49 Post subject: |
|
|
Correct, I tested using Chris's DLLs from the sitebuddy like muerte supplied. |
|
Back to top |
|
Pierre
Joined: 23 Dec 2008 Posts: 23
|
Posted: Sat 28 Mar '09 16:38 Post subject: |
|
|
Hi
Smitty wrote: | Correct, I tested using Chris's DLLs from the sitebuddy like muerte supplied. |
There are two main problems.
1. PHP 5.2.9-1 is only a new build, there is no source change in php itself. Only the curl library has been updated.
2. The version check in eaccelarator is wrong, there are two mistakes:
-5.2.9-1 should be equal to 5.2.9
-any 5.2.x is API and binary compatible with another 5.2.x release (for 5.2.6 and later). it should require a specific version
[/list]
But in both cases there is no issue in PHP itself but in eAccelarator (or its builds). |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Sat 28 Mar '09 17:57 Post subject: |
|
|
Great, thanks for the clarification and help, Pierre.
Does anybody have contact info for Chris at sitebuddy.com? Nobody has responded on their forum for a week. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 28 Mar '09 19:10 Post subject: |
|
|
Contacted today Chris, his answer:
Quote: | Hi Steffen,
Thank you for the notice.
Just tried to compile again get the same error (i.e. was compiled for 5.2.9).
Cheers,
Chris |
Chris removed the 5.2.9-1. For me not a big deal, because the main source is not changed in 5.2.9-1 and I am not using Curl. So stick with 5.2.9.
Steffen |
|
Back to top |
|
chrisd
Joined: 10 Sep 2006 Posts: 9 Location: Colorado
|
Posted: Sat 28 Mar '09 19:21 Post subject: |
|
|
James Blond wrote: | That PHP source itself won't help chris to build eaccalerator |
Exactly .
It looks like this source code is the same as 5.2.9.
We need to find the source code that was acutally used to build 5.2.9.1. (probably has modifed version number in some configuration files). |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Sat 28 Mar '09 19:37 Post subject: |
|
|
Steffen wrote: | Contacted today Chris, his answer:
Quote: | Hi Steffen,
Thank you for the notice.
Just tried to compile again get the same error (i.e. was compiled for 5.2.9).
Cheers,
Chris |
Chris removed the 5.2.9-1. For me not a big deal, because the main source is not changed in 5.2.9-1 and I am not using Curl. So stick with 5.2.9.
Steffen |
We're running Moodle which requires Curl. I'm starting to get a little worried by running 5.2.9 without the security fix. |
|
Back to top |
|
lollog
Joined: 05 Apr 2009 Posts: 2
|
Posted: Sun 05 Apr '09 17:49 Post subject: |
|
|
Looks like the "Uniform Server" guys has come up with som sort of solution to this. I tested their latest release, Mona 4.1 http://forum.uniformserver.com/index.php?showtopic=1625 and it seems to work with PHP 5.2.9-1 AND eAccelerator... |
|
Back to top |
|
muerte
Joined: 12 Jan 2006 Posts: 37
|
Posted: Sun 05 Apr '09 19:18 Post subject: |
|
|
Thanks for the nice nfo! |
|
Back to top |
|