php7.0 百度百科,PHP 7.0.10正式发布

原标题:PHP 7.0.10正式发布

PHP 7.0.10 正式发布了。

下载地址:http://php.net/distributions/php-7.0.10.tar.gz

改进日志如下:

- Core:

. Fixed bug #72629 (Caught exception assignment to variables ignores references). (Laruence)

. Fixed bug #72594 (Calling an earlier instance of an included anonymous class fatals). (Laruence)

. Fixed bug #72581 (previous property undefined in Exception after deserialization). (Laruence)

. Fixed bug #72496 (Cannot declare public method with signature incompatible with parent private method). (Pedro Magalhães)

. Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)

. Fixed bug #71911 (Unable to set --enable-debug on building extensions by phpize on Windows). (Yuji Uchiyama)

. Fixed bug causing ClosedGeneratorException being thrown into the calling code instead of the Generator yielding from. (Bob)

. Implemented FR #72614 (Support "nmake test" on building extensions by phpize). (Yuji Uchiyama)

. Fixed bug #72641 (phpize (on Windows) ignores PHP_PREFIX). (Yuji Uchiyama)

. Fixed potential segfault in object storage freeing in shutdown sequence. (Bob)

. Fixed bug #72663 (Create an Unexpected Object and Don't Invoke __wakeup() in Deserialization). (Stas)

. Fixed bug #72681 (PHP Session Data Injection Vulnerability). (Stas)

. Fixed bug #72683 (getmxrr broken). (Anatol)

. Fixed bug #72742 (memory allocator fails to realloc small block to large one). (Stas)

- Bz2:

. Fixed bug #72837 (integer overflow in bzdecompress caused heap corruption). (Stas)

- Calendar:

. Fixed bug #67976 (cal_days_month() fails for final month of the French calendar). (cmb)

. Fixed bug #71894 (AddressSanitizer: global-buffer-overflow in zif_cal_from_jd). (cmb)

- COM:

. Fixed bug #72569 (DOTNET/COM array parameters broke in PHP7). (Anatol)

- CURL:

. Fixed bug #71709 (curl_setopt segfault with empty CURLOPT_HTTPHEADER). (Pierrick)

. Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). (Pierrick)

. Fixed bug #72674 (Heap overflow in curl_escape). (Stas)

- DOM:

. Fixed bug #66502 (DOM document dangling reference). (Sean Heelan, cmb)

- EXIF:

. Fixed bug #72735 (Samsung picture thumb not read (zero size)). (Kalle, Remi)

. Fixed bug #72627 (Memory Leakage In exif_process_IFD_in_TIFF). (Stas)

- Filter:

. Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8 range). (bugs dot php dot net at majkl578 dot cz)

- FPM:

. Fixed bug #72575 (using --allow-to-run-as-root should ignore missing user). (gooh)

- GD:

. Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb)

. Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb)

. Fixed bug #70315 (500 Server Error but page is fully rendered). (cmb)

. Fixed bug #43828 (broken transparency of imagearc for truecolor in blendingmode). (cmb)

. Fixed bug #66555 (Always false condition in ext/gd/libgd/gdkanji.c). (cmb)

. Fixed bug #68712 (suspicious if-else statements). (cmb)

. Fixed bug #72697 (select_colors write out-of-bounds). (Stas)

. Fixed bug #72730 (imagegammacorrect allows arbitrary write access). (Stas)

- Intl:

. Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property). (Laruence)

. Partially fixed #72506 (idn_to_ascii for UTS #46 incorrect for long domain names). (cmb)

- mbstring:

. Fixed bug #72691 (mb_ereg_search raises a warning if a match zero-width). (cmb)

. Fixed bug #72693 (mb_ereg_search increments search position when a match zero-width). (cmb)

. Fixed bug #72694 (mb_ereg_search_setpos does not accept a string's last position). (cmb)

. Fixed bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error). (ju1ius)

- Mcrypt:

. Fixed bug #72782 (Heap Overflow due to integer overflows). (Stas)

- Opcache:

. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work). (Keyur)

- PCRE:

. Fixed bug #72688 (preg_match missing group names in matches). (cmb)

- PDO_pgsql:

. Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)

- Reflection:

. Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). (Nikita Nefedov)

- SimpleXML:

. Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML element). (Laruence)

- SNMP:

. Fixed bug #72708 (php_snmp_parse_oid integer overflow in memory allocation). (djodjo at gmail dot com)

- SPL:

. Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU)

