Commit: 8d47a6186b19d674a5fc3109ed44bb5440b4fab6 Author: Anatol Belski <[email protected]> Thu, 8 Jun 2017 12:08:07 +0200 Parents: 80cd8f4bd74ed6631064ed4f64701b6fff3c1154 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8d47a6186b19d674a5fc3109ed44bb5440b4fab6 Log: 7.0.20 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2017-06-08-1.xml M include/releases.inc M include/version.inc A releases/7_0_20.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index a6b6ed2..e4af8f8 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,41 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.20"><!-- {{{ 7.0.20 --> +<h3>Version 7.0.20</h3> +<b><?php release_date('08-Jun-2017'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(74600); ?> (crash (SIGSEGV) in _zend_hash_add_or_update_i).</li> + <li><?php bugfix(74546); ?> (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).</li> +</ul></li> +<li>intl: +<ul> + <li><?php bugfix(74468); ?> (wrong reflection on Collator::sortWithSortKeys).</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(74547); ?> (mysqli::change_user() doesn't accept null as $database argument w/strict_types).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(74596); ?> (SIGSEGV with opcache.revalidate_path enabled).</li> +</ul></li> +<li>phar: +<ul> + <li><?php bugfix(51918); ?> (Phar::webPhar() does not handle requests sent through PUT and DELETE method).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(74510); ?> (win32/sendmail.c anchors CC header but not BCC).</li> +</ul></li> +<li>xmlreader: +<ul> + <li><?php bugfix(74457); ?> (Wrong reflection on XMLReader::expand).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.5"><!-- {{{ 7.1.5 --> <h3>Version 7.1.5</h3> <b><?php release_date('11-May-2017'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index ad270c1..3f21912 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2017-06-08-1.xml"/> <xi:include href="entries/2017-06-06-1.xml"/> <xi:include href="entries/2017-05-22-1.xml"/> <xi:include href="entries/2017-05-18-1.xml"/> diff --git a/archive/entries/2017-06-08-1.xml b/archive/entries/2017-06-08-1.xml new file mode 100644 index 0000000..48fa4e9 --- /dev/null +++ b/archive/entries/2017-06-08-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.20 Released</title> + <id>http://php.net/archive/2017.php#id2017-06-08-1</id> + <published>2017-06-08T13:00:00+01:00</published> + <updated>2017-06-08T13: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-06-08-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2017.php#id2017-06-08-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.20. 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.20 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.20">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 1733120..a7e430f 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.19' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_19.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.19.tar.bz2', + 'name' => 'PHP 7.0.19 (tar.bz2)', + 'md5' => '8e6d509386dc8ff949e6d23b877749be', + 'sha256' => '0f3ac0afc02aec22f6b1659045da9287453e9309439d0499622bc8e94a7f7d59', + 'date' => '11 May 2017', + ), + 1 => + array ( + 'filename' => 'php-7.0.19.tar.gz', + 'name' => 'PHP 7.0.19 (tar.gz)', + 'md5' => '1f79dec1883efc001194e669010220ba', + 'sha256' => '4b4120acdbb8cbf5f7a18625c2eb5cdd2fdb4fc69a4831bc7ffdfd1ee78b1ce0', + 'date' => '11 May 2017', + ), + 2 => + array ( + 'filename' => 'php-7.0.19.tar.xz', + 'name' => 'PHP 7.0.19 (tar.xz)', + 'md5' => '1a17e45c8be9ce28f036d884563e8ae7', + 'sha256' => '640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6', + 'date' => '11 May 2017', + ), + ), + 'date' => '11 May 2017', + 'museum' => false, + ), '7.1.4' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 1503c71..8931a51 100644 --- a/include/version.inc +++ b/include/version.inc @@ -35,20 +35,20 @@ $PHP_7_1_SHA256 = array( ); /* PHP 7.0 Release */ -$PHP_7_0_RC = "7.0.20RC1"; // 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 = "25 May 2017"; -$PHP_7_0_VERSION = "7.0.19"; -$PHP_7_0_DATE = "11 May 2017"; +$PHP_7_0_VERSION = "7.0.20"; +$PHP_7_0_DATE = "08 Jun 2017"; $PHP_7_0_MD5 = array( - "tar.bz2" => "8e6d509386dc8ff949e6d23b877749be", - "tar.gz" => "1f79dec1883efc001194e669010220ba", - "tar.xz" => "1a17e45c8be9ce28f036d884563e8ae7", + "tar.bz2" => "d742b313c9dfea6fa6bfbb831b4240f8", + "tar.gz" => "251965824f089328941489407bcb2a26", + "tar.xz" => "e84615871c1c6dbd0860746a31f3a7c8", ); $PHP_7_0_SHA256 = array( - "tar.bz2" => "0f3ac0afc02aec22f6b1659045da9287453e9309439d0499622bc8e94a7f7d59", - "tar.gz" => "4b4120acdbb8cbf5f7a18625c2eb5cdd2fdb4fc69a4831bc7ffdfd1ee78b1ce0", - "tar.xz" => "640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6", + "tar.bz2" => "cdfddfe01cc615218e333e34a1c761c9ef8fdf5199b27617264a02705eda7fc3", + "tar.gz" => "b44947f0c1926928d5c2f176506b878c32b5cd09ce3b5b52bbbecf4328ab812d", + "tar.xz" => "31b9cf1fb83fe3cd82c2f6603a0ae81ae6abacb5286827e362d8f85e68908e0a", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_20.php b/releases/7_0_20.php new file mode 100644 index 0000000..2ba9582 --- /dev/null +++ b/releases/7_0_20.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_20.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.20 Release Announcement"); +?> + + <h1>PHP 7.0.20 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.20. 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.20 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.20">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
