root/eaccelerator/trunk/ChangeLog


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @426 [426] 07/28/10 11:41:24 bart Make the error message about creating the cache directory more clear.
(edit) @425 [425] 07/26/10 16:44:02 hans Fix for ticket #432 + some Changelog formatting tweaks
(edit) @424 [424] 07/11/10 23:03:31 bart Windows reverted to the old way, to hard to get a uid.
(edit) @418 [418] 06/03/10 13:13:47 hans Fixed compilation against php-5.1. This closes ticket #426.
(edit) @411 [411] 02/25/10 11:54:31 hans * Fixed class static variable restore where parent was protected …
(edit) @409 [409] 02/24/10 12:05:43 hans Fixed double free in eaccelerator_globals_dtor. This closes ticket #404
(edit) @406 [406] 02/18/10 14:49:23 hans php_check_open_basedir only needs to be called when restoring
(edit) @405 [405] 02/18/10 13:53:07 hans Remove some leftover debug output that broke compilation with php-5.2 and …
(edit) @397 [397] 02/04/10 17:10:28 bart Now really add the sched_yield command and not only in commented out
(edit) @395 [395] 02/04/10 16:53:03 hans Fixed linking of ZEND_DECLARE_INHERITED_CLASS_DELAYED across bb's in the …
(edit) @394 [394] 02/04/10 11:31:26 bart Remove some leftovers from the lock api
(edit) @393 [393] 02/03/10 15:06:05 bart Fix spinlocks on Solaris with Sun Compiler. #325
(edit) @392 [392] 02/03/10 14:38:00 bart Add a call to sched_yield after a failed spinlock to prevent …
(edit) @391 [391] 02/03/10 13:55:19 bart Use snprintf the right way. See #290
(edit) @390 [390] 02/03/10 13:41:59 bart Enable check_mtime usage again
(edit) @389 [389] 02/03/10 13:41:58 bart Enable phar caching: Files in included from a phar file are cached now. …
(edit) @388 [388] 02/03/10 13:41:57 bart Include the resolve path function from php so it is available for older …
(edit) @387 [387] 02/03/10 13:41:56 bart Fix two compiler warnings
(edit) @385 [385] 02/01/10 16:59:16 bart * A retab on eaccelerator.c * Remove caching based on inodes * Reimplement …
(edit) @381 [381] 01/26/10 15:25:28 bart Prepare release for 0.9.6-rc2
(edit) @379 [379] 01/21/10 13:14:44 hans Set op_array->early_binding in a later stage. This fixes ticket #394
(edit) @378 [378] 01/20/10 16:47:39 hans Win32 VC6 project file update
(edit) @377 [377] 01/20/10 15:58:03 hans * Some more work on delayed early binding. This fixes ticket #388 * Some …
(edit) @375 [375] 01/19/10 16:49:13 bart Update year in copyright
(edit) @373 [373] 01/19/10 15:43:30 hans Win32 ZTS fixes and updated Win32 project files
(edit) @372 [372] 01/19/10 15:05:38 hans * Implemented ZEND_GOTO * Implemented delayed early binding for php-5.3. …
(edit) @371 [371] 12/23/09 14:41:08 hans PHP 5.3 ZEND_JMP_SET support
(edit) @370 [370] 12/23/09 12:40:39 hans * Fixed ticket #383 (crash on ZEND_ADD_INTERFACE) * check_mtime can now be …
(edit) @369 [369] 12/01/09 12:30:55 hans Win32 compilation fixes, updated VC++ project file to VC++ 2008 format
(edit) @368 [368] 11/30/09 16:51:37 hans * Some quick and dirty tweaks to dasm.php to sync looks with control.php * …
(edit) @367 [367] 11/30/09 12:53:04 hans * Added a whole bunch of standard functions to opt_result_is_numeric() * …
(edit) @366 [366] 11/25/09 18:05:48 hans PHP 5.3 optimizer and general fixes, some cleanups
(edit) @364 [364] 11/11/09 16:35:06 hans Fixed ticket #194, updated opcode.c
(edit) @362 [362] 11/11/09 14:20:35 bart Add the optimizer back
(edit) @360 [360] 11/11/09 12:59:39 hans fixes for tickets #104 and #371
(edit) @359 [359] 11/11/09 12:34:28 bart - Remove all non-core functionality - Update version to 0.9.6-rc1
(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) @344 [344] 06/19/08 18:01:31 bart Remove support for all php versions older than php 5.1
(edit) @342 [342] 05/18/08 11:20:28 bart Add patch from ticket 232: removes an unlock that isn't needed there.
(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) @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) @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) @323 [323] 08/14/07 13:02:03 hans Fix for #242
(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) @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) @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) @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) @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) @283 [283] 11/04/06 14:12:52 bart It seems I'm longer able to do simple comparisons, this should fix …
(edit) @281 [281] 10/26/06 22:35:04 bart --
(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) @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) @269 [269] 09/15/06 14:49:57 bart Reverse changeset 205 (doc-comment exclusion) from Tom Regner …
(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) @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) @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) @256 [256] 07/29/06 14:28:19 bart Remove some leftovers from restoring encoded scripts which only …
(edit) @255 [255] 07/29/06 13:04:04 bart Move some functions around to make more of them static, this reduces the …
(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) @252 [252] 07/29/06 01:11:25 bart Use php realpath directly without wrapper, TSRM implements the realpath …
(edit) @251 [251] 07/28/06 22:32:06 bart Restore the class entry of zend_property_info when using php 5.2, this …
(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) @248 [248] 07/27/06 15:38:44 bart Fix bug #145, objects are serialized when they are stored in shared …
(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) @245 [245] 07/27/06 11:35:15 bart Branched 0.9.5, development for 0.9.6 will start in trunk Bumped up …
(edit) @242 [242] 07/25/06 14:56:22 bart Fix loader.c too so we don't get any linking errors.
(edit) @241 [241] 07/25/06 14:31:24 bart Fix restoring of opcode handler for php 5.0.5 when files are loaded …
Note: See TracRevisionLog for help on using the revision log.