前几天PHP放出5.3.16版本,修正了一些问题。
引用
16-August-2012- CoreFixed bug #62763 (register_shutdown_function and extending class).
- Fixed bug #62744 (dangling pointers made by zend_disable_class).
- Fixed bug #62716 (munmap() is called with the incorrect length).
- Fixed bug #62460 (php binaries installed as binary.dSYM).
- Fixed bug #60194 (–with-zend-multibyte and –enable-debug reports LEAK with run-test.php).
- CURLFixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE).
- Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, “”) returns false).
- DateTimeFixed bug #62500 (Segfault in DateInterval class when extended).
- EnchantFixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to initialize it).
- PDOFixed bug #62685 (Wrong return datatype in PDO::inTransaction()).
- ReflectionFixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result).
- SessionFixed bug (segfault due to retval is not initialized).
- SPLFixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault).
正好编译了一下适合php 5.3.16 vc9 nts(非线程
安全)/ts(线程安全)两个版本的eAccelerator组件。
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_0961_5316_vc9_ts.zip (40 K) 下载次数:1 x86 Non Thread Safe:
本站:
eAccelerator_0961_5316_vc9_nts.zip (40 K) 下载次数:5