root/eaccelerator/tags/0.9.3-rc2/ChangeLog

Revision 95, 6.1 kB (checked in by zoeloelip, 3 years ago)

Fix for must constructor related problems with encoded scripts and php5. Also a fixes
memory leak in the loader. (Thanks larnot)

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