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

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

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

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

引用
13-September-2012
Core
Fixed bug (segfault while build with zts and GOTO vm-kind)
Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)
Fixed bug #62844 (parse_url() does not recognize //)
Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set)
Fixed bug #62763 (register_shutdown_function and extending class)
Fixed bug #62725 (Calling exit() in a shutdown function does not return the exit value)
Fixed bug #62744 (dangling pointers made by zend_disable_class)
Fixed bug #62716 (munmap() is called with the incorrect length)
Fixed bug #62358 (Segfault when using traits a lot)
Fixed bug #62328 (implementing __toString and a cast to string fails)
Fixed bug #51363 (Fatal error raised by var_export() not caught by error handler)
Fixed bug #40459 (Stat and Dir stream wrapper methods do not call constructor)
CURL
Fixed bug #62912 (CURLINFO_PRIMARY_* AND CURLINFO_LOCAL_* not exposed)
Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE)
DateTime
Fixed bug #62852 (Unserialize invalid DateTime causes crash)
Intl
Fixed Spoofchecker not being registered on ICU 49.1
Fix bug #62933 (ext/intl compilation error on icu 3.4.1)
Fix bug #62915 (defective cloning in several intl classes)
Installation
Fixed bug #62460 (php binaries installed as binary.dSYM)
PCRE
Fixed bug #55856 (preg_replace should fail on trailing garbage)
PDO
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())
Reflection
Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private)
Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)
Session
Fixed bug (segfault due to retval is not initialized)
Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when close handler call exit)
SPL
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
Implemented FR #62840 (Add sort flag to ArrayObject::ksort)
Standard
Fixed bug #62836 (Seg fault or broken object references on unserialize())
FPM
Merged PR 121 by minitux to add support for slow request counting on PHP FPM status page



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-09-25
再来看一看
我不喜欢说话却每天说最多的话,我不喜欢笑却总笑个不停,身边的每个人都说我的生活好快乐,于是我也就认为自己真的快乐。可是为什么我会在一大群朋友中突然地就沉默,为什么在人群中看到个相似的背影就难过,看见秋天树木疯狂地掉叶子我就忘记了说话,看见天色渐晚路上暖黄色的灯火就忘记了自己原来的方向。
级别: 光盘见习
发帖
2
飞翔币
2
威望
2
飞扬币
5
信誉值
0
只看该作者 2 发表于: 2012-10-12
嗯 正好需要 谢了
哈哈
级别: 光盘见习
发帖
6
飞翔币
2
威望
2
飞扬币
8
信誉值
0
只看该作者 3 发表于: 2012-11-08
这个必须下载