社区应用 最新帖子 精华区 社区服务 会员列表 统计排行
  • 869阅读
  • 0回复

[共享]eAccelerator 0.9.6.1 for php 5.3.24 vc9 nts(非线程安全)/ts(线程安全)

楼层直达
级别: 管理员
发帖
28221
飞翔币
1597
威望
888
飞扬币
132188
信誉值
0

— 本帖被 霸王硬上弓 执行加亮操作(2013-04-30) —
此版本的php主要解决以下问题:
引用
11-April-2013
  • Core:
  • Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
  • Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
  • Fixed bug #62343 (Show class_alias In get_declared_classes()).
PCRE:
  • Merged PCRE 8.32.
mysqlnd:
  • Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).
DateTime:
  • Fixed bug #62852 (Unserialize Invalid Date causes crash).
Zip:
  • Fixed bug #64452 (Zip crash intermittently).


eAccelerator是一个自由开放源码php加速器,优化和动态内容缓存,提高了php脚本的缓存性能,使得PHP脚本在编译的状态下,对服务器的开销几乎完全消除。 它还有对脚本起优化作用,以加快其执行效率。使您的PHP程序代码执效率能提高1-10倍。

Non Thread Safe是指非线程安全,Thread Safe则是指线程安全。
如果是使用ISAPI的方式来运行PHP就必须用Thread Safe(线程安全)的版本;而用FastCGI模式运行PHP的话就没有必要用线程安全检查了,用None Thread Safe(NTS,非线程安全)的版本能够更好的提高效率。




下载
x86 Thread Safe
附件: eAccelerator_0961_5324_vc9_ts.zip (40 K) 下载次数:0


x86 Non Thread Safe:
附件: eAccelerator_0961_5324_vc9_nts.zip (40 K) 下载次数:0