手机浏览 RSS 2.0 订阅 膘叔的简单人生 , 腾讯云RDS购买 | 超便宜的Vultr , 注册 | 登陆

xcache 发布3.0版本

首页 > PHP >

xcache也开始追求版本号了?
1.x的时候几年都没变。2.01刚发布3个月立刻就是3.0了?
虽然官网上说这是一个里程碑式的更新,但谁能说的清?

更新倒是不少:

API Changes
========
 * chg: proto array xcache_clear_cache(int type, [ int id = -1 ]). -1 means all cache splits
 * new: proto array xcache_enable_cache(int type, [ int id = -1, [ bool enable = true ] ])
 * new: proto array xcache_admin_namespace()
 * new: proto array xcache_set_namespace(string namespace)

Ini Settings Changes
========
 * new: xcache.disable_on_crash = Off
 * new: xcache.coverager_autostart = On
 * new: xcache.allocator = bestfit (no other option value yet)
 * new: xcache.var_allocator = bestfit (no other option value yet)

ChangeLog
========
 * closes #2: auto disable caching on crash
 * closes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode (>=PHP_5_3)
 * closes #174: updates api to support "clear all cache"
 * closes #198: support for caching protocol url
 * closes #287: namespace support
 * fixes #39: ini_set never work for xcache.coverager setting. use API instead
 * code refactor
   * uses extension= to load XCache. loading via zend_extension= is unsupported
   * split XCache features into multiple sub modules
 * updates XCache admin page
 * adds an diagnosis module to give professional advise, accessable via htdocs pages
 * cache can be enabled/disabled manually

反正,他们自我评价挺高的:XCache 3.0.0 released. Lots of improvements, bug fixes. This is a big new milestone refactoring most XCache code.

在首页的下载里面还写着:
2.1.x, unstable, devel, features
结果,3.0都Release了。。。
这年头。。。还能怎么办?




本站采用创作共享版权协议, 要求署名、非商业和保持一致. 本站欢迎任何非商业应用的转载, 但须注明出自"易栈网-膘叔", 保留原始链接, 此外还必须标注原文标题和链接.

Tags: xcache

« 上一篇 | 下一篇 »

只显示10条记录相关文章

APC支持php5.4了 (浏览: 21057, 评论: 0)

2条记录访客评论

大版本的更新是好事。只是我到现在也只能安装1.x的版本。这才是让我郁闷的地方。
PHP 5.3.3-7+squeeze14 with Suhosin-Patch (cli) (built: Aug  6 2012 14:18:06)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
    with XCache v1.3.0, Copyright (c) 2005-2009, by mOo
    with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
郁闷中。
没有人希望一个好的软件会变成版本号的追求者,firefox快赶上chrome了。xcache不要学啊

Post by gouki on 2012, November 6, 8:56 AM 引用此文发表评论 #1

3.0 是从 2.1.x 改过来的, 是遵循版本号规则. 服务器端的东西对稳定性要求特别严格, 通过大版本号的递增来标志/警告所有人这是代码级别上的大改动, 很有可能导致稳定性下降. 版本号的变化体现了软件是在大调整还是在精修
网站上是漏了更新中文页面内容

Post by moo on 2012, November 5, 4:59 PM 引用此文发表评论 #2


发表评论

评论内容 (必填):