Commit: bfa38a1c60154021407bc460f1880714baa9e0be Author: Anatol Belski <[email protected]> Thu, 26 Apr 2018 11:52:31 +0200 Parents: 40d440b23bb7130fc9f9b1023b4d89feaa98298a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=bfa38a1c60154021407bc460f1880714baa9e0be Log: 7.0.30 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-04-26-2.xml M include/releases.inc M include/version.inc A releases/7_0_30.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 922f2e7..393f1ca 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,28 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.30"><!-- {{{ 7.0.30 --> +<h3>Version 7.0.30</h3> +<b><?php release_date('26-Apr-2018'); ?></b> +<ul><li>Exif: +<ul> + <li><?php bugfix(76130); ?> (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).</li> +</ul></li> +<li>iconv: +<ul> + <li><?php bugfix(76249); ?> (stream filter convert.iconv leads to infinite loop on invalid sequence).</li> +</ul></li> +<li>LDAP: +<ul> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.5"><!-- {{{ 7.2.5 --> <h3>Version 7.2.5</h3> <b><?php release_date('26-Apr-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index fcd0fe7..ab77350 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-04-26-2.xml"/> <xi:include href="entries/2018-04-26-1.xml"/> <xi:include href="entries/2018-04-25-1.xml"/> <xi:include href="entries/2018-04-23-1.xml"/> diff --git a/archive/entries/2018-04-26-2.xml b/archive/entries/2018-04-26-2.xml new file mode 100644 index 0000000..42e0ec7 --- /dev/null +++ b/archive/entries/2018-04-26-2.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.0.30 Released</title> + <id>http://php.net/archive/2018.php#id2018-04-26-2</id> + <published>2018-04-26T13:00:00+01:00</published> + <updated>2018-04-26T13: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#id2018-04-26-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-04-26-2" 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.0.30. This is a security release. Several security bugs have been fixed + in this release. + + All PHP 7.0 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.0.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.0.30">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index dfb377d..6693040 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.29' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_29.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.29.tar.bz2', + 'name' => 'PHP 7.0.29 (tar.bz2)', + 'sha256' => '989142d5c5ff7a11431254f9c1995235bad61a3364b99c966e11e06aa10d3fbc', + 'date' => '29 Mar 2018', + ), + 1 => + array ( + 'filename' => 'php-7.0.29.tar.gz', + 'name' => 'PHP 7.0.29 (tar.gz)', + 'sha256' => '5efe45e345f967cb20f9ff92cd514753872a65feffea1bf311c71864344bd8e8', + 'date' => '29 Mar 2018', + ), + 2 => + array ( + 'filename' => 'php-7.0.29.tar.xz', + 'name' => 'PHP 7.0.29 (tar.xz)', + 'sha256' => 'ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc', + 'date' => '29 Mar 2018', + ), + ), + 'date' => '29 Mar 2018', + 'museum' => false, + ), '7.2.4' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index cbc9445..b3ce4d7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,12 +44,12 @@ $PHP_7_1_SHA256 = array( $PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_0_RC_DATE = "07 December 2017"; -$PHP_7_0_VERSION = "7.0.29"; -$PHP_7_0_DATE = "29 Mar 2018"; +$PHP_7_0_VERSION = "7.0.30"; +$PHP_7_0_DATE = "26 Apr 2018"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "989142d5c5ff7a11431254f9c1995235bad61a3364b99c966e11e06aa10d3fbc", - "tar.gz" => "5efe45e345f967cb20f9ff92cd514753872a65feffea1bf311c71864344bd8e8", - "tar.xz" => "ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc", + "tar.bz2" => "213f38400c239b8fab2f6f59d6f4d4bd463d0a75bd4edf723dd4d5fea8850b50", + "tar.gz" => "54e7615205123b940b996300bf99c707c2317b6b78388061a204b23ab3388a26", + "tar.xz" => "c90892fb68ab9b8476519658d3f78f6388f2609ae1309bdc2a2e1cc9f92dd686", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_30.php b/releases/7_0_30.php new file mode 100644 index 0000000..96f47b4 --- /dev/null +++ b/releases/7_0_30.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_30.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.30 Release Announcement"); +?> + + <h1>PHP 7.0.30 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.30. This is a security release. Several security bugs have been fixed + in this release. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.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.0.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
