Commit: 01a15a3ac61d55741265904d377ff8f7a86c49f2 Author: Joe Watkins <[email protected]> Thu, 30 May 2019 19:04:19 +0200 Parents: 7d00ffc261a0ed42f68dcd7f0f4319b7a38e66f8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=01a15a3ac61d55741265904d377ff8f7a86c49f2 Log: announce 7.1.30 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-05-30-3.xml M include/releases.inc M include/version.inc A releases/7_1_30.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index be1bef3..662390d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -5,6 +5,27 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/changelogs.inc'; site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("changelog.css"), "layout_span" => 12)); ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.1.30"><!-- {{{ 7.1.30 --> +<h3>Version 7.1.30</h3> +<b><?php release_date('30-May-2019'); ?></b> +<ul><li>EXIF: +<ul> + <li><?php bugfix(77988); ?> (heap-buffer-overflow on php_jpg_get16).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(77973); ?> (Uninitialized read in gdImageCreateFromXbm).</li> +</ul></li> +<li>Iconv: +<ul> + <li><?php bugfix(78069); ?> (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow).</li> +</ul></li> +<li>SQLite: +<ul> + <li><?php bugfix(77967); ?> (Bypassing open_basedir restrictions via file uris).</li> +</ul></li> +</ul> +<!-- }}} --></section> <section class="version" id="7.3.6"><!-- {{{ 7.3.6 --> <h3>Version 7.3.6</h3> <b><?php release_date('30-May-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index e2a1153..aa40113 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/2019-05-30-3.xml"/> <xi:include href="entries/2019-05-30-2.xml"/> <xi:include href="entries/2019-05-30-1.xml"/> <xi:include href="entries/2019-05-29-1.xml"/> diff --git a/archive/entries/2019-05-30-3.xml b/archive/entries/2019-05-30-3.xml new file mode 100644 index 0000000..48fe552 --- /dev/null +++ b/archive/entries/2019-05-30-3.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.1.30 Released</title> + <id>http://php.net/archive/2019.php#id2019-05-30-3</id> + <published>2019-05-30T17:03:08+00:00</published> + <updated>2019-05-30T17:03:08+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#id2019-05-30-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2019.php#id2019-05-30-3" 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.30. This is a security release.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.30 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.30">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 4235e2e..7800e94 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.29' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_29.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.29.tar.bz2', + 'name' => 'PHP 7.1.29 (tar.bz2)', + 'sha256' => '8528d17efe82662dc740d96ddb32217f4e161a597d709f19571b0c82fbb88335', + 'date' => '02 May 2019', + ), + 1 => + array ( + 'filename' => 'php-7.1.29.tar.gz', + 'name' => 'PHP 7.1.29 (tar.gz)', + 'sha256' => 'bdd0e1707100c8b87f1be516f5b95a26e3eb4114d4316eaf0663bf292ead35bb', + 'date' => '02 May 2019', + ), + 2 => + array ( + 'filename' => 'php-7.1.29.tar.xz', + 'name' => 'PHP 7.1.29 (tar.xz)', + 'sha256' => 'b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb', + 'date' => '02 May 2019', + ), + ), + 'date' => '02 May 2019', + 'museum' => false, + ), '7.2.18' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 63273c4..696bac6 100644 --- a/include/version.inc +++ b/include/version.inc @@ -43,12 +43,12 @@ $PHP_7_2_SHA256 = array( $PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_1_RC_DATE = "25 Oct 2018"; -$PHP_7_1_VERSION = "7.1.29"; -$PHP_7_1_DATE = "02 May 2019"; +$PHP_7_1_VERSION = "7.1.30"; +$PHP_7_1_DATE = "30 May 2019"; $PHP_7_1_SHA256 = array( - 'tar.bz2' => '8528d17efe82662dc740d96ddb32217f4e161a597d709f19571b0c82fbb88335', - 'tar.gz' => 'bdd0e1707100c8b87f1be516f5b95a26e3eb4114d4316eaf0663bf292ead35bb', - 'tar.xz' => 'b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb', + 'tar.bz2' => '664850774fca19d2710b9aa35e9ae91214babbde9cd8d27fd3479cc97171ecb3', + 'tar.gz' => 'a604edf85d5dfc28e6ff3016dad3954c50b93db69afc42295178b4fdf42e026c', + 'tar.xz' => '6310599811536dbe87e4bcf212bf93196bdfaff519d0c821e4c0068efd096a7c', ); $RELEASES = array( diff --git a/releases/7_1_30.php b/releases/7_1_30.php new file mode 100644 index 0000000..aadbf11 --- /dev/null +++ b/releases/7_1_30.php @@ -0,0 +1,20 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_1_30.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.1.30 Release Announcement"); +?> + + <h1>PHP 7.1.30 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.1.30. This is a security release.</p> + + <p>All PHP 7.1 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.1.30 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.30">ChangeLog</a>. + </p> + + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