. Fixed bug #72646 (SplFileObject::getCsvControl does not return the escape character). (cmb)

. Fixed bug #72684 (AppendIterator segfault with closed generator). (Pierrick)

- SQLite3:

. Fixed bug #72668 (Spurious warning when exception is thrown in user defined function). (Laruence)

. Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash). (Laruence)

. Implemented FR #72653 (SQLite should allow opening with empty filename). (cmb)

. Updated to SQLite3 3.13.0. (cmb)

- Standard:

. Fixed bug #72622 (array_walk + array_replace_recursive create references from nothing). (Laruence)

. Fixed bug #72152 (_decode $strict fails to detect null byte). (Lauri Kenttä)

. Fixed bug #72263 (_decode skips a character after padding in strict mode). (Lauri Kenttä)

. Fixed bug #72264 (_decode $strict fails with whitespace between padding). (Lauri Kenttä)

. Fixed bug #72330 (CSV fields incorrectly split if escape char followed by UTF chars). (cmb)

- Streams:

. Fixed bug #41021 (Problems with the ftps wrapper). (vhuk)

. Fixed bug #54431 (opendir() does not work with ftps:// wrapper). (vhuk)

. Fixed bug #72667 (opendir() with ftp:// attempts to open data stream for non-existent directories). (vhuk)

. Fixed bug #72771 (ftps:// wrapper is vulnerable to protocol downgrade attack). (Stas)

- XMLRPC:

. Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements). (Laruence)

- Wddx:

. Fixed bug #72564 (boolean always deserialized as "true") (Remi)

. Fixed bug #72142 (WDDX Packet Injection Vulnerability in wddx_serialize_value()). (Taoguang Chen)

. Fixed bug #72749 (wddx_deserialize allows illegal memory access) (Stas)

. Fixed bug #72750 (wddx_deserialize null dereference). (Stas)

. Fixed bug #72790 (wddx_deserialize null dereference with invalid xml). (Stas)

. Fixed bug #72799 (wddx_deserialize null dereference in php_wddx_pop_element). (Stas)

- Zip:

. Fixed bug #72660 (NULL Pointer dereference in zend_virtual_cwd). (Laruence)返回搜狐,查看更多

责任编辑:

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/356779.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

javascript中构造函数的说明

1.1 构造函数是一个模板 构造函数,是一种函数,主要用来在创建对象时对 对象 进行初始化(即为对象成员变量赋初始值),并且总是与new运算符一起使用。 1.2 new 运算符 new运算符创建一个新对象。关键字new后跟随一个函数…

大数据分析 es hive_使用Hive和iReport进行大数据分析

大数据分析 es hive每个JJ Abrams的电视连续剧疑犯追踪从主要人物芬奇先生一个下列叙述情节开始:“ 你是被监视。 政府拥有一个秘密系统-每天每天每小时都会对您进行监视的机器。 我知道是因为...我建造了它。 “当然,我们的技术人员知道得更多。 庞大的…

datetime unix php,PHP基于DateTime类解决Unix时间戳与日期互转问题【针对1970年前及2038年后时间戳】...

