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

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

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

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


引用

18-October-2012
  • CLI server
  • Changed response to unknown HTTP method to 501 according to RFC.
  • Support HTTP PATCH method.
  • Core
  • Added optional second argument for assert() to specify custom message.
  • Support building PHP with the native client toolchain.
  • Added --offline option for tests.
  • Fixed bug #63162 (parse_url does not match password component).
  • Fixed bug #63111 (is_callable() lies for abstract static method).
  • Fixed bug #63093 (Segfault while load extension failed in zts-build).
  • Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes).
  • Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry).
  • Fixed bug #62907 (Double free when use traits).
  • Fixed bug #61767 (Shutdown functions not called in certain error situation).
  • Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
  • Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezone).
  • cURL
  • Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will cause cpu Soaring).
  • Date
  • Fixed bug #62896 ("DateTime->modify('+0 days')" modifies DateTime object)
  • Fixed bug #62561 (DateTime add 'P1D' adds 25 hours).
  • DOM
  • Fixed bug #63015 (Incorrect arginfo for DOMErrorHandler).
  • FPM
  • Fixed bug #62954 (startup problems fpm / php-fpm).
  • Fixed bug #62886 (PHP-FPM may segfault/hang on startup).
  • Fixed bug #63085 (Systemd integration and daemonize).
  • Fixed bug #62947 (Unneccesary warnings on FPM).
  • Fixed bug #62887 (Only /status?plain&full gives "last request cpu").
  • Fixed bug #62216 (Add PID to php-fpm init.d script).
  • OpenSSL
  • Implemented FR #61421 (OpenSSL signature verification missing RMD160, SHA224, SHA256, SHA384, SHA512).
  • SOA
  • Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
  • SPL
  • Bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables).
  • mbstring
  • Allow passing null as a default value to mb_substr() and mb_strcut(). Patch by Alexander Moskaliov via GitHub PR #133.
  • Filter extension
  • Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false.
  • Socket
  • Fixed bug #63000 (MCAST_JOIN_GROUP on OSX is broken, merge of PR 185 by Igor Wiedler).






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

 
z3960 
级别: FLY版主
发帖
786303
飞翔币
211574
威望
215717
飞扬币
2615136
信誉值
8

只看该作者 1 发表于: 2012-10-26
再来学习
我不喜欢说话却每天说最多的话,我不喜欢笑却总笑个不停,身边的每个人都说我的生活好快乐,于是我也就认为自己真的快乐。可是为什么我会在一大群朋友中突然地就沉默,为什么在人群中看到个相似的背影就难过,看见秋天树木疯狂地掉叶子我就忘记了说话,看见天色渐晚路上暖黄色的灯火就忘记了自己原来的方向。
级别: 光盘见习
发帖
3
飞翔币
2
威望
2
飞扬币
6
信誉值
0
只看该作者 2 发表于: 2012-11-07
不错 不错 不错
级别: 光盘见习
发帖
6
飞翔币
2
威望
2
飞扬币
8
信誉值
0
只看该作者 3 发表于: 2012-11-08
顶楼主