当前位置: 首页 > Web与应用 > 正文

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

21-February-2013

  • Core:
    • Fixed bug #64099 (Wrong TSRM usage in zend_register_class alias).
    • Fixed bug #64011 (get_html_translation_table() output incomplete with HTML_ENTITIES and ISO-8859-1).
    • Fixed bug #63982 (isset() inconsistently produces a fatal error on protected property).
    • Fixed bug #63943 (Bad warning text from strpos() on empty needle).
    • Fixed bug #63899 (Use after scope error in zend_compile).
    • Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very different length).
    • Fixed bug #63882 (zend_std_compare_objects crash on recursion).
    • Fixed bug #63462 (Magic methods called twice for unset protected properties).
    • Fixed bug #62524 (fopen follows redirects for non-3xx statuses).
    • Support BITMAPV5HEADER in getimagesize().
  • Date:
  • Fixed bug #63699 (Performance improvements for various ext/date functions).
  • Fixed bug #55397 Comparsion of incomplete DateTime causes SIGSEGV.
  • FPM:
  • Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11).
  • Litespeed:
  • Fixed bug #63228 (-Werror=format-security error in lsapi code).
  • sqlite3:
  • Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren’t using sqlite3_*_int64 API).
  • PDO_OCI
  • Fixed bug #57702 (Multi-row BLOB fetches).
  • Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long testsuite).
  • PDO_sqlite:
  • Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite).

 

eAccelerator是一个自由开放源码php加速器,优化和动态内容缓存,提高了php脚本的缓存性能,使得PHP脚本在编译的状态下,对服务器的开销几乎完全消除。 它还有对脚本起优化作用,以加快其执行效率。使您的PHP程序代码执效率能提高1-10倍。

 

Non Thread Safe是指非线程安全,Thread Safe则是指线程安全。

如果是使用ISAPI的方式来运行PHP就必须用Thread Safe(线程安全)的版本;而用FastCGI模式运行PHP的话就没有必要用线程安全检查了,用None Thread Safe(NTS,非线程安全)的版本能够更好的提高效率。

 

7

 

下载:

x86 Thread Safe

本站:点我下载

附件:eAccelerator_1_dev_5412_vc9_ts

 

x86 Non Thread Safe:

本站:点我下载

附件:eAccelerator_1_dev_5412_vc9_nts

[共享]eAccelerator 1.0 dev for php 5.4.12 vc9 nts(非线程安全)/ts(线程安全):等您坐沙发呢!

发表评论