Commit:    ab8047910e83ed794625073d309e3a611c7c723a
Author:    Christoph M. Becker <[email protected]>         Thu, 26 Sep 2019 
12:26:00 +0200
Parents:   01b9ec62878caf3e11170b6e171c6c3e3615be41
Branches:  master

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

Log:
Announce 7.3.10

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-09-26-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_3_10.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index e72c78a84..40c0a9b39 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -11,6 +11,53 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_7_3"></a>
 
+<section class="version" id="7.3.10"><!-- {{{ 7.3.10 -->
+<h3>Version 7.3.10</h3>
+<b><?php release_date('26-Sep-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(78220); ?> (Can't access OneDrive folder).</li>
+  <li><?php bugfix(77922); ?> (Double release of doc comment on inherited 
shadow property).</li>
+  <li><?php bugfix(78441); ?> (Parse error due to heredoc identifier followed 
by digit).</li>
+  <li><?php bugfix(77812); ?> (Interactive mode does not support PHP 7.3-style 
heredoc).</li>
+</ul></li>
+<li>FastCGI:
+<ul>
+  <li><?php bugfix(78469); ?> (FastCGI on_accept hook is not called when using 
named pipes on Windows).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(78334); ?> (fpm log prefix message includes wrong 
stdout/stderr notation).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li>Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8() 
when requested.</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li><?php bugfix(78559); ?> (Heap buffer overflow in mb_eregi).</li>
+</ul></li>
+<li>MySQLnd:
+<ul>
+  <li>Fixed connect_attr issues and added the _server_host connection 
attribute.</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(78473); ?> (odbc_close() closes arbitrary resources).</li>
+</ul></li>
+<li>PDO_MySQL:
+<ul>
+  <li><?php bugfix(41997); ?> (SP call yields additional empty result 
set).</li>
+</ul></li>
+<li>sodium:
+<ul>
+  <li><?php bugfix(78510); ?> (Partially uninitialized buffer returned by 
sodium_crypto_generichash_init()).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.3.9"><!-- {{{ 7.3.9 -->
 <h3>Version 7.3.9</h3>
 <b><?php release_date('29-Aug-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 19458fd59..c7271ca01 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/2019-09-26-1.xml"/>
   <xi:include href="entries/2019-09-19-1.xml"/>
   <xi:include href="entries/2019-09-17-1.xml"/>
   <xi:include href="entries/2019-09-05-1.xml"/>
diff --git a/archive/entries/2019-09-26-1.xml b/archive/entries/2019-09-26-1.xml
new file mode 100644
index 000000000..8360c1f67
--- /dev/null
+++ b/archive/entries/2019-09-26-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.3.10 Released</title>
+  <id>https://www.php.net/archive/2019.php#2019-09-26-1</id>
+  <published>2019-09-26T10:22:05+00:00</published>
+  <updated>2019-09-26T10:22:05+00:00</updated>
+  <link href="https://www.php.net/index.php#id2019-09-26-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2019.php#2019-09-26-1"; rel="via" 
type="text/html"/>
+  <category term="frontpage" label="PHP.net frontpage news"/>
+  <category term="releases" label="New PHP release"/>
+  <content type="xhtml">
+    <div xmlns="http://www.w3.org/1999/xhtml";>
+      <p>The PHP development team announces the immediate availability of PHP
+      7.3.10. This is a security release which also contains several bug 
fixes.</p>
+
+      <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+      <p>For source downloads of PHP 7.3.10 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.3.10";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 20fc8be4d..66b1e7bf9 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.9' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_9.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '29 Aug 2019',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.9.tar.bz2',
+          'name' => 'PHP 7.3.9 (tar.bz2)',
+          'sha256' => 
'a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4',
+          'date' => '29 Aug 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.9.tar.gz',
+          'name' => 'PHP 7.3.9 (tar.gz)',
+          'sha256' => 
'5ecc1b1ad7228ed2e99a970c45358871644fcab1d9fd079a7b129326a7bde42d',
+          'date' => '29 Aug 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.9.tar.xz',
+          'name' => 'PHP 7.3.9 (tar.xz)',
+          'sha256' => 
'4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd',
+          'date' => '29 Aug 2019',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.1.31' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 99ffa85a1..c0178d3ce 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,13 +17,13 @@
  */
 $RELEASES = (function() {
     /* PHP 7.3 Release */
-    $PHP_7_3_VERSION         = "7.3.9";
-    $PHP_7_3_DATE            = "29 Aug 2019";
+    $PHP_7_3_VERSION         = "7.3.10";
+    $PHP_7_3_DATE            = "26 Sep 2019";
     $PHP_7_3_TAGS            = ['security']; // Set to ['security'] for 
security releases.
     $PHP_7_3_SHA256     = array(
-        "tar.bz2"       => 
"a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4",
-        "tar.gz"        => 
"5ecc1b1ad7228ed2e99a970c45358871644fcab1d9fd079a7b129326a7bde42d",
-        "tar.xz"        => 
"4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd",
+        "tar.bz2"       => 
"506dd871c0fb8f00f872f53dd3b1dfa5f23a9edb4dfc521e5669c78a78c45448",
+        "tar.gz"        => 
"fb670723a9b8fda31c89529f27e0dda289d8af4b6ce9f152c8010876639c0fb4",
+        "tar.xz"        => 
"42f00a15419e05771734b7159c8d39d639b8a5a6770413adfa2615f6f923d906",
     );
 
     /* PHP 7.2 Release */
diff --git a/releases/7_3_10.php b/releases/7_3_10.php
new file mode 100644
index 000000000..fd4ba6fce
--- /dev/null
+++ b/releases/7_3_10.php
@@ -0,0 +1,19 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_3_10.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.3.10 Release Announcement");
+?>
+
+  <h1>PHP 7.3.10 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.3.10. This is a security release which also contains several bug fixes.</p>
+
+  <p>All PHP 7.3 users are encouraged to upgrade to this version.</p>
+
+  <p>For source downloads of PHP 7.3.10 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.3.10";>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