Commit:    76a032f027d2f98d604a4c22bfbb5eb5894399f3
Author:    Joe Watkins <krak...@php.net>         Fri, 20 Jul 2018 10:13:40 +0200
Parents:   eb2029f7bb61450a678ee9e45dcf75b25f11f7ea
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=76a032f027d2f98d604a4c22bfbb5eb5894399f3

Log:
7.1.20 announce

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2018-07-20-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_1_20.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index c0e8843..8fb0d19 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,65 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 ?>
 <h1>PHP 7 ChangeLog</h1>
 
+<section class="version" id="7.1.20"><!-- {{{ 7.1.20 -->
+<h3>Version 7.1.20</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(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(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>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>
+</ul>
+<!-- }}} --></section>
+
+
 <section class="version" id="7.0.31"><!-- {{{ 7.0.31 -->
 <h3>Version 7.0.31</h3>
 <b><?php release_date('19-Jul-2018'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 37450b6..484f2a3 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-07-20-2.xml"/>
   <xi:include href="entries/2018-07-20-1.xml"/>
   <xi:include href="entries/2018-07-19-3.xml"/>
   <xi:include href="entries/2018-07-19-2.xml"/>
diff --git a/archive/entries/2018-07-20-2.xml b/archive/entries/2018-07-20-2.xml
new file mode 100644
index 0000000..6e794aa
--- /dev/null
+++ b/archive/entries/2018-07-20-2.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.1.20 Released</title>
+  <id>http://php.net/archive/2018.php#id2018-07-20-2</id>
+  <published>2018-07-20T08:13:03+00:00</published>
+  <updated>2018-07-20T08:13:03+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#id2018-07-20-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2018.php#id2018-07-20-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.1.20. This is a security release. Several security bugs have been 
fixed
+          in this release.
+     
+          All PHP 7.1 users are encouraged to upgrade to this version.
+          </p>
+     
+          <p>For source downloads of PHP 7.1.20 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.20";>ChangeLog</a>.
+          </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index c06295b..9199778 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.1.19' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_1_19.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.1.19.tar.bz2',
+          'name' => 'PHP 7.1.19 (tar.bz2)',
+          'sha256' => 
'13c43e7be3040ad53f192b0770c7ed99e5b3e348dfc6674666179d557fd770f3',
+          'date' => '21 Jun 2018',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.1.19.tar.gz',
+          'name' => 'PHP 7.1.19 (tar.gz)',
+          'sha256' => 
'e1ae477b72bed02cdcb04f0157b8f8767bd4f6030416ae06408b4f6d85ee66a1',
+          'date' => '21 Jun 2018',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.1.19.tar.xz',
+          'name' => 'PHP 7.1.19 (tar.xz)',
+          'sha256' => 
'7cab88f269b90a8a38dbcccf3ec0d5c6eba86122431a53eaa94405bbb60370a8',
+          'date' => '21 Jun 2018',
+        ),
+      ),
+      'date' => '21 Jun 2018',
+      'museum' => false,
+    ),
     '7.0.30' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index aea7e98..3268b12 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -35,12 +35,12 @@ $PHP_7_2_SHA256     = array(
 $PHP_7_1_RC = '7.1.20RC1'; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_7_1_RC_DATE = "7 July 2018";
 
-$PHP_7_1_VERSION         = "7.1.19";
-$PHP_7_1_DATE            = "21 Jun 2018";
+$PHP_7_1_VERSION         = "7.1.20";
+$PHP_7_1_DATE            = "19 Jul 2018";
 $PHP_7_1_SHA256     = array(
-    "tar.bz2"       => 
"13c43e7be3040ad53f192b0770c7ed99e5b3e348dfc6674666179d557fd770f3",
-    "tar.gz"        => 
"e1ae477b72bed02cdcb04f0157b8f8767bd4f6030416ae06408b4f6d85ee66a1",
-    "tar.xz"        => 
"7cab88f269b90a8a38dbcccf3ec0d5c6eba86122431a53eaa94405bbb60370a8",
+    "tar.bz2"       => 
"3a1b476c88fb81254ea572e891a1d65053ab54068348e00c75e8b54fae691d45",
+    "tar.gz"        => 
"77a2091f4ab50367a6c68274a0d92e0da9ecdbf428b280c9836c5c6d512da450",
+    "tar.xz"        => 
"cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c",
 );
 
 /* PHP 7.0 Release */
diff --git a/releases/7_1_20.php b/releases/7_1_20.php
new file mode 100644
index 0000000..c57b93a
--- /dev/null
+++ b/releases/7_1_20.php
@@ -0,0 +1,23 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_20.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.20 Release Announcement");
+?>
+
+    <h1>PHP 7.1.20 Release Announcement</h1>
+     
+    <p>The PHP development team announces the immediate availability of PHP
+     7.1.20. This is a security release. Several security bugs have been fixed
+     in this release.
+     
+     All PHP 7.1 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 7.1.20 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.20";>ChangeLog</a>.
+     </p>
+
+
+<?php site_footer(); ?>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to