Commit: ccd8b0d2a937db3f1bd28c0d909a45b0f3742ac4 Author: Joe Watkins <[email protected]> Mon, 25 Jun 2018 09:02:43 +0200 Parents: 7458a5adf809f068c664cc3567d6214e44ee4d46 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ccd8b0d2a937db3f1bd28c0d909a45b0f3742ac4 Log: 7.1.19 announcement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-06-25-1.xml M include/releases.inc M include/version.inc A releases/7_1_19.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 4e9d5b0..8cd7e0b 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,31 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.1.19"><!-- {{{ 7.1.19 --> +<h3>Version 7.1.19</h3> +<b><?php release_date('22-Jun-2018'); ?></b> +<ul><li>CLI Server: +<ul> + <li><?php bugfix(76333); ?> (PHP built-in server does not find files if root path contains special characters).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(76296); ?> (openssl_pkey_get_public does not respect open_basedir).</li> + <li><?php bugfix(76174); ?> (openssl extension fails to build with LibreSSL 2.7).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(76367); ?> (NoRewindIterator segfault 11).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(76335); ?> ("link(): Bad file descriptor" with non-ASCII path).</li> + <li><?php bugfix(76383); ?> (array_map on $GLOBALS returns IS_INDIRECT).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + <section class="version" id="7.2.7"><!-- {{{ 7.2.7 --> <h3>Version 7.2.7</h3> <b><?php release_date('21-Jun-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 60b9499..7ee3650 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/2018-06-25-1.xml"/> <xi:include href="entries/2018-06-21-2.xml"/> <xi:include href="entries/2018-06-21-1.xml"/> <xi:include href="entries/2018-06-13-1.xml"/> diff --git a/archive/entries/2018-06-25-1.xml b/archive/entries/2018-06-25-1.xml new file mode 100644 index 0000000..991f80f --- /dev/null +++ b/archive/entries/2018-06-25-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.19 Released</title> + <id>http://php.net/archive/2018.php#id2018-06-25-1</id> + <published>2018-06-25T07:02:15+00:00</published> + <updated>2018-06-25T07:02:15+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2018-06-25-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-06-25-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.1.19. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.19 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.1.19">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 238529a..594cd84 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.18' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_18.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.18.tar.bz2', + 'name' => 'PHP 7.1.18 (tar.bz2)', + 'sha256' => '580e375515ede831a6d82e13c0ec25dd08b225c6d87dfc24d7cd5f3bd542bf8e', + 'date' => '24 May 2018', + ), + 1 => + array ( + 'filename' => 'php-7.1.18.tar.gz', + 'name' => 'PHP 7.1.18 (tar.gz)', + 'sha256' => '07c24ae4dd59d81d3dc0ce89025ae667979150e2ee0e9e30dd89e04e31d510fb', + 'date' => '24 May 2018', + ), + 2 => + array ( + 'filename' => 'php-7.1.18.tar.xz', + 'name' => 'PHP 7.1.18 (tar.xz)', + 'sha256' => '8bd91cea072ea5b368cc9b4533a1a683eb426abdacbf024bb6ffa9b799cd3b01', + 'date' => '24 May 2018', + ), + ), + 'date' => '24 May 2018', + 'museum' => false, + ), '7.2.6' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4f96fc1..527579d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,15 +32,15 @@ $PHP_7_2_SHA256 = array( ); /* PHP 7.1 Release */ -$PHP_7_1_RC = "7.1.19RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_1_RC_DATE = "7 Jun 2018"; -$PHP_7_1_VERSION = "7.1.18"; -$PHP_7_1_DATE = "24 May 2018"; +$PHP_7_1_VERSION = "7.1.19"; +$PHP_7_1_DATE = "21 Jun 2018"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "580e375515ede831a6d82e13c0ec25dd08b225c6d87dfc24d7cd5f3bd542bf8e", - "tar.gz" => "07c24ae4dd59d81d3dc0ce89025ae667979150e2ee0e9e30dd89e04e31d510fb", - "tar.xz" => "8bd91cea072ea5b368cc9b4533a1a683eb426abdacbf024bb6ffa9b799cd3b01", + "tar.bz2" => "13c43e7be3040ad53f192b0770c7ed99e5b3e348dfc6674666179d557fd770f3", + "tar.gz" => "e1ae477b72bed02cdcb04f0157b8f8767bd4f6030416ae06408b4f6d85ee66a1", + "tar.xz" => "7cab88f269b90a8a38dbcccf3ec0d5c6eba86122431a53eaa94405bbb60370a8", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_19.php b/releases/7_1_19.php new file mode 100644 index 0000000..323d9bb --- /dev/null +++ b/releases/7_1_19.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_1_19.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.19 Release Announcement"); +?> + + <h1>PHP 7.1.19 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.19. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.19 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.1.19">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
