Commit: 6168cf32a4ce19d7235f3beaf8f02fc35279c80a Author: Ferenc Kovacs <tyr...@gmail.com> Fri, 30 Mar 2018 01:28:34 +0200 Parents: a1b0984b46aaf2bcd4a1f67cebd3ce748a9be6d5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6168cf32a4ce19d7235f3beaf8f02fc35279c80a Log: announce 5.6.35 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2018-03-29-3.xml M include/releases.inc M include/version.inc A releases/5_6_35.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 19394ad..f797899 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,16 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.6.35"><!-- {{{ 5.6.35 --> +<h3>Version 5.6.35</h3> +<b><?php release_date('29-Mar-2018'); ?></b> +<ul><li>FPM: +<ul> + <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.34"><!-- {{{ 5.6.34 --> <h3>Version 5.6.34</h3> <b><?php release_date('01-Mar-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index d796cd7..508c562 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2018-03-29-3.xml"/> <xi:include href="entries/2018-03-29-2.xml"/> <xi:include href="entries/2018-03-29-1.xml"/> <xi:include href="entries/2018-03-13-1.xml"/> diff --git a/archive/entries/2018-03-29-3.xml b/archive/entries/2018-03-29-3.xml new file mode 100644 index 0000000..7d66f9b --- /dev/null +++ b/archive/entries/2018-03-29-3.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.6.35 Released</title> + <id>http://php.net/archive/2018.php#id2018-03-29-3</id> + <published>2018-03-29T16:26:07-07:00</published> + <updated>2018-03-29T16:26:07-07: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-03-29-3" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-03-29-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 + 5.6.35. This is a security release. One security bug was fixed in + this release. + + All PHP 5.6 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 5.6.35 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-5.php#5.6.35">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index d8430f8..81fba78 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1589,6 +1589,39 @@ $OLDRELEASES = array ( ), 5 => array ( + '5.6.34' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_6_34.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.6.34.tar.bz2', + 'name' => 'PHP 5.6.34 (tar.bz2)', + 'sha256' => 'e19f499d8cee4b0b0780361ecb6a00c41654772a754803ab9ea866b8d47cf2cd', + 'date' => '01 Mar 2018', + ), + 1 => + array ( + 'filename' => 'php-5.6.34.tar.gz', + 'name' => 'PHP 5.6.34 (tar.gz)', + 'sha256' => 'de28251ef6d7eb945eb7b770ff668b9f978d9adad52a8c763f6ee409a96732ea', + 'date' => '01 Mar 2018', + ), + 2 => + array ( + 'filename' => 'php-5.6.34.tar.xz', + 'name' => 'PHP 5.6.34 (tar.xz)', + 'sha256' => '21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128', + 'date' => '01 Mar 2018', + ), + ), + 'date' => '01 Mar 2018', + 'museum' => false, + ), '5.6.33' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8f8675b..d3280f3 100644 --- a/include/version.inc +++ b/include/version.inc @@ -56,12 +56,12 @@ $PHP_7_0_SHA256 = array( $PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_6_RC_DATE = "05 Jan 2017"; -$PHP_5_6_VERSION = "5.6.34"; -$PHP_5_6_DATE = "01 Mar 2018"; +$PHP_5_6_VERSION = "5.6.35"; +$PHP_5_6_DATE = "29 Mar 2018"; $PHP_5_6_SHA256 = array( - "tar.bz2" => "e19f499d8cee4b0b0780361ecb6a00c41654772a754803ab9ea866b8d47cf2cd", - "tar.gz" => "de28251ef6d7eb945eb7b770ff668b9f978d9adad52a8c763f6ee409a96732ea", - "tar.xz" => "21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128", + "tar.bz2" => "ee78a7e9ca21d8ea394d037c55effff477a49dbae31c7753c547036f5bd73b92", + "tar.gz" => "dd0242304f510d48a5216dd2f5796bcf59e8e18366658259aaf205e1d63abf71", + "tar.xz" => "9985cb64cb8224c289effff5b34f670d14f838175f76daea0507d643eec650d2", ); $RELEASES = array( diff --git a/releases/5_6_35.php b/releases/5_6_35.php new file mode 100644 index 0000000..66d068c --- /dev/null +++ b/releases/5_6_35.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_6_35.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.6.35 Release Announcement"); +?> + + <h1>PHP 5.6.35 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.6.35. This is a security release. One security bug was fixed in + this release. + + All PHP 5.6 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.6.35 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-5.php#5.6.35">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php