|
|
|
@348
|
[348]
|
06/20/08 11:20:17 |
bart |
First stab at php 5.3 support. Only fixes the script cache. phpMyAdmin … |
|
|
|
@347
|
[347]
|
06/19/08 18:01:36 |
bart |
Initialise pointers before using them
Fix buffer overflow |
|
|
|
@344
|
[344]
|
06/19/08 18:01:31 |
bart |
Remove support for all php versions older than php 5.1 |
|
|
|
@342
|
[342]
|
05/18/08 11:20:28 |
bart |
Add patch from ticket 232: removes an unlock that isn't needed there. |
|
|
|
@337
|
[337]
|
08/20/07 22:57:00 |
hans |
Added cache object creation timestamp (shm and disk)\nAltered control … |
|
|
|
@336
|
[336]
|
08/20/07 20:12:03 |
bart |
Fix some compile warnings introduced by today's and yesterday's … |
|
|
|
@333
|
[333]
|
08/20/07 18:40:16 |
bart |
Add code that checks the shared memory chunks if needed to make sure no … |
|
|
|
@330
|
[330]
|
08/20/07 15:15:06 |
hans |
* Changed crash handler error message format to Apache-style error log … |
|
|
|
@309
|
[309]
|
05/10/07 23:30:16 |
bart |
Commit patch from ticket #252: Don't make eA stop init of php when eA … |
|
|
|
@308
|
[308]
|
05/10/07 00:29:53 |
bart |
Casting of var 'len' to (int) in decode_version() to get rid of an VC++ 6 … |
|
|
|
@307
|
[307]
|
05/10/07 00:29:45 |
bart |
Add fnmatch.c and fnmatch.h and use it on win32 (Thanks to Daan <daan at … |
|
|
|
@306
|
[306]
|
05/10/07 00:29:37 |
bart |
Use php_strtok_r instead of strtok_r (Thanks to Daan <daan at parse.nl>) |
|
|
|
@303
|
[303]
|
04/21/07 13:34:41 |
bart |
Add patch from Nathanael (eaccelerator@polymorpheus.com) |
|
|
|
@299
|
[299]
|
02/15/07 17:04:24 |
bart |
Kick out the old filter implementation and use one based on fnmatch, this … |
|
|
|
@298
|
[298]
|
02/15/07 12:46:24 |
bart |
Use emalloc for filter lists, mixing memory from two allocators is enough. |
|
|
|
@296
|
[296]
|
02/13/07 22:23:53 |
bart |
Fix loading of cached scripts and data on disk |
|
|
|
@295
|
[295]
|
02/13/07 19:29:58 |
bart |
Some more year updates |
|
|
|
@294
|
[294]
|
02/13/07 18:39:01 |
bart |
Revert some changes form changeset @256 to fix bug #199 |
|
|
|
@291
|
[291]
|
02/13/07 16:11:14 |
bart |
Cleanup: Removed some commented out code, changed some debug statements,
… |
|
|
|
@287
|
[287]
|
01/29/07 23:33:40 |
bart |
* Removed some obsolete code |
|
|
|
@286
|
[286]
|
01/04/07 19:57:38 |
bart |
Happy newyear!
(Felt bored while studying) |
|
|
|
@281
|
[281]
|
10/26/06 22:35:04 |
bart |
-- |
|
|
|
@280
|
[280]
|
10/26/06 21:37:35 |
bart |
Damit, forgot to add this one to the changeset |
|
|
|
@272
|
[272]
|
09/15/06 17:46:10 |
bart |
* Don't free memory with efree that has been allocated from the eA shm … |
|
|
|
@267
|
[267]
|
08/29/06 13:35:21 |
hans |
Skip disk cache creation and clean/clear actions when operating in … |
|
|
|
@258
|
[258]
|
07/30/06 16:35:03 |
bart |
Clean up the session handler, removed old code for php < 4.3. |
|
|
|
@256
|
[256]
|
07/29/06 14:28:19 |
bart |
Remove some leftovers from restoring encoded scripts which only … |
|
|
|
@255
|
[255]
|
07/29/06 13:04:04 |
bart |
Move some functions around to make more of them static, this reduces the … |
|
|
|
@254
|
[254]
|
07/29/06 12:37:52 |
bart |
Do a big cleanup in struct naming |
|
|
|
@253
|
[253]
|
07/29/06 11:44:09 |
bart |
* Don't use our own hash function, the one from the ZE is extremely much
… |
|
|
|
@252
|
[252]
|
07/29/06 01:11:25 |
bart |
Use php realpath directly without wrapper, TSRM implements the realpath … |
|
|
|
@246
|
[246]
|
07/27/06 11:38:27 |
bart |
Killing the very broken encoder. Once when eAccelerator is in full
… |
|
|
|
@237
|
[237]
|
07/24/06 14:49:43 |
bart |
* Make clean routine support dir hashing. Again, this should be tested on … |
|
|
|
@228
|
[228]
|
07/19/06 11:13:56 |
bart |
Use some more zval macro's to cleanup things a bit |
|
|
|
@224
|
[224]
|
06/30/06 16:01:39 |
bart |
Cleaned up the checking for other incompatible extensions a
bit. This … |
|
|
|
@222
|
[222]
|
06/27/06 23:31:24 |
bart |
Reverted back to using our own list of restored files. Things should … |
|
|
|
@221
|
[221]
|
06/27/06 14:49:05 |
bart |
* Redone the fix for bug #109, don't keep our own list of restored files,
… |
|
|
|
@220
|
[220]
|
06/27/06 12:12:03 |
bart |
* Fixed ifdef for #108 to use only on windows
* Fix for bug #109, #31 and … |
|
|
|
@219
|
[219]
|
06/26/06 18:06:23 |
bart |
* Fix ticket #108
* Removed webui.[c|h] from the windows project file |
|
|
|
@213
|
[213]
|
06/06/06 13:01:05 |
hans |
* Fix for ticket #101 ('bailout' is used in zend_globals.h in a ZTS build) |
|
|
|
@210
|
[210]
|
05/15/06 01:42:51 |
bart |
Forgot to remove some debug messages for the filter bug. |
|
|
|
@209
|
[209]
|
05/08/06 15:17:02 |
bart |
Changed the filter logic a bit, this fixes bug #72 |
|
|
|
@207
|
[207]
|
05/08/06 00:41:55 |
bart |
* Added directory hashing for md5 and inode based keys based on a patch
… |
|
|
|
@201
|
[201]
|
04/11/06 17:59:53 |
bart |
A lot of fixes to silence the compile warnings generated when compiling … |
|
|
|
@193
|
[193]
|
04/05/06 00:16:40 |
bart |
Fixed some error introduced by fixing some win32 stuff :( |
|
|
|
@191
|
[191]
|
04/03/06 13:39:31 |
bart |
* Moved the FLOCK stuff to a place so it can be used by eLoader to
* Fixed … |
|
|
|
@178
|
[178]
|
03/06/06 10:08:40 |
bart |
Removed the old webui and made a new controlpanel en disassembler
more … |
|
|
|
@176
|
[176]
|
03/05/06 13:18:54 |
bart |
The nigthly cvs tarballs of sf aren't that nigthly at all. The commits … |
|
|
|
@175
|
[175]
|
02/28/06 01:01:17 |
zoeloelip |
- Changed the module entry url to eaccelerator.net and year
- Removed the … |
|
|
|
@173
|
[173]
|
02/24/06 12:43:53 |
hrak |
Altered the way debug output is in/excluded by adding a macro that … |
|
|
|
@171
|
[171]
|
02/22/06 15:00:08 |
hrak |
* Workaround for "multiple definitions of symbol" thread-safe build … |
|
|
|
@168
|
[168]
|
02/20/06 22:36:10 |
zoeloelip |
Fixed bypassing open_basedir restriction when the file was already
… |
|
|
|
@162
|
[162]
|
02/17/06 18:35:50 |
zoeloelip |
Merged PHP_5_1 branch with HEAD |
|
|
|
@156
|
[156]
|
02/09/06 11:51:05 |
zoeloelip |
On failure of mm initialisation, return FAILURE instead of disabling … |
|
|
|
@151
|
[151]
|
02/08/06 12:21:29 |
zoeloelip |
Aplied patch #142200
Fixed typo (patch #1409125) |
|
|
|
@150
|
[150]
|
02/08/06 10:45:50 |
zoeloelip |
The owner of the a sysvipc mutex will now be changed on creation of
of … |
|
|
|
@140
|
[140]
|
11/29/05 18:19:18 |
zoeloelip |
* Disabled the cache dir check, to much people complaining
* fixed eLoader |
|
|
|
@139
|
[139]
|
11/22/05 21:59:12 |
zoeloelip |
Some compile fixes |
|
|
|
@138
|
[138]
|
11/21/05 00:01:28 |
zoeloelip |
check_cache_dir is only done when shm_only = 0
Only eA is disabled when … |
|
|
|
@134
|
[134]
|
11/20/05 18:53:43 |
zoeloelip |
* Removed executor hooks, they weren't used anyway.
* Check if eA has a … |
|
|
|
@132
|
[132]
|
11/16/05 13:33:30 |
zoeloelip |
Patch for bug #1259695 from Alexy |
|
|
|
@123
|
[123]
|
07/10/05 10:12:34 |
zoeloelip |
* Renamed some macros from MMC (mmcache) to EA (eg MMCG is now EAG)
* … |
|
|
|
@121
|
[121]
|
07/09/05 13:31:10 |
zoeloelip |
Future check warning was done on uninitialised buf. |
|
|
|
@120
|
[120]
|
07/09/05 13:10:52 |
zoeloelip |
Code clean up and compile fixes for VC.net + VC.net project files update
… |
|
|
|
@119
|
[119]
|
07/09/05 11:29:47 |
zoeloelip |
Removed atexit code that only produced segfaults and didn't work
(Patch … |
|
|
|
@116
|
[116]
|
07/07/05 14:05:26 |
zoeloelip |
Code refactoring needed for the new encoder. Moved all store/calc
… |
|
|
|
@114
|
[114]
|
07/06/05 17:53:48 |
zoeloelip |
A compile fix for zend engine 1. |
|
|
|
@113
|
[113]
|
07/06/05 16:52:36 |
zoeloelip |
* Documented namespace option
* New debug/log code. Make the code a lot … |
|
|
|
@112
|
[112]
|
06/27/05 13:53:08 |
zoeloelip |
Fixed a buffer overflow in eaccelerator.c and cache.c. A string longer
… |
|
|
|
@111
|
[111]
|
06/24/05 10:38:41 |
zoeloelip |
The future check is removed because mtime are only checked on changes
so … |
|
|
|
@109
|
[109]
|
06/23/05 19:29:45 |
zoeloelip |
Added a warning message when php scripts have a modification time in
in … |
|
|
|
@106
|
[106]
|
05/23/05 13:03:17 |
zoeloelip |
* Bumped version to 0.9.4-dev
* Changed hash_mm prototype in … |
|
|
|
@94
|
[94]
|
05/11/05 10:19:10 |
zoeloelip |
VC compile fix |
|
|
|
@93
|
[93]
|
05/10/05 22:03:34 |
zoeloelip |
Last fix should only be compiled when using zend engine 2 |
|
|
|
@92
|
[92]
|
05/10/05 20:46:29 |
zoeloelip |
Final fix for the properties_info memleak/segfault, it uses a trick to … |
|
|
|
@90
|
[90]
|
05/10/05 12:56:56 |
zoeloelip |
This patch adds the right destructor for the propertiesinfo hashtable, but … |
|
|
|
@89
|
[89]
|
05/10/05 10:21:35 |
zoeloelip |
Added some includes to satisfy VC.NET (thanks to dakalka, patch 1198522) |
|
|
|
@81
|
[81]
|
05/09/05 19:47:41 |
zoeloelip |
Added destructor to properties_info hashtable in restore_class_entry, … |
|
|
|
@73
|
[73]
|
05/05/05 10:53:05 |
zoeloelip |
This patch fixes some stuff concerning configuration. With this patch some … |
|
|
|
@71
|
[71]
|
05/03/05 01:04:23 |
zoeloelip |
Fix needed to make the latest patch work with gcc 2.95 |
|
|
|
@69
|
[69]
|
05/02/05 10:56:59 |
zoeloelip |
Patch fixing php 5 constructor problems. Fixes bugs: 1179264, 1121757 and … |
|
|
|
@64
|
[64]
|
04/26/05 16:48:00 |
zoeloelip |
* This commit contains the first part of the code refactoring. In this … |
|
|
|
@60
|
[60]
|
01/14/05 02:38:29 |
segv74 |
fixes 1099498.
[ 1099498 ] Problems with IMP H3 (Horde) when restarting … |
|
|
|
@56
|
[56]
|
01/06/05 05:07:35 |
segv74 |
fix for bug 1091815. ( Encoded files and php4.3.10 ) |
|
|
|
@55
|
[55]
|
01/05/05 15:53:26 |
segv74 |
Fix following bugs.
- 1092128: Horde-hashs int the sourcecode of … |
|
|
|
@44
|
[44]
|
12/27/04 15:02:31 |
segv74 |
1. pretty disassembler's output
2. change FE_FETCH's opcode type from … |
|
|
|
@35
|
[35]
|
12/25/04 11:40:04 |
everaldo_canuto |
eaccelerator.name_space config parameter added. Patch 1090379 |
|
|
|
@31
|
[31]
|
12/23/04 20:54:08 |
everaldo_canuto |
Fixed compilation errors under Win32 and old versions of gcc. |
|
|
|
@24
|
[24]
|
12/22/04 10:40:01 |
everaldo_canuto |
Use of attribute to prevent segmentation fault. |
|
|
|
@23
|
[23]
|
12/22/04 00:15:22 |
everaldo_canuto |
Remove comments of old logo. |
|
|
|
@20
|
[20]
|
12/19/04 13:59:37 |
reinerj |
Change the address from dmitry to the SF account |
|
|
|
@19
|
[19]
|
12/18/04 19:34:56 |
everaldo_canuto |
New logo for eAccelerator. |
|
|
|
@18
|
[18]
|
12/18/04 15:34:06 |
everaldo_canuto |
include some #ifdef to solve comnpilation problens in PHP4. |
|
|
|
@17
|
[17]
|
12/17/04 23:42:34 |
everaldo_canuto |
Segv74 patchs for PHP5. New version 0.9.1 |
|
|
|
@12
|
[12]
|
12/12/04 23:06:50 |
everaldo_canuto |
only cosmetical changes |
|
|
|
@9
|
[9]
|
12/11/04 05:23:48 |
reinerj |
only cosmetical changes |
|
|
|
@4
|
[4]
|
12/10/04 17:08:36 |
everaldo_canuto |
Initial revision |