此版本的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
- 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
- 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
- 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
本站:eAccelerator_1_dev_547_vc9_ts
备份:https://blog.ich8.com/file/25
x86 Non Thread Safe:
本站:eAccelerator_1_dev_547_vc9_nts
备份:https://blog.ich8.com/file/26
[分享]eAccelerator 1.0 dev for php 5.4.7 vc9 nts(非线程安全)/ts(线程安全):等您坐沙发呢!