root/eaccelerator/trunk/ChangeLog


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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 …
(edit) @239 [239] 07/24/06 15:11:54 bart Add a config.w32 file for static building of eAccelerator
(edit) @238 [238] 07/24/06 14:59:12 bart Update the VC2005 project files
(edit) @237 [237] 07/24/06 14:49:43 bart * Make clean routine support dir hashing. Again, this should be tested on …
(edit) @236 [236] 07/24/06 14:10:22 hans Fix for ticket #47 and #63, related to problems restoring empty strings …
(edit) @235 [235] 07/23/06 11:54:00 bart Fix ticket #143, seems that PHP < 5 doesn't make the extension lower case.
(edit) @233 [233] 07/22/06 16:59:37 bart Added a script to create a bugreport file with more information about …
(edit) @232 [232] 07/22/06 15:28:11 bart Also rewrite clean code for cache files on win32 for directory …
(edit) @231 [231] 07/22/06 12:07:15 bart Some zval macro's differ for php4 and 5, this fixes #146.
(edit) @230 [230] 07/19/06 16:11:01 bart Removed the code from mm.c that tried to allocate more then one segment …
(edit) @228 [228] 07/19/06 11:13:56 bart Use some more zval macro's to cleanup things a bit
(edit) @227 [227] 07/02/06 10:59:17 bart Made some fixes to ea_info.c to make eA compile on windows again. This …
(edit) @224 [224] 06/30/06 16:01:39 bart Cleaned up the checking for other incompatible extensions a bit. This …
(edit) @223 [223] 06/30/06 15:49:50 hans * Added ability to sort table columns by clicking on the table headings in …
(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) @213 [213] 06/06/06 13:01:05 hans * Fix for ticket #101 ('bailout' is used in zend_globals.h in a ZTS build)
(edit) @212 [212] 06/02/06 14:42:48 hans * Removed two unused vars from the internal datastructures * Fixed …
(edit) @210 [210] 05/15/06 01:42:51 bart Forgot to remove some debug messages for the filter bug.
(edit) @209 [209] 05/08/06 15:17:02 bart Changed the filter logic a bit, this fixes bug #72
(edit) @208 [208] 05/08/06 12:53:28 bart Make the disassembler do openbasedir checks before showing a file, this …
(edit) @207 [207] 05/08/06 00:41:55 bart * Added directory hashing for md5 and inode based keys based on a patch …
(edit) @206 [206] 05/04/06 15:25:49 bart Included patch from Stadler from ticket #23. It adds a nice menu and …
(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) @204 [204] 04/13/06 12:37:27 bart When content cache is used also compiled shared memory functions
(edit) @203 [203] 04/11/06 19:09:39 hans 64 bit compilation warning "cast to pointer from integer of different …
(edit) @202 [202] 04/11/06 18:06:58 bart * Removed FC compiled options from Makefile.in again, stupid me
(edit) @201 [201] 04/11/06 17:59:53 bart A lot of fixes to silence the compile warnings generated when compiling …
(edit) @199 [199] 04/11/06 13:39:39 bart * Fixed typo in optimizer which broke compilation for PHP != 5.1
(edit) @198 [198] 04/11/06 13:37:25 bart * Patch for dasm.php form Stadler, see #23
(edit) @197 [197] 04/11/06 13:10:01 bart * Silenced the unlock function for win32 until a windows developer can …
(edit) @196 [196] 04/10/06 01:12:36 bart * Fixed some typos in dasm.php * Added authentication to the disassembler
(edit) @195 [195] 04/06/06 18:49:25 hans Fixed handling of interfaces. This fixes sf.net bug #1440575
(edit) @194 [194] 04/06/06 16:57:25 hans Rewrote fix for sf.net bug #1442923. This should get rid of all 'Invalid …
(edit) @193 [193] 04/05/06 00:16:40 bart Fixed some error introduced by fixing some win32 stuff :(
Note: See TracRevisionLog for help on using the revision log.