Commit: cc0510fdfa8e9247a0b6bbcef874d34b8ddb97d7 Author: Anatol Belski <a...@php.net> Thu, 3 Aug 2017 12:16:10 +0200 Parents: ce0ca8e9412b847240ce20d9147c3d1a081e9be2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cc0510fdfa8e9247a0b6bbcef874d34b8ddb97d7 Log: 7.0.22 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2017-08-03-1.xml M include/releases.inc M include/version.inc A releases/7_0_22.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 0bffdee..1a30af4 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,53 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.22"><!-- {{{ 7.0.22 --> +<h3>Version 7.0.22</h3> +<b><?php release_date('03-Aug-2017'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(74832); ?> (Loading PHP extension with already registered function name leads to a crash).</li> + <li><?php bugfix(74780); ?> (parse_url() borken when query string contains colon).</li> + <li><?php bugfix(74761); ?> (Unary operator expected error on some systems).</li> + <li><?php bugfix(73900); ?> (Use After Free in unserialize() SplFixedArray).</li> + <li><?php bugfix(74913); ?> (fixed incorrect poll.h include).</li> + <li><?php bugfix(74906); ?> (fixed incorrect errno.h include).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(74852); ?> (property_exists returns true on unknown DateInterval property).</li> +</ul></li> +<li>OCI8: +<ul> + <li><?php bugfix(74625); ?> (Integer overflow in oci_bind_array_by_name).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(74840); ?> (Opcache overwrites argument of GENERATOR_RETURN within finally).</li> +</ul></li> +<li>PDO: +<ul> + <li><?php bugfix(69356); ?> (PDOStatement::debugDumpParams() truncates query).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(73471); ?> (PHP freezes with AppendIterator).</li> +</ul></li> +<li>SQLite3: +<ul> + <li><?php bugfix(74883); ?> (SQLite3::__construct() produces "out of memory" exception with invalid flags).</li> +</ul></li> +<li>Wddx: +<ul> + <li><?php bugfix(73173); ?> (huge memleak when wddx_unserialize).</li> +</ul></li> +<li>zlib: +<ul> + <li><?php bugfix(73944); ?> (dictionary option of inflate_init() does not work).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.7"><!-- {{{ 7.1.7 --> <h3>Version 7.1.7</h3> <b><?php release_date('06-Jul-2017'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 8e94bbf..a825734 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2017-08-03-1.xml"/> <xi:include href="entries/2017-07-20-1.xml"/> <xi:include href="entries/2017-07-10-1.xml"/> <xi:include href="entries/2017-07-07-1.xml"/> diff --git a/archive/entries/2017-08-03-1.xml b/archive/entries/2017-08-03-1.xml new file mode 100644 index 0000000..9306391 --- /dev/null +++ b/archive/entries/2017-08-03-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.0.22 Released</title> + <id>http://php.net/archive/2017.php#id2017-08-03-1</id> + <published>2017-08-03T13:00:00+01:00</published> + <updated>2017-08-03T13:00:00+01:00</updated> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <link href="http://php.net/index.php#id2017-08-03-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2017.php#id2017-08-03-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/2099/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.0.22. Several bugs have been fixed. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.22 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.0.22">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index a6dbc41..c20d515 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.21' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_21.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.21.tar.bz2', + 'name' => 'PHP 7.0.21 (tar.bz2)', + 'sha256' => '2ba133c392de6f86aacced8c54e0adefd1c81d3840ac323b9926b8ed3dc6231f', + 'date' => '06 Jul 2017', + ), + 1 => + array ( + 'filename' => 'php-7.0.21.tar.gz', + 'name' => 'PHP 7.0.21 (tar.gz)', + 'sha256' => 'f2f05f629dd02c75834ddf033916bd5ff92a720602839d81fd8b6d90e37b6225', + 'date' => '06 Jul 2017', + ), + 2 => + array ( + 'filename' => 'php-7.0.21.tar.xz', + 'name' => 'PHP 7.0.21 (tar.xz)', + 'sha256' => '6713fe3024365d661593235b525235045ef81f18d0043654658c9de1bcb8b9e3', + 'date' => '06 Jul 2017', + ), + ), + 'date' => '06 Jul 2017', + 'museum' => false, + ), '7.1.6' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 9495e85..6721ed7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -29,15 +29,15 @@ $PHP_7_1_SHA256 = array( ); /* PHP 7.0 Release */ -$PHP_7_0_RC = "7.0.22RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_0_RC_DATE = "20 July 2017"; -$PHP_7_0_VERSION = "7.0.21"; -$PHP_7_0_DATE = "06 Jul 2017"; +$PHP_7_0_VERSION = "7.0.22"; +$PHP_7_0_DATE = "03 Aug 2017"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "2ba133c392de6f86aacced8c54e0adefd1c81d3840ac323b9926b8ed3dc6231f", - "tar.gz" => "f2f05f629dd02c75834ddf033916bd5ff92a720602839d81fd8b6d90e37b6225", - "tar.xz" => "6713fe3024365d661593235b525235045ef81f18d0043654658c9de1bcb8b9e3", + "tar.bz2" => "88e0b27f69abdd12ecde81f000c5a9ea479af7218456ea7f6557edb43c6dfdde", + "tar.gz" => "04292eaea0eeb75e9b6a36a3db8e90a3d43f939646fd9d7d1e083e5b70884383", + "tar.xz" => "408c3fbc235ec940433bfac1f3ed4bf797f61b4a1693b9fb0b6a04b2c1832501", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_22.php b/releases/7_0_22.php new file mode 100644 index 0000000..b2e06e3 --- /dev/null +++ b/releases/7_0_22.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_22.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.22 Release Announcement"); +?> + + <h1>PHP 7.0.22 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.22. Several bugs have been fixed. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.22 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.0.22">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php