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

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

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

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


引用
22-November-2012
  • Core:
  • Fixed bug #63241 (PHP fails to open Windows deduplicated files).
  • Fixed bug #62444 (Handle leak in is_readable on windows).
  • Libxml:
  • Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak).
  • Mbstring:
  • Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On).
  • MySQL:
  • Fixed compilation failure on mixed 32/64 bit systems.
  • OCI8:
  • Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
  • PCRE:
  • Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
  • Fixed bug #63284 (Upgrade PCRE to 8.31).
  • PDO:
  • Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
  • PDO_pgsql:
  • Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
  • Phar:
  • Fixed bug #63297 (Phar fails to write an openssl based signature).
  • Streams:
  • Fixed bug #63240 (stream_get_line() return contains delimiter string).





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
附件:


x86 Non Thread Safe:
附件:
 
级别: 光盘见习
发帖
9
飞翔币
2
威望
2
飞扬币
4
信誉值
0
只看该作者 1 发表于: 2012-11-27
回 楼主(霸王硬上弓) 的帖子
谢谢管理员,最近比较忙,所以没来。现在空闲了,下载中。。。多谢。
级别: 光盘见习
发帖
6
飞翔币
6
威望
2
飞扬币
47
信誉值
0
只看该作者 2 发表于: 2012-12-06
不错。又有版本出现了。。。
5201314
级别: 光盘见习
发帖
6
飞翔币
2
威望
2
飞扬币
8
信誉值
0
只看该作者 3 发表于: 2012-12-18
喜欢新版本