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

昨天PHP放出5.3.15版本,修正了一些问题。

 

Version 5.3.15
19-July-2012

  • Zend Engine
  • Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)
  • COM
  • Fixed bug #62146 com_dotnet cannot be built shared
  • Core
  • Fixed potential overflow in _php_stream_scandir, CVE-2012-2688
  • Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent)
  • Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt)
  • Fileinfo
  • Fixed magic file regex support
  • FPM
  • Fixed bug #61045 (fpm don’t send error log to fastcgi clients)
  • Fixed bug #61835 (php-fpm is not allowed to run as root)
  • Fixed bug #61295 (php-fpm should not fail with commented ‘user’ for non-root start)
  • Fixed bug #61026 (FPM pools can listen on the same address)
  • Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)
  • Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
  • Fixed bug #62160 (Add process.priority to set nice(2) priorities)
  • Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests)
  • Fixed bug #62205 (php-fpm segfaults (null passed to strstr))
  • Intl
  • Fixed bug #62083 (grapheme_extract() memory leaks)
  • Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called twice)
  • Fixed bug #62070 (Collator::getSortKey() returns garbage)
  • Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern)
  • Fixed bug #60785 (memory leak in IntlDateFormatter constructor)
  • JSON
  • Reverted fix for bug #61537
  • Phar
  • Fixed bug #62227 (Invalid phar stream path causes crash)
  • Reflection
  • Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfault)
  • Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
  • SPL
  • Fixed bug #62262 (RecursiveArrayIterator does not implement Countable)
  • SQLite
  • Fixed open_basedir bypass, CVE-2012-3365
  • XML Write
  • Fixed bug #62064 (memory leak in the XML Writer module)
  • Zip
  • Upgraded libzip to 0.10

 

 

正好编译了一下适合php 5.3.15 vc9 nts(非线程安全)/ts(线程安全)两个版本的eAccelerator组件。

 

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

 

下载:

x86 Thread Safe:eAccelerator_0961_5315_vc9_ts

x86 Non Thread Safe:eAccelerator_0961_5315_vc9_nts

[分享]eAccelerator 0.9.6.1 for php 5.3.15 vc9 nts(非线程安全)/ts(线程安全):等您坐沙发呢!

发表评论