Commit: 178556adde697bfc3b862ba0648ac816bc802efc
Author: Remi Collet <[email protected]> Thu, 19 Jul 2018 11:45:18 +0200
Parents: 23715d8923f57dab819d1a2902ac5d9a5fd32a37
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=178556adde697bfc3b862ba0648ac816bc802efc
Log:
7.2.8 annoucement
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2018-07-19-2.xml
M include/releases.inc
M include/version.inc
A releases/7_2_8.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 8cd7e0b..ade0268 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,74 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
?>
<h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.2.8"><!-- {{{ 7.2.8 -->
+<h3>Version 7.2.8</h3>
+<b><?php release_date('19-Jul-2018'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(76534); ?> (PHP hangs on 'illegal string offset on string
references with an error handler).</li>
+ <li><?php bugfix(76520); ?> (Object creation leaks memory when executed over
HTTP).</li>
+ <li><?php bugfix(76502); ?> (Chain of mixed exceptions and errors does not
serialize properly).</li>
+</ul></li>
+<li>Date:
+<ul>
+ <li><?php bugfix(76462); ?> (Undefined property: DateInterval::$f).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+ <li><?php bugfix(76409); ?> (heap use after free in _php_stream_free).</li>
+ <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in
exif_thumbnail_extract of exif.c).</li>
+ <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while
reading exif data).</li>
+</ul></li>
+<li>FPM:
+<ul>
+ <li><?php bugfix(73342); ?> (Vulnerability in php-fpm by changing stdin to
non-blocking).</li>
+</ul></li>
+<li>GMP:
+<ul>
+ <li><?php bugfix(74670); ?> (Integer Underflow when unserializing GMP and
possible other classes).</li>
+</ul></li>
+<li>intl:
+<ul>
+ <li><?php bugfix(76556); ?> (get_debug_info handler for BreakIterator shows
wrong type).</li>
+</ul></li>
+<li>mbstring:
+<ul>
+ <li><?php bugfix(76532); ?> (Integer overflow and excessive memory usage in
mb_strimwidth).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(76477); ?> (Opcache causes empty return value).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li><?php bugfix(76548); ?> (pg_fetch_result did not fetch the next
row).</li>
+</ul></li>
+<li>phpdbg:
+<ul>
+ <li>Fix arginfo wrt. optional/required parameters.</li>
+</ul></li>
+<li>Reflection:
+<ul>
+ <li><?php bugfix(76536); ?> (PHP crashes with core dump when throwing
exception in error handler).</li>
+ <li><?php bugfix(75231); ?> (ReflectionProperty#getValue() incorrectly works
with inherited classes).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(76505); ?> (array_merge_recursive() is duplicating
sub-array keys).</li>
+ <li><?php bugfix(71848); ?> (getimagesize with $imageinfo returns
false).</li>
+</ul></li>
+<li>Win32:
+<ul>
+ <li><?php bugfix(76459); ?> (windows linkinfo lacks openbasedir check).</li>
+</ul></li>
+<li>ZIP:
+<ul>
+ <li><?php bugfix(76461); ?> (OPSYS_Z_CPM defined instead of OPSYS_CPM).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="7.1.19"><!-- {{{ 7.1.19 -->
<h3>Version 7.1.19</h3>
<b><?php release_date('22-Jun-2018'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index bd593df..ae37c89 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-07-19-2.xml"/>
<xi:include href="entries/2018-07-19-1.xml"/>
<xi:include href="entries/2018-07-05-1.xml"/>
<xi:include href="entries/2018-06-26-1.xml"/>
diff --git a/archive/entries/2018-07-19-2.xml b/archive/entries/2018-07-19-2.xml
new file mode 100644
index 0000000..916b400
--- /dev/null
+++ b/archive/entries/2018-07-19-2.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.2.8 Released</title>
+ <id>http://php.net/archive/2018.php#id2018-07-19-2</id>
+ <published>2018-07-19T09:42:31+00:00</published>
+ <updated>2018-07-19T09:42:31+00: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-07-19-2" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2018.php#id2018-07-19-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.2.8. This is a security release which also contains several minor bug
fixes.</p>
+
+ <p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+
+ <p>For source downloads of PHP 7.2.8 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.2.8">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 594cd84..3639eff 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.2.7' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_2_7.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.2.7.tar.bz2',
+ 'name' => 'PHP 7.2.7 (tar.bz2)',
+ 'sha256' =>
'cc81675a96af4dd18d8ffc02f26a36c622abadf86af7ecfea7bcde8d3c96d5a3',
+ 'date' => '21 Jun 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.2.7.tar.gz',
+ 'name' => 'PHP 7.2.7 (tar.gz)',
+ 'sha256' =>
'014f0560cfa22e6301b0024a6fd888c3612a0dc102ff355fa2b49544d16d43b1',
+ 'date' => '21 Jun 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.2.7.tar.xz',
+ 'name' => 'PHP 7.2.7 (tar.xz)',
+ 'sha256' =>
'eb01c0153b3baf1f64b8b044013ce414b52fede222df3f509e8ff209478f31f0',
+ 'date' => '21 Jun 2018',
+ ),
+ ),
+ 'date' => '21 Jun 2018',
+ 'museum' => false,
+ ),
'7.1.18' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 6638c1e..33373fb 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,15 +20,15 @@ $PHP_7_3_RC = '7.3.0alpha4';
$PHP_7_3_RC_DATE = "19 Jul 2018";
/* PHP 7.2 Release */
-$PHP_7_2_RC = '7.2.8RC1'; // Current RC version (e.g., '7.2.1RC1') or false
+$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
$PHP_7_2_RC_DATE = "05 Jul 2018";
-$PHP_7_2_VERSION = "7.2.7";
-$PHP_7_2_DATE = "21 Jun 2018";
+$PHP_7_2_VERSION = "7.2.8";
+$PHP_7_2_DATE = "19 Jul 2018";
$PHP_7_2_SHA256 = array(
- "tar.bz2" =>
"cc81675a96af4dd18d8ffc02f26a36c622abadf86af7ecfea7bcde8d3c96d5a3",
- "tar.gz" =>
"014f0560cfa22e6301b0024a6fd888c3612a0dc102ff355fa2b49544d16d43b1",
- "tar.xz" =>
"eb01c0153b3baf1f64b8b044013ce414b52fede222df3f509e8ff209478f31f0",
+ "tar.bz2" =>
"1f8068f520a60fff3db19be1b849f0c02a33a0fd8b34b7ae05556ef682187ee6",
+ "tar.gz" =>
"a0cb9bf2f78498fc090eb553df03cdacc198785dec0818efa7a1804c2b7a8722",
+ "tar.xz" =>
"53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f",
);
/* PHP 7.1 Release */
diff --git a/releases/7_2_8.php b/releases/7_2_8.php
new file mode 100644
index 0000000..ab63068
--- /dev/null
+++ b/releases/7_2_8.php
@@ -0,0 +1,18 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_2_8.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.2.8 Release Announcement");
+?>
+<h1>PHP 7.2.8 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 7.2.8.
+This is a security release which also contains several minor bug fixes.</p>
+
+<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.2.8 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.2.8">ChangeLog</a>.
+</p>
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php