| 1 |
Apr 11, 2006 - Bart Vanbrabant |
|---|
| 2 |
---------------------------------- |
|---|
| 3 |
|
|---|
| 4 |
* Released 0.9.5-beta2 |
|---|
| 5 |
|
|---|
| 6 |
There are some big changes in this beta: |
|---|
| 7 |
- The shared memory functions, session handler and content cache are |
|---|
| 8 |
disabled by default now. They are only used by a small amount of |
|---|
| 9 |
users and they could allow local users to fill up the memory, if they |
|---|
| 10 |
aren't secured properly. |
|---|
| 11 |
- The old web control panel and the disassembler have been removed |
|---|
| 12 |
from the code. They have been replaced with a set of php functions |
|---|
| 13 |
that allow the same functionality to be implemented in a PHP script. |
|---|
| 14 |
The control.php and the dasm.php files are such scripts. More |
|---|
| 15 |
information about this can be found in the README. |
|---|
| 16 |
- A lot of bugfixes which bring us closer to full PHP 5.1 support. |
|---|
| 17 |
This version is already quite stable and some people are already using it |
|---|
| 18 |
in production environments. Please test this beta2 as good and as much as |
|---|
| 19 |
you can. If you find a bug, report it back to us on the website and if |
|---|
| 20 |
possible add a small snippet of code so we can reproduce it. |
|---|
| 21 |
|
|---|
| 22 |
Feb 24, 2006 - Bart Vanbrabant |
|---|
| 23 |
---------------------------------- |
|---|
| 24 |
|
|---|
| 25 |
* Released 0.9.5-beta1 |
|---|
| 26 |
|
|---|
| 27 |
The first beta in the history of eAccelerator! This release mainly contains |
|---|
| 28 |
support for php 5.1 and some small bugfixes that got fixed along the way. |
|---|
| 29 |
This version fully passes the PHP 5.1 test suite so it's time to have a |
|---|
| 30 |
broader public testing the code. |
|---|
| 31 |
Most work has been done by Hans Rakers based on patches from Xuefer and |
|---|
| 32 |
Bart. Lyle also contributed some fixes. |
|---|
| 33 |
We feel this release is already more stable and better compatible with |
|---|
| 34 |
PHP 5 and 5.1 then the 0.9.4 release. We hope to make a stable release |
|---|
| 35 |
soon. The encoder hasn't received any love so it's still only compatible |
|---|
| 36 |
with PHP 4!. Please report all bug back to us. |
|---|
| 37 |
|
|---|
| 38 |
Feb 15, 2006 - Bart Vanbrabant |
|---|
| 39 |
---------------------------------- |
|---|
| 40 |
|
|---|
| 41 |
* Released 0.9.4 |
|---|
| 42 |
|
|---|
| 43 |
This release only contains some bugfixes and code cleanups. This release |
|---|
| 44 |
is still the old codebase. It doesn't contain any new code yet. |
|---|
| 45 |
- Some fixed were done to the encoder. The format changed a bit so I bumped |
|---|
| 46 |
up the encoder version. Because the encoder still isn't functional for |
|---|
| 47 |
php version other than php 4 you should only use this encoder if you want |
|---|
| 48 |
to have line numbers encoded. |
|---|
| 49 |
In next versions we will try to fix the encoder for php 5 and 5.1 |
|---|
| 50 |
- eA should be php 5 compatible except some very unusual cases. |
|---|
| 51 |
- This version DOESN'T support php 5.1 |
|---|
| 52 |
|
|---|
| 53 |
Feb 8, 2006 - Bart Vanbrabant |
|---|
| 54 |
---------------------------------- |
|---|
| 55 |
|
|---|
| 56 |
* Released 0.9.4-rc2 |
|---|
| 57 |
|
|---|
| 58 |
Some small problems were fixed since rc1. |
|---|
| 59 |
This release only contains some bugfixes and code cleanups. This release |
|---|
| 60 |
is still the old codebase. It doesn't contain any new code yet. |
|---|
| 61 |
- Some fixed were done to the encoder. The format changed a bit so I bumped |
|---|
| 62 |
up the encoder version. Because the encoder still isn't functional for |
|---|
| 63 |
php version other than php 4 you should only use this encoder if you want |
|---|
| 64 |
to have line numbers encoded. |
|---|
| 65 |
In next versions we will try to fix the encoder for php 5 and 5.1 |
|---|
| 66 |
- eA should be php 5 compatible except some very unusual cases. |
|---|
| 67 |
- This version DOESN'T support php 5.1 |
|---|
| 68 |
|
|---|
| 69 |
Nov 20, 2005 - Bart Vanbrabant |
|---|
| 70 |
---------------------------------- |
|---|
| 71 |
|
|---|
| 72 |
* Released 0.9.4-rc1 |
|---|
| 73 |
|
|---|
| 74 |
This release only contains some bugfixes and code cleanups. This release |
|---|
| 75 |
is still the old codebase. It doesn't contain any new code yet. |
|---|
| 76 |
|
|---|
| 77 |
May 18, 2005 - Franck Tabary |
|---|
| 78 |
---------------------------------- |
|---|
| 79 |
|
|---|
| 80 |
* Released 0.9.3 (Bernard's Release) |
|---|
| 81 |
|
|---|
| 82 |
Lot's of bugs have been fixed since 0.9.2a, for php4/php5, and it should be |
|---|
| 83 |
really more reliable than previous versions. |
|---|
| 84 |
The release is dedicated to Bart Vanbrabant and Bernard, his dog, who died |
|---|
| 85 |
the day of rc2. |
|---|
| 86 |
|
|---|
| 87 |
|
|---|
| 88 |
May 11, 2005 - Franck Tabary |
|---|
| 89 |
---------------------------------- |
|---|
| 90 |
|
|---|
| 91 |
* Released 0.9.3-rc2 (Bernard's Release) |
|---|
| 92 |
|
|---|
| 93 |
This release fixes lot's of bugs with php4/php5. Special thanks to Bart |
|---|
| 94 |
Vanbrabant, who spent a lot of time to fix theses bugs. |
|---|
| 95 |
Today, the dog of Bart (Bernard) died, so we will rename this release |
|---|
| 96 |
"Bernard's release" |
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 |
May 09, 2005 - Franck Tabary |
|---|
| 100 |
---------------------------------- |
|---|
| 101 |
|
|---|
| 102 |
* Released 0.9.3-rc1 |
|---|
| 103 |
|
|---|
| 104 |
This release fixes lot's of bugs with php4/php5. Special thanks to Bart |
|---|
| 105 |
Vanbrabant, who spent a lot of time to fix theses bugs. |
|---|
| 106 |
|
|---|
| 107 |
|
|---|
| 108 |
December 19, 2004 - Reiner Jung |
|---|
| 109 |
---------------------------------- |
|---|
| 110 |
|
|---|
| 111 |
* Released 0.9.2 |
|---|
| 112 |
|
|---|
| 113 |
This release fixes problems with php 4.3.10 and PHP 5. Also eLoader added to |
|---|
| 114 |
the package. eLoader is a standalone loader for encode files. |
|---|
| 115 |
|
|---|