| | 1 | Jul 24, 2006 - Bart Vanbrabant |
|---|
| | 2 | ---------------------------------- |
|---|
| | 3 | |
|---|
| | 4 | * Released 0.9.5-rc1 |
|---|
| | 5 | |
|---|
| | 6 | Changes in this version (from 0.9.4): |
|---|
| | 7 | - This version brings full php 5.1 support, this has as side-effect that |
|---|
| | 8 | eAccelerator won't work anymore with php 4 on windows, on other |
|---|
| | 9 | platforms this isn't a problem. |
|---|
| | 10 | - The shared memory functions, session handler and content cache are |
|---|
| | 11 | disabled by default now. They are only used by a small amount of |
|---|
| | 12 | users and they could allow local users to fill up the memory, if they |
|---|
| | 13 | aren't secured properly. |
|---|
| | 14 | - The old web control panel and the disassembler have been removed |
|---|
| | 15 | from the code. They have been replaced with a set of php functions |
|---|
| | 16 | that allow the same functionality to be implemented in a PHP script. |
|---|
| | 17 | The control.php and the dasm.php files are such scripts. More |
|---|
| | 18 | information about this can be found in the README. |
|---|
| | 19 | - Memory footprint should be reduced because redundant information in |
|---|
| | 20 | the cached scripts is no longer stored. |
|---|
| | 21 | WARNING: The encoder and loader DO not support php 5.1 nor php 5.0 and contain |
|---|
| | 22 | a lot of bug for php 4. This is the last release the encoder/loader |
|---|
| | 23 | functionality will be available. Maybe later a new encoder/loader will be |
|---|
| | 24 | included but there aren't any plans for that. |
|---|
| | 25 | |
|---|
| | 26 | |
|---|