root/eaccelerator/trunk/eaccelerator.h


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @350 [350] 06/20/08 11:20:20 bart Failed to stage the commit properly
(edit) @348 [348] 06/20/08 11:20:17 bart First stab at php 5.3 support. Only fixes the script cache. phpMyAdmin …
(edit) @344 [344] 06/19/08 18:01:31 bart Remove support for all php versions older than php 5.1
(edit) @340 [340] 02/13/08 00:45:49 bart Add new opcodes introduced in PHP 5.3
(edit) @337 [337] 08/20/07 22:57:00 hans Added cache object creation timestamp (shm and disk)\nAltered control …
(edit) @330 [330] 08/20/07 15:15:06 hans * Changed crash handler error message format to Apache-style error log …
(edit) @329 [329] 08/20/07 13:34:13 bart Rewrite the calc_* values so it no longer uses the EAG(mem) global.
(edit) @299 [299] 02/15/07 17:04:24 bart Kick out the old filter implementation and use one based on fnmatch, this …
(edit) @286 [286] 01/04/07 19:57:38 bart Happy newyear! (Felt bored while studying)
(edit) @279 [279] 10/26/06 21:31:03 bart Fix encoding and decoding of eA and php versions. Only three numbers …
(edit) @273 [273] 09/18/06 12:47:22 hans Fixed unbalanced ifdef introduced by rev 269
(edit) @269 [269] 09/15/06 14:49:57 bart Reverse changeset 205 (doc-comment exclusion) from Tom Regner …
(edit) @266 [266] 08/23/06 16:44:46 hans Fixes for tickets #157 and #164
(edit) @265 [265] 08/14/06 18:13:49 hans fixed svn properties on trunk (eol-style and keywords)
(edit) @254 [254] 07/29/06 12:37:52 bart Do a big cleanup in struct naming
(edit) @253 [253] 07/29/06 11:44:09 bart * Don't use our own hash function, the one from the ZE is extremely much …
(edit) @249 [249] 07/27/06 16:45:55 bart * Wrong ifdef in compile fix for php 5.2 * Update config.w32, VC6 and …
(edit) @247 [247] 07/27/06 11:43:59 bart * Some fixes to make eAccelerator compile with php 5.2, this fixes bug …
(edit) @246 [246] 07/27/06 11:38:27 bart Killing the very broken encoder. Once when eAccelerator is in full …
(edit) @237 [237] 07/24/06 14:49:43 bart * Make clean routine support dir hashing. Again, this should be tested on …
(edit) @222 [222] 06/27/06 23:31:24 bart Reverted back to using our own list of restored files. Things should …
(edit) @221 [221] 06/27/06 14:49:05 bart * Redone the fix for bug #109, don't keep our own list of restored files, …
(edit) @220 [220] 06/27/06 12:12:03 bart * Fixed ifdef for #108 to use only on windows * Fix for bug #109, #31 and …
(edit) @219 [219] 06/26/06 18:06:23 bart * Fix ticket #108 * Removed webui.[c|h] from the windows project file
(edit) @212 [212] 06/02/06 14:42:48 hans * Removed two unused vars from the internal datastructures * Fixed …
(edit) @207 [207] 05/08/06 00:41:55 bart * Added directory hashing for md5 and inode based keys based on a patch …
(edit) @205 [205] 05/04/06 15:00:20 bart Don't store the doc_comments in op_array and class_entry. They are …
(edit) @195 [195] 04/06/06 18:49:25 hans Fixed handling of interfaces. This fixes sf.net bug #1440575
(edit) @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 …
(edit) @183 [183] 03/07/06 22:44:26 bart Moved some function defs from eaccelerator.h to the right files.
(edit) @178 [178] 03/06/06 10:08:40 bart Removed the old webui and made a new controlpanel en disassembler more …
(edit) @176 [176] 03/05/06 13:18:54 bart The nigthly cvs tarballs of sf aren't that nigthly at all. The commits …
(edit) @171 [171] 02/22/06 15:00:08 hrak * Workaround for "multiple definitions of symbol" thread-safe build …
(edit) @162 [162] 02/17/06 18:35:50 zoeloelip Merged PHP_5_1 branch with HEAD
(edit) @140 [140] 11/29/05 18:19:18 zoeloelip * Disabled the cache dir check, to much people complaining * fixed eLoader
(edit) @124 [124] 07/11/05 19:25:38 zoeloelip * ea_store.c and ea_restore.c functions clean up * extraced …
(edit) @123 [123] 07/10/05 10:12:34 zoeloelip * Renamed some macros from MMC (mmcache) to EA (eg MMCG is now EAG) * …
(edit) @119 [119] 07/09/05 11:29:47 zoeloelip Removed atexit code that only produced segfaults and didn't work (Patch …
(edit) @116 [116] 07/07/05 14:05:26 zoeloelip Code refactoring needed for the new encoder. Moved all store/calc …
(edit) @113 [113] 07/06/05 16:52:36 zoeloelip * Documented namespace option * New debug/log code. Make the code a lot …
(edit) @106 [106] 05/23/05 13:03:17 zoeloelip * Bumped version to 0.9.4-dev * Changed hash_mm prototype in …
(edit) @101 [101] 05/16/05 00:56:09 zoeloelip Added --without-eaccelerator-use-inode configure switch to disable the …
(edit) @76 [76] 05/06/05 17:05:15 zoeloelip Patch fixing eLoader. eLoader makes php5 segfault, on execution
(edit) @73 [73] 05/05/05 10:53:05 zoeloelip This patch fixes some stuff concerning configuration. With this patch some …
(edit) @64 [64] 04/26/05 16:48:00 zoeloelip * This commit contains the first part of the code refactoring. In this …
(edit) @49 [49] 12/28/04 00:15:15 everaldo_canuto Move encoder version information to eaccelerator.h, today this information …
(edit) @35 [35] 12/25/04 11:40:04 everaldo_canuto eaccelerator.name_space config parameter added. Patch 1090379
(edit) @24 [24] 12/22/04 10:40:01 everaldo_canuto Use of attribute to prevent segmentation fault.
(edit) @21 [21] 12/19/04 14:03:31 reinerj Change the address from dmitry to the SF account
(edit) @12 [12] 12/12/04 23:06:50 everaldo_canuto only cosmetical changes
(edit) @9 [9] 12/11/04 05:23:48 reinerj only cosmetical changes
(add) @4 [4] 12/10/04 17:08:36 everaldo_canuto Initial revision
Note: See TracRevisionLog for help on using the revision log.