本文实例讲述了PHP基于DateTime类解决Unix时间戳与日期互转问题。分享给大家供大家参考,具体如下:这个问题主要在32位的系统下出现,64位的不存在这样的问题。php 5.2提供了DateTime类来处理这样的问题,参考方案如下(请注意时区的处…

Java中的使用了未经检查或不安全的操作

1。 javac -Xlint:unchecked MyMath.java检查不安全的操作 /***************************************************/ MyMath.java:29: 警告: [unchecked] 对作为原始类型ArrayList的成员的add(E)的调用未经过检查 array.add("1"); ^ 其中, E是类型变量: E扩展已在类 …

java+jsp+网页制作,java+jsp+mysql网页制作总结(2)

错误:url通过get传递时汉字出错解决:url通过get传递时汉字会乱码,1.String name1request.getParameter("name");String name new String(name1.getBytes("ISO-8859-1"),"gbk");2.通过post传递参数错误&#x…

Analyzing Storage Performance using the Windows Performance Analysis ToolKit (WPT)

https://blogs.technet.microsoft.com/robertsmith/2012/02/07/analyzing-storage-performance-using-the-windows-performance-analysis-toolkit-wpt/转载于:https://www.cnblogs.com/zengkefu/p/5864455.html

Redis聚类

本文是我们学院课程的一部分,标题为Redis NoSQL键值存储 。 这是Redis的速成班。 您将学习如何安装Redis并启动服务器。 此外,您将在Redis命令行中乱七八糟。 接下来是更高级的主题,例如复制,分片和集群,同时还介绍了…

Java宣言的时候,Java基础恶补——宣言及访问控制

Java基础恶补——声明及访问控制[SCJP Sun Certified Programmer for Java 6 Study Guide (Exam 310-065)] chapter 1一. 标识符1. 标识符只能由字母、下划线、货币符号、数字组成,除数字外其余均可作为标识符的开头符号。(PS:汉字作为标识符也是合法的…

域策略禁用usb

文档及模板可在 http://pan.baidu.com/s/1qYTcjTy 下载 pro_usb_users.adm 此模板可禁用到 指定盘符,针对用户策略 pro_usb_computers.adm 此模板 针对计算机,一般只要它就好了。 可以从 3 个方面下手 adm 配置 文件。注册表usb驱动其实 adm配置文件&…

java常用代码,Java常用代码

Java常用代码/*** author he*** 把Date转换成String,以yyyy-MM-dd HH:mm:ss的形式显示*/public static String DateToString(Date tempDate) {String date_str "";SimpleDateFormat formatter new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); …

【Effective Java】6、使用复合优先于使用继承

这个,不管是什么书都会这样说,因为常常我们并不需要继承,而只是想把类进行一定的扩展,而我们想扩展的属性或方法对应的类都有,这个时候如果两者是is a的关系,这种关系是确实存在的,那么就可以使…

php遍历数组的四种方法,PHP遍历数组的常见几种方法

小白发博文,看到某个知识点,就当复习下。$arrarray(football > well,swimming>very well,run>not well);第一种方法:foreach遍历数组:foreach($arr as $key>$val){echo $key.-----.$val.;}第二种方法:…

java调用wadl_Java中的WADL:温和的介绍

java调用wadlWADL( Web应用程序描述语言 )对REST而言,WSDL对SOAP而言。 这种语言的存在引起了很多争议(请参阅: 我们需要WADL吗? 或者 需要 WADL还是不需要WADL )。 我可以想到使用WADL的一些合…

Js的 继承

Js 和 Java , C等语言不是很一样 . 其他语言有 类和实例 但是Js就比较特殊 , 所以 类和实例 只能说是大多数面向对象编程的语言的基本概念 . Js比较特殊 , 它不去分类和实例的概念 . 而是通过原型(prototype)来实现面向对象编程 . 下面介绍Js中第一种用于继承的方法 var rob…

php 伪静态 500错误,Apache开启伪静态后报500错误.

出自:http://blog.163.com/lgh_2002/blog/static/44017526201051452939761/检查APACHE日志发现如下信息:Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if nec…

onhashchange

1 <!DOCTYPE html>2 <html lang"en">3 <head>4 <meta charset"UTF-8">5 <title>Document</title>6 </head>7 <body>8 <input type"button" value"随机" id"btn1…

mysql+yes数据类型,怎样修改mysql列的数据类型?

修改字段(列)数据类型修改字段的数据类型就是把字段的数据类型转换成另一种数据类型。在 MySQL 中修改字段数据类型的语法规则如下&#xff1a;ALTER TABLE MODIFY 其中&#xff1a;表名&#xff1a;指要修改数据类型的字段所在表的名称&#xff1b;字段名&#xff1a;指需要修…

Redis分片

本文是我们学院课程的一部分&#xff0c;标题为Redis NoSQL键值存储 。 这是Redis的速成班。 您将学习如何安装Redis并启动服务器。 此外&#xff0c;您将在Redis命令行中乱七八糟。 接下来是更高级的主题&#xff0c;例如复制&#xff0c;分片和集群&#xff0c;同时还介绍了…

Openstack入坑指南

什么是云计算 概念 云计算是一种基于互联网的计算方式&#xff0c;通过这种方式&#xff0c;共享的软硬件资源和信息&#xff0c;可以按需求提供给计算机和其他设备。用户不需要了解”云“中的基础设施细节&#xff0c;不必具有相应的专业知识&#xff0c;也无需直接控制。云计…

Akka型演员:探索接收器模式

在上一篇文章中&#xff0c;我们研究了Akka Typed提供的一些基本功能。 在本文和下一篇文章中&#xff0c;我们将更进一步地了解一些其他功能&#xff0c;并通过查看Akka Typed提供的两种不同模式来做到这一点&#xff1a;Receiver和Receptionist模式。 如果您是Akka Typed的新…