Commit:    b00b7851b4d1216bfcdc0eb39da57c83c5747972
Author:    Christoph M. Becker <[email protected]>         Thu, 21 Nov 2019 
11:49:12 +0100
Parents:   755e28cfbee0cca12e47a02b2c75d0581a563026
Branches:  master

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

Log:
Announce 7.3.12

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2019-11-21-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_3_12.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 72ae52dfb..123fe4fbb 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -11,6 +11,51 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_7_3"></a>
 
+<section class="version" id="7.3.12"><!-- {{{ 7.3.12 -->
+<h3>Version 7.3.12</h3>
+<b><?php release_date('21-Nov-2019'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(78658); ?> (Memory corruption using Closure::bindTo).</li>
+  <li><?php bugfix(78656); ?> (Parse errors classified as highest 
log-level).</li>
+  <li><?php bugfix(78752); ?> (Segfault if GC triggered while generator stack 
frame is being destroyed).</li>
+  <li><?php bugfix(78689); ?> (Closure::fromCallable() doesn't handle 
[Closure, '__invoke']).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(78694); ?> (Appending to a variant array causes 
segfault).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(70153); ?> (\DateInterval incorrectly unserialized).</li>
+  <li><?php bugfix(78751); ?> (Serialising DatePeriod converts 
DateTimeImmutable).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+  <li><?php bugfix(78642); ?> (Wrong libiconv version displayed).</li>
+</ul></li>
+<li>OpCache:
+<ul>
+  <li><?php bugfix(78654); ?> (Incorrectly computed opcache checksum on files 
with non-ascii characters).</li>
+  <li><?php bugfix(78747); ?> (OpCache corrupts custom extension result).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(78775); ?> (TLS issues from HTTP request affecting other 
encrypted connections).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li><?php bugfix(78697); ?> (ReflectionClass::ImplementsInterface - 
inaccurate error message with traits).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+  <li><?php bugfix(78665); ?> (Multicasting may leak memory).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.3.11"><!-- {{{ 7.3.11 -->
 <h3>Version 7.3.11</h3>
 <b><?php release_date('24-Oct-2019'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 51a352de4..e24ddd782 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-11-21-1.xml"/>
   <xi:include href="entries/2019-11-14-1.xml"/>
   <xi:include href="entries/2019-11-06-1.xml"/>
   <xi:include href="entries/2019-10-31-2.xml"/>
diff --git a/archive/entries/2019-11-21-1.xml b/archive/entries/2019-11-21-1.xml
new file mode 100644
index 000000000..52f691423
--- /dev/null
+++ b/archive/entries/2019-11-21-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.12 Released</title>
+  <id>https://www.php.net/archive/2019.php#2019-11-21-1</id>
+  <published>2019-11-21T10:44:49+00:00</published>
+  <updated>2019-11-21T10:44:49+00:00</updated>
+  <link href="https://www.php.net/index.php#id2019-11-21-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2019.php#2019-11-21-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.12. 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.12 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.12";>ChangeLog</a>.
+      </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 5b803b703..182a61be5 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.3.11' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_3_11.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '24 Oct 2019',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.3.11.tar.bz2',
+          'name' => 'PHP 7.3.11 (tar.bz2)',
+          'sha256' => 
'92d1ff4b13c7093635f1ec338a5e6891ca99b10e65fbcadd527e5bb84d11b5e7',
+          'date' => '24 Oct 2019',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.3.11.tar.gz',
+          'name' => 'PHP 7.3.11 (tar.gz)',
+          'sha256' => 
'8f385f5bdf9193791f6c0f6303f518f3c324b6655ac108fdb3c426da7f3cf4d4',
+          'date' => '24 Oct 2019',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.3.11.tar.xz',
+          'name' => 'PHP 7.3.11 (tar.xz)',
+          'sha256' => 
'657cf6464bac28e9490c59c07a2cf7bb76c200f09cfadf6e44ea64e95fa01021',
+          'date' => '24 Oct 2019',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.1.32' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index b0735f626..7cd638cd6 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.11";
-    $PHP_7_3_DATE            = "24 Oct 2019";
-    $PHP_7_3_TAGS            = ['security']; // Set to ['security'] for 
security releases.
+    $PHP_7_3_VERSION         = "7.3.12";
+    $PHP_7_3_DATE            = "21 Nov 2019";
+    $PHP_7_3_TAGS            = []; // Set to ['security'] for security 
releases.
     $PHP_7_3_SHA256     = array(
-        "tar.bz2"       => 
"92d1ff4b13c7093635f1ec338a5e6891ca99b10e65fbcadd527e5bb84d11b5e7",
-        "tar.gz"        => 
"8f385f5bdf9193791f6c0f6303f518f3c324b6655ac108fdb3c426da7f3cf4d4",
-        "tar.xz"        => 
"657cf6464bac28e9490c59c07a2cf7bb76c200f09cfadf6e44ea64e95fa01021",
+        "tar.bz2"       => 
"d317b029f991410578cc38ba4b76c9f764ec29c67e7124e1fec57bceb3ad8c39",
+        "tar.gz"        => 
"d617e5116f8472a628083f448ebe4afdbc4ac013c9a890b08946649dcbe61b34",
+        "tar.xz"        => 
"aafe5e9861ad828860c6af8c88cdc1488314785962328eb1783607c1fdd855df",
     );
 
     /* PHP 7.2 Release */
diff --git a/releases/7_3_12.php b/releases/7_3_12.php
new file mode 100644
index 000000000..13930123d
--- /dev/null
+++ b/releases/7_3_12.php
@@ -0,0 +1,19 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_3_12.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.3.12 Release Announcement");
+?>
+
+  <h1>PHP 7.3.12 Release Announcement</h1>
+
+  <p>The PHP development team announces the immediate availability of PHP
+  7.3.12. 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.12 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.12";>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