search
HomeBackend DevelopmentPHP Tutorial PHP 5.4.6 跟 5.3.16 发布

PHP 5.4.6 和 5.3.16 发布
PHP 5.4.6和5.3.16发布。2012-08-16 上个版本是2012-07-19的5.4.5/5.3.15修正了多个Bug以及几个安全漏洞。经过1个RC.

完全改进:

Version 5.4.6
16-August-2012

CLI Server
Implemented FR #62700 (have the console output 'Listening on http://localhost:8000').
Core
Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_prepend_file).
Fixed bug #62653: (unset($array[$float]) causes a crash).
Fixed bug #62565 (Crashes due non-initialized internal properties_table).
Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php).
CURL
Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false). (r.hampartsumyan@gmail.
DateTime
Fixed bug #62500 (Segfault in DateInterval class when extended).
Fileinfo
Fixed bug #61964 (finfo_open with directory causes invalid free). (reeze.xia@gmail.
Intl
Fixed bug #62564 (Extending MessageFormatter and adding property causes crash).
MySQLnd
Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode).
readline
Fixed bug #62612 (readline extension compilation fails with sapi/cli/cli.h: No such file).
Reflection
Implemented FR #61602 (Allow access to name of constant used as default value)
(reeze.xia@gmail.
SimpleXML
Implemented FR #55218 Get namespaces from current node.
SPL
Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault).
Fixed bug #61527 (ArrayIterator gives misleading notice on next() when moved to the end). (reeze.xia@gmail.
Streams
Fixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build).
Zlib
Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression).

Version 5.3.16
16-August-2012

Core
Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php).
CURL
Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false). (r.hampartsumyan@gmail.
DateTime
Fixed bug #62500 (Segfault in DateInterval class when extended).
Reflection
Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result).
SPL
Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault).
下载:http://cn.php.net/distributions/php-5.4.6.tar.bz2

http://cn.php.net/distributions/php-5.3.16.tar.bz2

------解决方案--------------------
收到!看一下
------解决方案--------------------
还是楼主细心点。
------解决方案--------------------
没用新版本,正打算用呢,不错
------解决方案--------------------
一直用5.2.17的路过

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
php怎么把负数转为正整数php怎么把负数转为正整数Apr 19, 2022 pm 08:59 PM

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

游戏bug是什么意思游戏bug是什么意思Feb 18, 2024 am 11:30 AM

游戏bug是什么意思在玩游戏的过程中,我们常常会遇到一些意想不到的错误或者问题,比如角色卡住、任务无法继续、画面闪烁等等。这些不正常的现象就被称为游戏bug,即游戏中的故障或错误。在本文中,我们将探讨游戏bug是什么意思以及对玩家和开发者的影响。游戏bug是指在游戏的开发或运行过程中出现的错误,导致游戏无法正常进行或者出现不符合预期的情况。这些错误可能是由于

php怎么除以100保留两位小数php怎么除以100保留两位小数Apr 22, 2022 pm 06:23 PM

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

php怎么根据年月日判断是一年的第几天php怎么根据年月日判断是一年的第几天Apr 22, 2022 pm 05:02 PM

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

php怎么读取字符串后几个字符php怎么读取字符串后几个字符Apr 22, 2022 pm 08:31 PM

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

php怎么判断有没有小数点php怎么判断有没有小数点Apr 20, 2022 pm 08:12 PM

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。

苹果iOS18bug汇总苹果iOS18bug汇总Jun 14, 2024 pm 01:48 PM

随着苹果WWDC发布会2024圆满落幕,不仅揭晓了macos15,其中最受关注的还是苹果iOS18新系统的更新,虽然有很多新功能出现,但是作为苹果iOS18首版不免让人纠结是否有必要升级苹果iOS18,在最新发布的苹果iOS18中又有哪些BUG存在呢?经过真实的使用测评,下面是苹果iOS18bug汇总,一起来看看吧。目前有许多iPhone用户都抢先升级到了iOS18.但各种系统Bug让人难受。有博主表示,升级iOS18要谨慎,因为“Bug多到飞起”。博主表示,如果你的iPhone是

php怎么查找字符串是第几位php怎么查找字符串是第几位Apr 22, 2022 pm 06:48 PM

查找方法:1、用strpos(),语法“strpos("字符串值","查找子串")+1”;2、用stripos(),语法“strpos("字符串值","查找子串")+1”。因为字符串是从0开始计数的,因此两个函数获取的位置需要进行加1处理。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use