PHP 5.4.14 and PHP 5.3.24 released!解决思路
程序员文章站
2024-04-05 15:15:36
...
PHP 5.4.14 and PHP 5.3.24 released!
The PHP development team announces the immediate availability of PHP 5.4.14 and PHP 5.3.24. These releases fix about 10 bugs aswell as upgrading the bundled PCRE library. All users of PHP are encouraged to upgrade to PHP 5.4.14.
Version 5.4.14
11-April-2013
Core:
Fixed bug #64529 (Ran out of opcode space).
Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration).
Fixed bug #64432 (more empty delimiter warning in strX methods).
Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
Fixed bug #63976 (Parent class incorrectly using child constant in class property).
Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
Fixed bug #62343 (Show class_alias In get_declared_classes()).
PCRE:
Merged PCRE 8.32.
SNMP:
Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
Zip:
Fixed bug #64452 (Zip crash intermittently). (Anatol)
Version 5.3.24
11-April-2013
Core:
Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
Fixed bug #62343 (Show class_alias In get_declared_classes()).
PCRE:
Merged PCRE 8.32.
mysqlnd:
Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).
DateTime:
Fixed bug #62852 (Unserialize Invalid Date causes crash).
Zip:
Fixed bug #64452 (Zip crash intermittently).
The PHP development team announces the immediate availability of PHP 5.4.14 and PHP 5.3.24. These releases fix about 10 bugs aswell as upgrading the bundled PCRE library. All users of PHP are encouraged to upgrade to PHP 5.4.14.
Version 5.4.14
11-April-2013
Core:
Fixed bug #64529 (Ran out of opcode space).
Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration).
Fixed bug #64432 (more empty delimiter warning in strX methods).
Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
Fixed bug #63976 (Parent class incorrectly using child constant in class property).
Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
Fixed bug #62343 (Show class_alias In get_declared_classes()).
PCRE:
Merged PCRE 8.32.
SNMP:
Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
Zip:
Fixed bug #64452 (Zip crash intermittently). (Anatol)
Version 5.3.24
11-April-2013
Core:
Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
Fixed bug #62343 (Show class_alias In get_declared_classes()).
PCRE:
Merged PCRE 8.32.
mysqlnd:
Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).
DateTime:
Fixed bug #62852 (Unserialize Invalid Date causes crash).
Zip:
Fixed bug #64452 (Zip crash intermittently).
PHP
升级
released
------解决方案--------------------
CentOS5.X到5.3.3.13就不懂需要手动升级……比较麻烦啊
------解决方案--------------------
多谢版主分享
------解决方案--------------------
我就在用centos,去瞅瞅~!
------解决方案--------------------
测试测试去...
------解决方案--------------------
echo $_SERVER['REQUEST_TIME_FLOAT'],PHP_EOL;
echo microtime(true);
1365757238.937
1365757238.9375
没看到有bug呀(php 5.4.12)
------解决方案--------------------
还是5.3.22呢
------解决方案--------------------
------解决方案--------------------
CentOS5.X到5.3.3.13就不懂需要手动升级……比较麻烦啊
------解决方案--------------------
多谢版主分享
------解决方案--------------------
我就在用centos,去瞅瞅~!
------解决方案--------------------
测试测试去...
------解决方案--------------------
echo $_SERVER['REQUEST_TIME_FLOAT'],PHP_EOL;
echo microtime(true);
1365757238.937
1365757238.9375
没看到有bug呀(php 5.4.12)
------解决方案--------------------
还是5.3.22呢
------解决方案--------------------
相关文章
相关视频
- 解说PHP框架 (1) 基本概念
- 请问一个PHP操作MYSQL的有关问题
- 装配mysql出错Can't connect t...
- (转)PHP缓存的兑现
- PHP 5.4.14 and PHP 5.3.2...
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
上一篇: jquery怎么隐藏某个div
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论