Commit:    753ba170a12337527ef61283fe0f598481817104
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 29 Oct 2020 
11:24:43 +0100
Parents:   e8a59196e7261fde41aab84300d72da6613774f2
Branches:  master

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

Log:
Announce 7.3.24

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2020-10-29-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_3_24.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index bef0adb01..b3f171fb6 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -1142,6 +1142,62 @@ site_header("PHP 7 ChangeLog", array("current" => 
"docs", "css" => array("change
 
 <a name="PHP_7_3"></a>
 
+<section class="version" id="7.3.24"><!-- {{{ 7.3.24 -->
+<h3>Version 7.3.24</h3>
+<b><?php release_date('29-Oct-2020'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(79423); ?> (copy command is limited to size of file it can 
copy).</li>
+</ul></li>
+<li>Calendar:
+<ul>
+  <li><?php bugfix(80185); ?> (jdtounix() fails after 2037).</li>
+</ul></li>
+<li>IMAP:
+<ul>
+  <li><?php bugfix(80213); ?> (imap_mail_compose() segfaults on certain 
$bodies).</li>
+  <li><?php bugfix(80215); ?> (imap_mail_compose() may modify by-val 
parameters).</li>
+  <li><?php bugfix(80220); ?> (imap_mail_compose() may leak memory).</li>
+  <li><?php bugfix(80223); ?> (imap_mail_compose() leaks envelope on malformed 
bodies).</li>
+  <li><?php bugfix(80216); ?> (imap_mail_compose() does not validate 
types/encodings).</li>
+  <li><?php bugfix(80226); ?> (imap_sort() leaks sortpgm memory).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li><?php bugfix(80115); ?> (mysqlnd.debug doesn't recognize absolute paths 
with slashes).</li>
+  <li><?php bugfix(80107); ?> (mysqli_query() fails for ~16 MB long query when 
compression is enabled).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(78470); ?> (odbc_specialcolumns() no longer accepts 
$nullable).</li>
+  <li><?php bugfix(80147); ?> (BINARY strings may not be properly 
zero-terminated).</li>
+  <li><?php bugfix(80150); ?> (Failure to fetch error message).</li>
+  <li><?php bugfix(80152); ?> (odbc_execute() moves internal pointer of 
$params).</li>
+  <li><?php bugfix(46050); ?> (odbc_next_result corrupts prepared 
resource).</li>
+</ul></li>
+<li>OPcache:
+<ul>
+  <li><?php bugfix(80083); ?> (Optimizer pass 6 removes variables used for 
ibm_db2 data binding).</li>
+</ul></li>
+<li>PDO_ODBC:
+<ul>
+  <li><?php bugfix(67465); ?> (NULL Pointer dereference in 
odbc_handle_preparer).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(80114); ?> (parse_url does not accept URLs with port 
0).</li>
+  <li><?php bugfix(76943); ?> (Inconsistent stream_wrapper_restore() 
errors).</li>
+  <li><?php bugfix(76735); ?> (Incorrect message in fopen on invalid 
mode).</li>
+</ul></li>
+<li>Tidy:
+<ul>
+  <li><?php bugfix(77040); ?> (tidyNode::isHtml() is completely broken).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.3.23"><!-- {{{ 7.3.23 -->
 <h3>Version 7.3.23</h3>
 <b><?php release_date('01-Oct-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index eaa3d568f..cea4e4896 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/2020-10-29-1.xml"/>
   <xi:include href="entries/2020-10-16-2.xml"/>
   <xi:include href="entries/2020-10-16-1.xml"/>
   <xi:include href="entries/2020-10-01-4.xml"/>
diff --git a/archive/entries/2020-10-29-1.xml b/archive/entries/2020-10-29-1.xml
new file mode 100644
index 000000000..f1333a818
--- /dev/null
+++ b/archive/entries/2020-10-29-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.24 Released!</title>
+  <id>https://www.php.net/archive/2020.php#2020-10-29-1</id>
+  <published>2020-10-29T10:21:13+00:00</published>
+  <updated>2020-10-29T10:21:13+00:00</updated>
+  <link href="https://www.php.net/index.php#id2020-10-29-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2020.php#2020-10-29-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.24. 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.24 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.24";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 57d96f7d7..898309c53 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.23' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_23.php',
+      ),
+      'tags' => 
+      array (
+        0 => '',
+      ),
+      'date' => '01 Oct 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.23.tar.bz2',
+          'name' => 'PHP 7.3.23 (tar.bz2)',
+          'sha256' => 
'fd6666ad4605508042c6964151379475daea36c43e03b11b1e79d4ae6b04c04c',
+          'date' => '01 Oct 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.23.tar.gz',
+          'name' => 'PHP 7.3.23 (tar.gz)',
+          'sha256' => 
'a21094b9ba2d8fe7fa5838e6566e30cf4bfaf2c8a6dce90ff707c45d0d8d494d',
+          'date' => '01 Oct 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.23.tar.xz',
+          'name' => 'PHP 7.3.23 (tar.xz)',
+          'sha256' => 
'2bdd36176f318f451fb3942bf1e935aabb3c2786cac41a9080f084ad6390e034',
+          'date' => '01 Oct 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.3.22' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index cfbde6702..9882d412a 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.23";
-    $PHP_7_3_DATE            = "01 Oct 2020";
+    $PHP_7_3_VERSION         = "7.3.24";
+    $PHP_7_3_DATE            = "29 Oct 2020";
     $PHP_7_3_TAGS            = ['']; // Set to ['security'] for security 
releases.
     $PHP_7_3_SHA256     = array(
-        "tar.bz2"       => 
"fd6666ad4605508042c6964151379475daea36c43e03b11b1e79d4ae6b04c04c",
-        "tar.gz"        => 
"a21094b9ba2d8fe7fa5838e6566e30cf4bfaf2c8a6dce90ff707c45d0d8d494d",
-        "tar.xz"        => 
"2bdd36176f318f451fb3942bf1e935aabb3c2786cac41a9080f084ad6390e034",
+        "tar.bz2"       => 
"55b7afbb2037b0f8fefc481a85f8df4f7a278b4b7f0ed9f674c50ec389cca598",
+        "tar.gz"        => 
"ac06577e2aeb69d4bed3c1532ed84a548f01399e5481c144c3e61d146be8ced6",
+        "tar.xz"        => 
"78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888",
     );
 
     /* PHP 7.2 Release */
diff --git a/releases/7_3_24.php b/releases/7_3_24.php
new file mode 100644
index 000000000..429a4539c
--- /dev/null
+++ b/releases/7_3_24.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.3.24.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.3.24 Release Announcement');
+?>
+<h1>PHP 7.3.24 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
7.3.24. 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.24 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.24";>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