Commit:    b89b60f54ce57d7bde5c18a77eec78d072f3afc3
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 7 Jan 2021 
11:45:50 +0100
Parents:   1ca5f5d1cf369d2b32f9cfebeddcd66e85e37249
Branches:  master

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

Log:
Announce 7.3.26

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2021-01-07-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_3_26.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 67fae0178..296a9b87d 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -1335,6 +1335,19 @@ site_header("PHP 7 ChangeLog", array("current" => 
"docs", "css" => array("change
 
 <a name="PHP_7_3"></a>
 
+<section class="version" id="7.3.26"><!-- {{{ 7.3.26 -->
+<h3>Version 7.3.26</h3>
+<b><?php release_date('07-Jan-2021'); ?></b>
+<ul><li>Standard:
+<ul>
+  <li><?php bugfix(77423); ?> (FILTER_VALIDATE_URL accepts URLs with invalid 
userinfo). (CVE-2020-7071)</li>
+  <li><?php bugfix(80457); ?> (stream_get_contents() fails with maxlength=-1 
or default).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.3.25"><!-- {{{ 7.3.25 -->
 <h3>Version 7.3.25</h3>
 <b><?php release_date('26-Nov-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3432f3fc7..7debe6c04 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/2021-01-07-2.xml"/>
   <xi:include href="entries/2021-01-07-1.xml"/>
   <xi:include href="entries/2020-11-30-1.xml"/>
   <xi:include href="entries/2020-11-26-3.xml"/>
diff --git a/archive/entries/2021-01-07-2.xml b/archive/entries/2021-01-07-2.xml
new file mode 100644
index 000000000..349e30b16
--- /dev/null
+++ b/archive/entries/2021-01-07-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.3.26 Released!</title>
+  <id>https://www.php.net/archive/2021.php#2021-01-07-2</id>
+  <published>2021-01-07T10:31:37+00:00</published>
+  <updated>2021-01-07T10:31:37+00:00</updated>
+  <link href="https://www.php.net/index.php#id2021-01-07-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2021.php#2021-01-07-2"; rel="via" 
type="text/html"/>
+  <category term="releases" label="New PHP release"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";><p>The PHP development team 
announces the immediate availability of PHP 7.3.26. This is a security 
release.</p>
+
+<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.3.26 please visit our <a 
href="https://www.php.net/downloads.php";>downloads page</a>,
+Windows source and binaries can be found on <a 
href="https://windows.php.net/download/";>windows.php.net/download/</a>.
+The list of changes is recorded in the <a 
href="https://www.php.net/ChangeLog-7.php#7.3.26";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 4ab9af458..a142f5a70 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.25' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_25.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '26 Nov 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.25.tar.gz',
+          'name' => 'PHP 7.3.25 (tar.gz)',
+          'sha256' => 
'097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad',
+          'date' => '26 Nov 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.25.tar.bz2',
+          'name' => 'PHP 7.3.25 (tar.bz2)',
+          'sha256' => 
'69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb',
+          'date' => '26 Nov 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.25.tar.xz',
+          'name' => 'PHP 7.3.25 (tar.xz)',
+          'sha256' => 
'c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329',
+          'date' => '26 Nov 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.4.13' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index d453e8e3b..5beefb89a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -44,13 +44,13 @@ $RELEASES = (function() {
 
     /* PHP 7.3 Release */
     $data['7.3'] = [
-        'version' => '7.3.25',
-        'date'    => '26 Nov 2020',
-        'tags'      => [],
+        'version' => '7.3.26',
+        'date'    => '07 Dec 2021',
+        'tags'      => ['security'],
         'sha256'  => [
-            'tar.gz'  => 
'097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad',
-            'tar.bz2' => 
'69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb',
-            'tar.xz'  => 
'c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329',
+            'tar.gz'  => 
'2b55c2a54d1825e7c3feaf44cf42cdf782b8d5c611314172fbf8e234960b6a99',
+            'tar.bz2' => 
'371e5a7c8154fd3c52b14baace5f7d04c4bbb8e841d356c54a2b6a688db39d4e',
+            'tar.xz'  => 
'd93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8f04fa48875208',
         ]
     ];
 
diff --git a/releases/7_3_26.php b/releases/7_3_26.php
new file mode 100644
index 000000000..22d0a59f0
--- /dev/null
+++ b/releases/7_3_26.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.3.26.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.3.26 Release Announcement');
+?>
+<h1>PHP 7.3.26 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
7.3.26. This is a security release.</p>
+
+<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.3.26 please visit our <a 
href="https://www.php.net/downloads.php";>downloads page</a>,
+Windows source and binaries can be found on <a 
href="https://windows.php.net/download/";>windows.php.net/download/</a>.
+The list of changes is recorded in the <a 
href="https://www.php.net/ChangeLog-7.php#7.3.26";>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