Changes between Version 2 and Version 3 of DevelModuleList
- Timestamp:
- 2006-08-05T05:35:05+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelModuleList
v2 v3 25 25 Only mmap is supported as shm currently. 26 26 27 Files: [browser:trunk/myshm.h](common proto) [browser:trunk/mmap.c] 27 Files: 28 * [browser:trunk/myshm.h]: This is an proto and can be instanced in different way beside mmap. 29 * [browser:trunk/mmap.c] 28 30 29 31 === Locking === … … 36 38 37 39 === Administration === 38 XCache administration scripts. 40 XCache administration scripts. TheScriptingWay and PhpTepmlating is used. 39 41 40 42 Files: [browser:trunk/admin/] … … 46 48 Collect coverage info. 47 49 50 No ScriptingWay here. Because you might have many files included and covered in 1 page hit, performance is important making the test faster. 51 52 Files: [browser:trunk/coverager.h] [browser:trunk/coverager.c] 53 48 54 === Coverage Viewer === 49 Produce visual output from the coverage data. 55 Produce visual output from the coverage data. PhpTepmlating is used. 56 57 Files: [browser:trunk/coverager/] 50 58 51 59 === Live Test Runner === … … 56 64 57 65 == Disassembler == 58 Disassemble opcode data to asm code. 66 Disassemble opcode data to asm code. We use TheScriptingWay. 67 68 Files: 69 * [browser:trunk/processor/]: Disassembler works as an opcode processor. 70 * [browser:trunk/phpdop.phpr]: Executable. Dump opcode array. 59 71 60 72 === Decompiler === 61 Decompile opcode data to php code using Disassembler. 73 Decompile opcode data to php code using Disassembler. This is experminal and is for study only. 74 75 Files: 76 * [browser:trunk/Decompiler.class.php]: The core Decompiler class, it's partly. 77 * [browser:trunk/phpdc.phpr]: Executable. Usage: {{{./phpdc.phpr file}}} or {{{cat file | ./phpdc.php}}}, no bundle help yet. 62 78 63 79 == Encoder ==

