root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @355 [355] 06/20/08 15:50:40 bart Fix disassembler
(edit) @354 [354] 06/20/08 15:50:39 bart Use string to lookup function
(edit) @353 [353] 06/20/08 11:20:24 bart Remove php4 stuff from the config file
(edit) @352 [352] 06/20/08 11:20:23 bart optimize.c: In php 5.3 this field is const ea_restore.c: strings …
(edit) @351 [351] 06/20/08 11:20:22 bart Port do_alloca call to PHP 5.3
(edit) @350 [350] 06/20/08 11:20:20 bart Failed to stage the commit properly
(edit) @349 [349] 06/20/08 11:20:18 bart Fix user cache functions to work with php 5.3
(edit) @348 [348] 06/20/08 11:20:17 bart First stab at php 5.3 support. Only fixes the script cache. phpMyAdmin …
(edit) @347 [347] 06/19/08 18:01:36 bart Initialise pointers before using them Fix buffer overflow
(edit) @346 [346] 06/19/08 18:01:34 bart Update opcodes.c to php 5.1 as the lowest version like the other code
(edit) @345 [345] 06/19/08 18:01:33 bart Update some documentation
(edit) @344 [344] 06/19/08 18:01:31 bart Remove support for all php versions older than php 5.1
(edit) @343 [343] 05/18/08 11:44:55 bart Update release notes
(edit) @342 [342] 05/18/08 11:20:28 bart Add patch from ticket 232: removes an unlock that isn't needed there.
(edit) @341 [341]
(edit) @340 [340] 02/13/08 00:45:49 bart Add new opcodes introduced in PHP 5.3
(edit) @339 [339] 12/22/07 15:12:16 franck testing svn commit on the new server
(edit) @338 [338] 08/20/07 23:09:43 hans missed a gc call
(edit) @337 [337] 08/20/07 22:57:00 hans Added cache object creation timestamp (shm and disk)\nAltered control …
(edit) @336 [336] 08/20/07 20:12:03 bart Fix some compile warnings introduced by today's and yesterday's …
(edit) @335 [335] 08/20/07 19:39:51 bart Branch trunk for new caching code
(edit) @334 [334] 08/20/07 19:04:30 bart Use some macros to calculate the size
(edit) @333 [333] 08/20/07 18:40:16 bart Add code that checks the shared memory chunks if needed to make sure no …
(edit) @332 [332] 08/20/07 18:36:46 bart Rewrite store_* functions so they no longer use the EAG(mem) global.
(edit) @331 [331] 08/20/07 15:40:19 bart Rewrite the fixup_* functions they no longer use the EAG(mem) global
(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) @328 [328] 08/20/07 13:33:54 bart Rewrite the calc_* values so it no longer uses the EAG(mem) global.
(edit) @327 [327] 08/19/07 18:42:47 bart Improve storing of objects and fix bug #264
(edit) @326 [326] 08/19/07 16:20:56 bart Fix an E_NOTICE error in the control panel
(edit) @325 [325] 08/16/07 09:01:30 bart Fix a typo in the config file. #269
(edit) @324 [324] 08/14/07 13:08:41 hans Fix for #242 in 0.9.5 branch
(edit) @323 [323] 08/14/07 13:02:03 hans Fix for #242
(edit) @322 [322] 05/24/07 18:32:49 bart Revert stupid changes left over from debugging
(edit) @321 [321] 05/16/07 21:22:39 bart Remove unused tag
(edit) @320 [320] 05/16/07 21:21:51 bart Tags cleanup
(edit) @319 [319] 05/16/07 21:20:55 bart Tags cleanup
(edit) @318 [318] 05/16/07 21:20:07 bart Tags cleanup
(edit) @317 [317] 05/16/07 21:19:50 bart Tags cleanup
(edit) @316 [316] 05/16/07 21:18:39 bart Tags cleanup
(edit) @315 [315] 05/16/07 21:17:57 bart Tags cleanup
(edit) @314 [314] 05/16/07 21:17:07 bart Tags cleanup
(edit) @313 [313] 05/16/07 21:16:02 bart Same as 0.9.2a tag
(edit) @312 [312] 05/16/07 21:15:17 bart There is already a tag for this
(edit) @311 [311] 05/16/07 21:14:14 bart Remove unused branch
(edit) @310 [310] 05/16/07 21:12:11 bart Add tag for 0.9.5.1 release
(edit) @309 [309] 05/10/07 23:30:16 bart Commit patch from ticket #252: Don't make eA stop init of php when eA …
(edit) @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 …
(edit) @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 …
(edit) @306 [306] 05/10/07 00:29:37 bart Use php_strtok_r instead of strtok_r (Thanks to Daan <daan at parse.nl>)
(edit) @305 [305] 05/06/07 22:36:47 bart Prepare for 0.9.5.1 release
(edit) @304 [304] 05/06/07 22:24:05 bart Patch r283 from trunk
(edit) @303 [303] 04/21/07 13:34:41 bart Add patch from Nathanael (eaccelerator@polymorpheus.com)
(edit) @302 [302] 03/07/07 12:24:57 bart Apply the patch from #244 which causes heap corruption.
(edit) @301 [301] 02/15/07 17:56:41 bart Forgot to remove some really ugly debug code
(edit) @300 [300] 02/15/07 17:39:22 bart Move spinlock stuff into mm.c, no need for an extra file with extra …
(edit) @299 [299] 02/15/07 17:04:24 bart Kick out the old filter implementation and use one based on fnmatch, this …
(edit) @298 [298] 02/15/07 12:46:24 bart Use emalloc for filter lists, mixing memory from two allocators is enough.
(edit) @297 [297] 02/13/07 23:42:38 bart Fixed a bug in the zend_class_entry dump debug routine
(edit) @296 [296] 02/13/07 22:23:53 bart Fix loading of cached scripts and data on disk
(edit) @295 [295] 02/13/07 19:29:58 bart Some more year updates
(edit) @294 [294] 02/13/07 18:39:01 bart Revert some changes form changeset @256 to fix bug #199
(edit) @293 [293] 02/13/07 18:02:18 bart Create 0.9.5 release tag
(edit) @292 [292] 02/13/07 17:18:58 bart Check if those array indices are set before testing them in control.php
(edit) @291 [291] 02/13/07 16:11:14 bart Cleanup: Removed some commented out code, changed some debug statements, …
(edit) @290 [290] 02/13/07 15:58:54 bart Always compile a ea_debug_error message in ea_restore.c
(edit) @289 [289] 02/13/07 15:57:18 bart Fixed a nullpointer dereference in some special cases in ea_restore.c:509
(edit) @288 [288] 02/13/07 15:54:41 bart * Added a function to dump an eaccelerator class entry in debug.c * …
(edit) @287 [287] 01/29/07 23:33:40 bart * Removed some obsolete code
(edit) @286 [286] 01/04/07 19:57:38 bart Happy newyear! (Felt bored while studying)
(edit) @285 [285] 11/14/06 16:39:11 bart * add some more isset for e_all error reporting
(edit) @284 [284] 11/08/06 15:02:28 bart Forgot to include changeset [251] when porting php 5.2 support to the …
(edit) @283 [283] 11/04/06 14:12:52 bart It seems I'm longer able to do simple comparisons, this should fix …
(edit) @282 [282] 10/26/06 22:58:00 bart Make the control panel work with E_ALL
(edit) @281 [281] 10/26/06 22:35:04 bart --
(edit) @280 [280] 10/26/06 21:37:35 bart Damit, forgot to add this one to the changeset
(edit) @279 [279] 10/26/06 21:31:03 bart Fix encoding and decoding of eA and php versions. Only three numbers …
(edit) @278 [278] 10/19/06 15:11:35 hans Replaced short php opening tags in control.php, Fixed typo in NEWS file, …
(edit) @277 [277] 10/11/06 16:13:29 bart Prepare 0.9.5 release
(edit) @276 [276] 10/11/06 13:25:18 bart * Fix a bug in the ttl of the cache. see ticket #182
(edit) @275 [275] 09/19/06 18:29:31 hans Get session config variables from local values instead of global values. …
(edit) @274 [274] 09/18/06 13:05:52 hans some more ifdef fixing
(edit) @273 [273] 09/18/06 12:47:22 hans Fixed unbalanced ifdef introduced by rev 269
(edit) @272 [272] 09/15/06 17:46:10 bart * Don't free memory with efree that has been allocated from the eA shm …
(edit) @271 [271] 09/15/06 17:01:01 bart Only put the function that has the same name as the class as contructor …
(edit) @270 [270] 09/15/06 15:15:06 bart Add php 5.2 support. These are minimal changes so they shouldn't affect …
(edit) @269 [269] 09/15/06 14:49:57 bart Reverse changeset 205 (doc-comment exclusion) from Tom Regner …
(edit) @268 [268] 08/29/06 15:13:22 hans Skip disk cache creation and clean/clear actions when operating in …
(edit) @267 [267] 08/29/06 13:35:21 hans Skip disk cache creation and clean/clear actions when operating in …
(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) @264 [264] 08/06/06 22:44:23 bart * Fix stupid bug (#159) * Handle returning null instead of array (#156)
(edit) @263 [263] 08/06/06 22:43:46 bart * Fix stupid bug (#159) * Handle returning null instead of array …
(edit) @262 [262] 08/03/06 13:24:22 bart * zend_do_inheritance can't be called with TSRMLS_CC when using php 4, …
(edit) @261 [261] 08/03/06 13:11:09 bart ea_info and ea_dasm: if eaccelerator_mm_instance is NULL, just return …
(edit) @260 [260] 08/03/06 12:47:59 bart zend_do_inheritance can't be called with TSRMLS_CC when using php 4, …
(edit) @259 [259] 07/30/06 16:56:41 bart * Fixed detection of SysV IPC shared memory and made anonymous mmap the …
(edit) @258 [258] 07/30/06 16:35:03 bart Clean up the session handler, removed old code for php < 4.3.
(edit) @257 [257] 07/30/06 13:09:59 bart Fixed detection of SysV IPC shared memory and made anonymous mmap …
(edit) @256 [256] 07/29/06 14:28:19 bart Remove some leftovers from restoring encoded scripts which only …
Note: See TracRevisionLog for help on using the revision log.