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

[共享]eAccelerator 1.0 dev for php 5.4.11 vc9 nts(非线程安全)/ts(线程安全)

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

此版本的php主要解决以下问题:
引用

17-January-2013
Core:
Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
Filter:
Fixed bug #63757 (getenv() produces memory leak with CGI SAPI).
Fixed bug #54096 (FILTER_VALIDATE_INT does not accept +0 and -0).
JSON:
Fixed bug #63737 (json_decode does not properly decode with options parameter).
CLI server:
Update list of common mime types. Added webm, ogv, ogg.
cURL extension:
Fixed bug (segfault due to libcurl connection caching).
Fixed bug #63859 (Memory leak when reusing curl-handle).
Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST).
Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers).
Fixed bug #55438 (Curlwapper is not sending http header randomly).


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_1_dev_5411_vc9_ts.zip (41 K) 下载次数:0


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