| | 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 | |
|---|