Commit:    11587b75a925f6923b4633b56a93f733aec2bbd1
Author:    Christoph M. Becker <[email protected]>         Thu, 3 Sep 2020 
11:24:40 +0200
Parents:   c79e498f152524d967cfa0aa865b7fb373eb2a0d
Branches:  master

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

Log:
Announce 7.3.22

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2020-09-03-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_3_22.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 990653eb1..4c4fc9763 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -1036,6 +1036,57 @@ site_header("PHP 7 ChangeLog", array("current" => 
"docs", "css" => array("change
 
 <a name="PHP_7_3"></a>
 
+<section class="version" id="7.3.22"><!-- {{{ 7.3.22 -->
+<h3>Version 7.3.22</h3>
+<b><?php release_date('03-Sep-2020'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(79884); ?> (PHP_CONFIG_FILE_PATH is meaningless).</li>
+  <li><?php bugfix(77932); ?> (File extensions are case-sensitive).</li>
+  <li><?php bugfix(79806); ?> (realpath() erroneously resolves link to 
link).</li>
+  <li><?php bugfix(79895); ?> (PHP_CHECK_GCC_ARG does not allow flags with 
equal sign).</li>
+  <li><?php bugfix(79919); ?> (Stack use-after-scope in define()).</li>
+  <li><?php bugfix(79934); ?> (CRLF-only line in heredoc causes parsing 
error).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(48585); ?> (com_load_typelib holds reference, fails on 
second call).</li>
+</ul></li>
+<li>Exif:
+<ul>
+  <li><?php bugfix(75785); ?> (Many errors from exif_read_data).</li>
+</ul></li>
+<li>Gettext:
+<ul>
+  <li><?php bugfix(70574); ?> (Tests fail due to relying on Linux fallback 
behavior for gettext()).</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Fixed memory leaks.</li>
+</ul></li>
+<li>OPcache:
+<ul>
+  <li><?php bugfix(73060); ?> (php failed with error after temp folder cleaned 
up).</li>
+</ul></li>
+<li>PDO:
+<ul>
+  <li><?php bugfix(64705); ?> (errorInfo property of PDOException is null when 
PDO::__construct() fails).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(79930); ?> (array_merge_recursive() crashes when called 
with array with single reference).</li>
+  <li><?php bugfix(79944); ?> (getmxrr always returns true on Alpine 
linux).</li>
+  <li><?php bugfix(79951); ?> (Memory leak in str_replace of empty 
string).</li>
+</ul></li>
+<li>XML:
+<ul>
+  <li><?php bugfix(79922); ?> (Crash after multiple calls to 
xml_parser_free()).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.3.21"><!-- {{{ 7.3.21 -->
 <h3>Version 7.3.21</h3>
 <b><?php release_date('06-Aug-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 7c544c7be..f10142e91 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/2020-09-03-1.xml"/>
   <xi:include href="entries/2020-08-21-1.xml"/>
   <xi:include href="entries/2020-08-06-4.xml"/>
   <xi:include href="entries/2020-08-06-3.xml"/>
diff --git a/archive/entries/2020-09-03-1.xml b/archive/entries/2020-09-03-1.xml
new file mode 100644
index 000000000..84e7d9b52
--- /dev/null
+++ b/archive/entries/2020-09-03-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.3.22 Released!</title>
+  <id>https://www.php.net/archive/2020.php#2020-09-03-1</id>
+  <published>2020-09-03T09:19:07+00:00</published>
+  <updated>2020-09-03T09:19:07+00:00</updated>
+  <link href="https://www.php.net/index.php#id2020-09-03-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2020.php#2020-09-03-1"; 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.22. This is a bug fix 
release.</p>
+
+<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.3.22 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.22";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9bc4dfc68..27efb119d 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.21' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_21.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '06 Aug 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.21.tar.bz2',
+          'name' => 'PHP 7.3.21 (tar.bz2)',
+          'sha256' => 
'dbb0ea39e7e4b3814d6d1dd3ac5983aed6c38cdf55464645da11a8b134a9f7a7',
+          'date' => '06 Aug 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.21.tar.gz',
+          'name' => 'PHP 7.3.21 (tar.gz)',
+          'sha256' => 
'f5d6e136768522edd025c4a97b9b6a98a2fda20b68445cbc5ca2efce1e73c7d0',
+          'date' => '06 Aug 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.21.tar.xz',
+          'name' => 'PHP 7.3.21 (tar.xz)',
+          'sha256' => 
'4c8b065746ef776d84b7ae47908c21a79e3d4704b86b60d816716b8697c58ce9',
+          'date' => '06 Aug 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.4.8' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 129f7ea31..9c3c88bc0 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -27,13 +27,13 @@ $RELEASES = (function() {
     );
 
     /* PHP 7.3 Release */
-    $PHP_7_3_VERSION         = "7.3.21";
-    $PHP_7_3_DATE            = "06 Aug 2020";
-    $PHP_7_3_TAGS            = ['security']; // Set to ['security'] for 
security releases.
+    $PHP_7_3_VERSION         = "7.3.22";
+    $PHP_7_3_DATE            = "03 Sep 2020";
+    $PHP_7_3_TAGS            = ['']; // Set to ['security'] for security 
releases.
     $PHP_7_3_SHA256     = array(
-        "tar.bz2"       => 
"dbb0ea39e7e4b3814d6d1dd3ac5983aed6c38cdf55464645da11a8b134a9f7a7",
-        "tar.gz"        => 
"f5d6e136768522edd025c4a97b9b6a98a2fda20b68445cbc5ca2efce1e73c7d0",
-        "tar.xz"        => 
"4c8b065746ef776d84b7ae47908c21a79e3d4704b86b60d816716b8697c58ce9",
+        "tar.bz2"       => 
"c790b8172520b2ff773d6cf80774ea0a678a2f16e8ee6b11d68802094448689e",
+        "tar.gz"        => 
"759426cb4054e3f23316c39710faff0bb8063fd0ea50fc2c5efa590429af1a22",
+        "tar.xz"        => 
"0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5",
     );
 
     /* PHP 7.2 Release */
diff --git a/releases/7_3_22.php b/releases/7_3_22.php
new file mode 100644
index 000000000..b575b65b7
--- /dev/null
+++ b/releases/7_3_22.php
@@ -0,0 +1,14 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.3.22.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.3.22 Release Announcement');
+?>
+<p>The PHP development team announces the immediate availability of PHP 
7.3.22. This is a bug fix release.</p>
+
+<p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.3.22 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.22";>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