| 1 |
2005-05-18 Franck Tabary <franck34 at users.sourceforge.net> |
|---|
| 2 |
|
|---|
| 3 |
* released eAccelerator 0.9.3 final |
|---|
| 4 |
|
|---|
| 5 |
2005-05-16 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 6 |
* Added --without-eaccelerator-use-inode configure switch to disable the use |
|---|
| 7 |
of inode numbers for the hash keys (Feature request 1201159). The default |
|---|
| 8 |
behaviour doesn't change. |
|---|
| 9 |
* Fix for bug 1202296 based on patch 1202708 |
|---|
| 10 |
|
|---|
| 11 |
2005-05-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 12 |
* Compile fix for bug 1201564. |
|---|
| 13 |
|
|---|
| 14 |
2005-05-14 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 15 |
|
|---|
| 16 |
* The session lifetime patch only fixed the problem when using one type of session handler. It's now |
|---|
| 17 |
also fixed for the other type of session handler. |
|---|
| 18 |
|
|---|
| 19 |
2005-05-12 Franck Tabary <franck34 at users.sourceforge.net> |
|---|
| 20 |
|
|---|
| 21 |
* released eAccelerator 0.9.3-rc2 |
|---|
| 22 |
|
|---|
| 23 |
2005-05-11 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 24 |
|
|---|
| 25 |
* Fix for must constructor related problems with encoded scripts and php5. Also a fixes |
|---|
| 26 |
memory leak in the loader. (Thanks larnot) |
|---|
| 27 |
|
|---|
| 28 |
2005-05-10 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 29 |
|
|---|
| 30 |
* Added some includes to satisfy VC.NET (thanks to dakalka, patch 1198522) |
|---|
| 31 |
* This patch adds the right destructor for the propertiesinfo hashtable, but it doesn't fix bug 1179270 |
|---|
| 32 |
* Updated README.win32 with some extra information from Larnot |
|---|
| 33 |
|
|---|
| 34 |
2005-05-09 Franck Tabary <franck34 at users.sourceforge.net> |
|---|
| 35 |
* released eAccelerator 0.9.3-rc1 |
|---|
| 36 |
|
|---|
| 37 |
2005-05-09 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 38 |
|
|---|
| 39 |
* Fixes the segfault when loading encoded script with eloader and php5 |
|---|
| 40 |
* Commited README.win32 with instructions to compile eAccelerator on windows |
|---|
| 41 |
* Add the destructor to properties info hashtable in restore_class_entry, fixes bug 1179270 |
|---|
| 42 |
|
|---|
| 43 |
2005-05-06 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 44 |
|
|---|
| 45 |
* Patch fixing eLoader compilation. |
|---|
| 46 |
|
|---|
| 47 |
2005-05-05 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 48 |
|
|---|
| 49 |
* This patch fixes some stuff concerning configuration. With this patch |
|---|
| 50 |
some parts that are forgotten with the code split are fixed. |
|---|
| 51 |
They are also needed to compile eA with VC. The other stuff should make it possible |
|---|
| 52 |
to compile eA as a static module for php. |
|---|
| 53 |
* Updated VC project files |
|---|
| 54 |
|
|---|
| 55 |
2005-05-02 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 56 |
|
|---|
| 57 |
* Patch fixing php 5 constructor problems. Fixes bugs 1179264, 1121757 and 1099693 |
|---|
| 58 |
* Added switch -w to encoder so you can encode file without the check for eloader. This is |
|---|
| 59 |
based on patch 1191147 with some fixes. |
|---|
| 60 |
|
|---|
| 61 |
2005-04-26 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> |
|---|
| 62 |
|
|---|
| 63 |
* The first part of the code refactoring. In this part the monolitic |
|---|
| 64 |
eaccelerator.c file has been split up in more logical blocks. |
|---|
| 65 |
- cache.c/cache.h contains the procedure for shm.c/session.c/content.c to add user_cache entries to the ea cache |
|---|
| 66 |
- shm.c/shm.h contains the eaccelerator shared memory functions |
|---|
| 67 |
- session.c/session.h contains the session related stuff |
|---|
| 68 |
- webui.c/webui.h contains all stuff related to the webinterface and disassembler |
|---|
| 69 |
- debug.c/debug.h contains some procedures to print debug information |
|---|
| 70 |
- content.h contains the php content caching prototype instead of eaccelerator.h |
|---|
| 71 |
* Added --without-eaccelerator-shared-memory and --without-eaccelerator-webui configure switches |
|---|
| 72 |
|
|---|
| 73 |
Bugfixes included: |
|---|
| 74 |
* Patch 1188510 eaccelerator_compile_file typos |
|---|
| 75 |
* Patch 1189792 session life time patch |
|---|
| 76 |
* Patch 1167069 HAS_ATTRIBUTE fix with FreeBSD 4.x |
|---|
| 77 |
* Patch 1166707 loader patch for OOP functions in PHP5 |
|---|
| 78 |
* Patch 1173095 mm_alloc & mm_free clash with libirc |
|---|
| 79 |
* Fix for 1178588, 1153030 and patch 1189852. Fixes the endless loop when reseting a non array. |
|---|
| 80 |
The optimisation for that caused this is removed for zend engine 2 and 1 because |
|---|
| 81 |
php >= 4.3.11 is also affected, so this will be useless in some time. |
|---|
| 82 |
|
|---|
| 83 |
2005-01-14 Shin Seung Woo <segv74 at gmail.com> |
|---|
| 84 |
|
|---|
| 85 |
* fixes 1099498 Problems with IMP H3 (Horde) when restarting apache2 |
|---|
| 86 |
( bug was lied on fix_zval(), it didn't check IS_CONSTANT_INDEX flag. ) |
|---|
| 87 |
|
|---|
| 88 |
2005-01-06 Shin Seung Woo <segv74 at gmail.com> |
|---|
| 89 |
|
|---|
| 90 |
* fix for bug 1091815. ( Encoded files and php4.3.10 ) |
|---|
| 91 |
|
|---|
| 92 |
2005-01-05 Shin Seung Woo <segv74 at gmail.com> |
|---|
| 93 |
|
|---|
| 94 |
Fixed following bugs: |
|---|
| 95 |
* 1092128 Horde-hashs int the sourcecode of eaccelerator.c |
|---|
| 96 |
* 1091960 include_once include files multiple times |
|---|
| 97 |
|
|---|
| 98 |
2004-12-28 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 99 |
|
|---|
| 100 |
* encoder.php Fix references to "oloader". |
|---|
| 101 |
|
|---|
| 102 |
2004-12-28 Reiner Jung <r.jung at think-e.com.br> |
|---|
| 103 |
|
|---|
| 104 |
* eAccelerator 0.9.2a release |
|---|
| 105 |
|
|---|
| 106 |
2004-12-27 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 107 |
|
|---|
| 108 |
* Move encoder version information to eaccelerator.h, today |
|---|
| 109 |
this information are in two places, encoder.h and loader.h |
|---|
| 110 |
now it is unified. |
|---|
| 111 |
* Some updates "mmcache" -> "eAccelerator". |
|---|
| 112 |
|
|---|
| 113 |
2004-12-27 Reiner Jung <r.jung at think-e.com.br> |
|---|
| 114 |
|
|---|
| 115 |
* eAccelerator 0.9.2 release. |
|---|
| 116 |
|
|---|
| 117 |
2004-12-27 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 118 |
|
|---|
| 119 |
* encoder.c Increment encoder version. |
|---|
| 120 |
* encoder.php Fix name of standalone loader "eloader". |
|---|
| 121 |
* win32/* build files for VS6, Thanks to Lyle Arnot. |
|---|
| 122 |
* accelerator_version.h Release updated to 0.9.2. |
|---|
| 123 |
|
|---|
| 124 |
2004-12-27 Shin Seung Woo <segv74 at gmail.com> |
|---|
| 125 |
|
|---|
| 126 |
* optimize.c Fix array -= += .= bug in PHP5. |
|---|
| 127 |
* Pretty disassembler's output. |
|---|
| 128 |
* Change FE_FETCH's opcode type from EXT_FETCH to EXT_FE (FE = foreach). |
|---|
| 129 |
|
|---|
| 130 |
2004-12-25 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 131 |
|
|---|
| 132 |
* win32/* build files for Visual Studio, now works in Win32. Thanks |
|---|
| 133 |
Lyle Arnot for provide this files. |
|---|
| 134 |
* eLoader added eLoader is a standalone loader for encode files. |
|---|
| 135 |
* eaccelerator.name_space config parameter added. Patch 1090379. |
|---|
| 136 |
* fix foreach error in PHP 4.3.10. Thanks to Ilkka Huotari. |
|---|
| 137 |
* encoder.php fix error message when eAccelerator are not loaded. |
|---|
| 138 |
|
|---|
| 139 |
2004-12-24 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 140 |
|
|---|
| 141 |
* loader.c fixed constant COMPILE_DL_ELOADER. Thanks to Lyle A. |
|---|
| 142 |
|
|---|
| 143 |
2004-12-23 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 144 |
|
|---|
| 145 |
* COPYING license file fixed. |
|---|
| 146 |
* Fixed compilation errors under Win32 and old versions of gcc. |
|---|
| 147 |
|
|---|
| 148 |
2004-12-22 ReinerJ <reinerj at users.sourceforge.net> |
|---|
| 149 |
|
|---|
| 150 |
* eaccelerator.ini for distrib which have /etc/php.d |
|---|
| 151 |
|
|---|
| 152 |
2004-12-22 Franck34 <franck34 at users.sourceforge.net> |
|---|
| 153 |
|
|---|
| 154 |
* README file updated |
|---|
| 155 |
|
|---|
| 156 |
2004-12-22 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 157 |
|
|---|
| 158 |
* Segmentation fault problems fixed. |
|---|
| 159 |
|
|---|
| 160 |
2004-12-19 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 161 |
|
|---|
| 162 |
* Segv patchs for PHP5 applyed. |
|---|
| 163 |
* Some bug fixes to work on PHP4 and PHP5. |
|---|
| 164 |
|
|---|
| 165 |
2004-12-09 Everaldo Canuto <everaldo_canuto at yahoo.com.br> |
|---|
| 166 |
|
|---|
| 167 |
* first public release 0.9.0 based on Turck MMCache. |
|---|