Changes between Version 12 and Version 13 of FeatureList
- Timestamp:
- 2006-09-20T06:17:12+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureList
v12 v13 6 6 * Support and tested on all lastest php cvs branches, such as PHP_4_3 PHP_4_4 PHP_5_0 PHP_5_1 PHP_5_2 HEAD (6.x) 7 7 * Alpha supported for in-alpha-php6, with unicode enabled. 8 * Readonly Cacher Protection that prevent the cache from corrupted by php-core/extensioncode other than XCache itself.8 * Readonly Cacher Protection that prevent the cache from being corrupted by php-core/extension or any code other than XCache itself. 9 9 * Atomic [wiki:XcacheApi get/set/inc/dec api] operation on var cache for php programmers. 10 * A XCache Uptime statistics collector (enable by server admin), showyou how stable each XCache version is on each php version. [TODO#1]11 * Self san e test at build time, discover c struct changes withinphp script engine. catch up with new php version easier. see [http://blog.lighttpd.net/articles/2006/04/04/one-more-opcache-for-php-preview#comment-214 a real life example] (notice the message 18, 19)12 * Auto disableitself if the cache is corrupted [TODO#2]10 * XCache Uptime statistics collector (enabled by server admin), shows you how stable each XCache version is on each php version. [TODO#1] 11 * Self sanity test at build time, discover C struct changes within the php script engine. catch up with new php version easier. see [http://blog.lighttpd.net/articles/2006/04/04/one-more-opcache-for-php-preview#comment-214 a real life example] (notice the message 18, 19) 12 * Automatically disables itself if the cache is corrupted [TODO#2] 13 13 * Optimizer [TODO] 14 14 * Encoder/Decoder(Loader) [TODO] 15 * Disassembler. to see how your php script is compiled into opcode. (not with enterprise encoder)15 * Disassembler. See how your php script is compiled into opcode. (not with enterprise encoder) 16 16 * Decompiler. decompile opcode into php code. (only half working, and not for enterprise encoder) 17 17 * Coverager, real life testcase framework, this include: [TOSHARE]

