Commit: 0a118af5e1f8d87a765b924eb2414254c5cb598d Author: Ferenc Kovacs <[email protected]> Thu, 26 Apr 2018 22:33:49 +0200 Parents: dccc5f2f53fda851aa3f0816aa930d34dee281d7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0a118af5e1f8d87a765b924eb2414254c5cb598d Log: announce 5.6.36 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2018-04-26-4.xml M include/releases.inc M include/version.inc A releases/5_6_36.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index f797899..8124d8d 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -8,6 +8,28 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.6.36"><!-- {{{ 5.6.36 --> +<h3>Version 5.6.36</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="5.6.35"><!-- {{{ 5.6.35 --> <h3>Version 5.6.35</h3> <b><?php release_date('29-Mar-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 835c308..5301092 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-4.xml"/> <xi:include href="entries/2018-04-26-3.xml"/> <xi:include href="entries/2018-04-26-2.xml"/> <xi:include href="entries/2018-04-26-1.xml"/> diff --git a/archive/entries/2018-04-26-4.xml b/archive/entries/2018-04-26-4.xml new file mode 100644 index 0000000..38f1346 --- /dev/null +++ b/archive/entries/2018-04-26-4.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.6.36 Released</title> + <id>http://php.net/archive/2018.php#id2018-04-26-4</id> + <published>2018-04-26T13:29:24-07:00</published> + <updated>2018-04-26T13:29:24-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-04-26-4" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-04-26-4" 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.36. This is a security release. Several security bugs have been 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.36 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.36">ChangeLog</a>. + </p> + </div> + </content> + +</entry> diff --git a/include/releases.inc b/include/releases.inc index 82e6cf7..0acec87 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1721,6 +1721,39 @@ $OLDRELEASES = array ( ), 5 => array ( + '5.6.35' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_6_35.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.6.35.tar.bz2', + 'name' => 'PHP 5.6.35 (tar.bz2)', + 'sha256' => 'ee78a7e9ca21d8ea394d037c55effff477a49dbae31c7753c547036f5bd73b92', + 'date' => '29 Mar 2018', + ), + 1 => + array ( + 'filename' => 'php-5.6.35.tar.gz', + 'name' => 'PHP 5.6.35 (tar.gz)', + 'sha256' => 'dd0242304f510d48a5216dd2f5796bcf59e8e18366658259aaf205e1d63abf71', + 'date' => '29 Mar 2018', + ), + 2 => + array ( + 'filename' => 'php-5.6.35.tar.xz', + 'name' => 'PHP 5.6.35 (tar.xz)', + 'sha256' => '9985cb64cb8224c289effff5b34f670d14f838175f76daea0507d643eec650d2', + 'date' => '29 Mar 2018', + ), + ), + 'date' => '29 Mar 2018', + 'museum' => false, + ), '5.6.34' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4e65349..4932c71 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.35"; -$PHP_5_6_DATE = "29 Mar 2018"; +$PHP_5_6_VERSION = "5.6.36"; +$PHP_5_6_DATE = "26 Apr 2018"; $PHP_5_6_SHA256 = array( - "tar.bz2" => "ee78a7e9ca21d8ea394d037c55effff477a49dbae31c7753c547036f5bd73b92", - "tar.gz" => "dd0242304f510d48a5216dd2f5796bcf59e8e18366658259aaf205e1d63abf71", - "tar.xz" => "9985cb64cb8224c289effff5b34f670d14f838175f76daea0507d643eec650d2", + "tar.bz2" => "626a0e3f5d8a0e686a2b930f0dd3a0601fe3dcb5e43dd0e8c3fab631e64e172a", + "tar.gz" => "06086a8b6a9964ef8009c4d9176b4eeb0c564ea39c1213f015e24f3466d2d69f", + "tar.xz" => "18f536bf548e909b4e980379d0c4e56d024b2b1eb1c9768fd169360491f1d6dd", ); $RELEASES = array( diff --git a/releases/5_6_36.php b/releases/5_6_36.php new file mode 100644 index 0000000..f5a4cb6 --- /dev/null +++ b/releases/5_6_36.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_6_36.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.6.36 Release Announcement"); +?> + + <h1>PHP 5.6.36 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.6.36. This is a security release. Several security bugs have been 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.36 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.36">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
