Changes between Version 13 and Version 14 of FeatureList
- Timestamp:
- 09/20/2006 06:17:48 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureList
v13 v14 2 2 3 3 * Optimized opcode cache. [http://pecl.php.net/apc apc], [http://www.eaccelerator.net eaccelerator] are also good opcode caches. 4 * Using a generator to produce C code, reduce human mistake greatly.4 * Using a generator to produce C code, reduces human mistake greatly. 5 5 * Running stable on PHP_4_3/PHP_4_4 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)6 * Supported 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 being corrupted by php-core/extension or any code other than XCache itself.8 * Readonly Cacher Protection that prevents 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 10 * XCache Uptime statistics collector (enabled by server admin), shows you how stable each XCache version is on each php version. [TODO#1]

