Commit: a161f6e158dafd38d1bfdef302a0488803d98756 Author: Joe Watkins <[email protected]> Fri, 25 May 2018 14:43:54 +0200 Parents: c954c7e0e883aafca6bf8196eeefe70cec8c3a0f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a161f6e158dafd38d1bfdef302a0488803d98756 Log: 7.1.18 release Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-05-25-1.xml M include/releases.inc M include/version.inc A releases/7_1_18.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index af8fc11..4cfad8f 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -5,6 +5,31 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/changelogs.inc'; site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("changelog.css"), "layout_span" => 12)); ?> +<section class="version" id="7.1.18"><!-- {{{ 7.1.18 --> +<h3>Version 7.1.18</h3> +<b><?php release_date('24-May-2018'); ?></b> +<ul><li>FPM: +<ul> + <li><?php bugfix(76075); ?> --with-fpm-acl wrongly tries to find libacl on FreeBSD.</li> +</ul></li> +<li>intl: +<ul> + <li><?php bugfix(74385); ?> (Locale::parseLocale() broken with some arguments).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(76205); ?> (PHP-FPM sporadic crash when running Infinitewp).</li> + <li><?php bugfix(76275); ?> (Assertion failure in file cache when unserializing empty try_catch_array).</li> + <li><?php bugfix(76281); ?> (Opcache causes incorrect "undefined variable" errors).</li> +</ul></li> +<li>Reflection: +<ul> + <li>Fixed arginfo for array_replace(_recursive) and array_merge(_recursive).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + <section class="version" id="7.2.6"><!-- {{{ 7.2.6 --> <h3>Version 7.2.6</h3> <b><?php release_date('24-May-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 56f22c3..5b6cf4d 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-05-25-1.xml"/> <xi:include href="entries/2018-05-02-1.xml"/> <xi:include href="entries/2018-04-29-1.xml"/> <xi:include href="entries/2018-04-26-4.xml"/> diff --git a/archive/entries/2018-05-25-1.xml b/archive/entries/2018-05-25-1.xml new file mode 100644 index 0000000..a5ccdfd --- /dev/null +++ b/archive/entries/2018-05-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.18 Released</title> + <id>http://php.net/archive/2018.php#id2018-05-25-1</id> + <published>2018-05-25T12:43:22+00:00</published> + <updated>2018-05-25T12:43:22+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-05-25-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-05-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.18. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.18 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.18">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 296785b..a052197 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_17.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.17.tar.bz2', + 'name' => 'PHP 7.1.17 (tar.bz2)', + 'sha256' => 'e124e3ac552c50f3890ed981d07b2ee473cac961885e75186ded0bbb5b78dbcf', + 'date' => '26 Apr 2018', + ), + 1 => + array ( + 'filename' => 'php-7.1.17.tar.gz', + 'name' => 'PHP 7.1.17 (tar.gz)', + 'sha256' => 'aba44265bf814a020282afa63321323e1f81da61bd7318ab2b941857a15cb144', + 'date' => '26 Apr 2018', + ), + 2 => + array ( + 'filename' => 'php-7.1.17.tar.xz', + 'name' => 'PHP 7.1.17 (tar.xz)', + 'sha256' => '1a784806866e06367f7a5c88775d239d6f30041c7ce65a8232d03a3d4de56d56', + 'date' => '26 Apr 2018', + ), + ), + 'date' => '26 Apr 2018', + 'museum' => false, + ), '7.2.5' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d8eff8b..8e1d9f8 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,12 +32,12 @@ $PHP_7_2_SHA256 = array( $PHP_7_1_RC = "7.1.18RC1"; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_1_RC_DATE = "10 May 2018"; -$PHP_7_1_VERSION = "7.1.17"; -$PHP_7_1_DATE = "26 Apr 2018"; +$PHP_7_1_VERSION = "7.1.18"; +$PHP_7_1_DATE = "24 May 2018"; $PHP_7_1_SHA256 = array( - "tar.bz2" => "e124e3ac552c50f3890ed981d07b2ee473cac961885e75186ded0bbb5b78dbcf", - "tar.gz" => "aba44265bf814a020282afa63321323e1f81da61bd7318ab2b941857a15cb144", - "tar.xz" => "1a784806866e06367f7a5c88775d239d6f30041c7ce65a8232d03a3d4de56d56", + "tar.bz2" => "580e375515ede831a6d82e13c0ec25dd08b225c6d87dfc24d7cd5f3bd542bf8e", + "tar.gz" => "07c24ae4dd59d81d3dc0ce89025ae667979150e2ee0e9e30dd89e04e31d510fb", + "tar.xz" => "8bd91cea072ea5b368cc9b4533a1a683eb426abdacbf024bb6ffa9b799cd3b01", ); /* PHP 7.0 Release */ diff --git a/releases/7_1_18.php b/releases/7_1_18.php new file mode 100644 index 0000000..d6c0cfd --- /dev/null +++ b/releases/7_1_18.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_1_18.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.18 Release Announcement"); +?> + + <h1>PHP 7.1.17 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.18. + + All PHP 7.1 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.1.18 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.18">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
