PHP 5.4.14 和 PHP 5.3.24 发布
PHP 5.4.14/5.3.24发布。2013-04-11 经过1个RC 上个版本是2013-03-14的5.4.13/5.3.23修正了超过10个Bug以及几个安全漏洞。PCRE升级到8.32 开发版本5.5Beta2. 完全改进:11 Apr 2013, PHP 5.4.14 - Core . Fixed bug #64529 (Ran out of opcode space). (Dmit
PHP 5.4.14/5.3.24发布。2013-04-11 经过1个RC 上个版本是2013-03-14的5.4.13/5.3.23修正了超过10个Bug以及几个安全漏洞。PCRE升级到8.32 开发版本5.5Beta2.
完全改进:11 Apr 2013, PHP 5.4.14
- Core
. Fixed bug #64529 (Ran out of opcode space). (Dmitry)
. Fixed bug #64515 (Memoryleak when using the same variablename two times in
function declaration). (Laruence)
. Fixed bug #64432 (more empty delimiter warning in strX methods). (Laruence)
. Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
(Dmitry)
. Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
(Anatol)
. Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
(Dmitry, Laruence)
. Fixed bug #63976 (Parent class incorrectly using child constant in class
property). (Dmitry)
. Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
exceptions properly). (Jeff Welch)
. Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)
- PCRE:
. Merged PCRE 8.32. (Anatol)
- SNMP:
. Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
(Boris Lytochkin)
- Zip:
. Bug #64452 (Zip crash intermittently). (Anatol)
11 Apr 2013, PHP 5.3.24
- Core
. Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
(Anatol)
. Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
exceptions properly). (Jeff Welch)
. Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)
- PCRE:
. Merged PCRE 8.32). (Anatol)
- mysqlnd
. Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc
for stmt->param_bind). (Andrey)
- DateTime
. Fixed bug #62852 (Unserialize Invalid Date causes crash). (Anatol)
- Zip:
. Bug #64452 (Zip crash intermittently). (Anatol)
下载:http://us2.php.net/distributions/php-5.4.14.tar.bz2
http://us2.php.net/distributions/php-5.3.24.tar.bz2
原文地址:PHP 5.4.14 和 PHP 5.3.24 发布, 感谢原作者分享。
推荐阅读
-
PHP 5.4.14 和 PHP 5.3.24 发布
-
PHP+MySQL+jQuery实现发布微博程序_PHP教程
-
MySQL 查询随机条记录的sql语句和php计算概率
-
PHP验证码生成原理和实现,php验证码原理_PHP教程
-
PHP:数组操作函数array_walk()和array_map()
-
PHP中的表单和用户输入(1)_PHP教程
-
PHP redis 订阅发布 订阅不成功问题!
-
暴破FTP用户名和密码(PHP练手作品)_PHP教程
-
php.ini配备-隐藏PHP程序响应头信息中的PHPSESSION和X-Powered-By: PHP/5.2.1之类的信息
-
PHP+Mysql日期时间如何转换(UNIX时间戳和格式化日期)_PHP