此版本的php主要解决以下问题:
22-November-2012
- Core:
- Curl:
- Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST).
- Fileinfo:
- Fixed bug #63248 (Load multiple magic files from a directory under 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).
- OCI8:
- Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
- PCRE:
- 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).
- Reflection:
- Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames).
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_549_vc9_ts
备份:https://blog.ich8.com/file/38
x86 Non Thread Safe:
[分享]eAccelerator 1.0 dev for php 5.4.9 vc9 nts(非线程安全)/ts(线程安全):等您坐沙发呢!