Commit:    ff95e8416336246baa66192715ebf4638bb2ba6f
Author:    Derick Rethans <[email protected]>         Thu, 29 Oct 2020 
17:58:27 +0000
Parents:   25998fe18d7868588529b4a0b4e5a1469eb33ba8
Branches:  master

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

Log:
Announce 7.4.12

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

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index b3f171fb6..77d7d7a74 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -12,6 +12,71 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_7_4"></a>
 
+<section class="version" id="7.4.12"><!-- {{{ 7.4.12 -->
+<h3>Version 7.4.12</h3>
+<b><?php release_date('29-Oct-2020'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(80061); ?> (Copying large files may have suboptimal 
performance).</li>
+  <li><?php bugfix(79423); ?> (copy command is limited to size of file it can 
copy).</li>
+  <li><?php bugfix(80126); ?> (Covariant return types failing 
compilation).</li>
+  <li><?php bugfix(80186); ?> (Segfault when iterating over FFI object).</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>
+  <li><?php bugfix(80194); ?> (Assertion failure during block assembly of 
unreachable free with leading nop).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Updated to PCRE 10.35.</li>
+  <li><?php bugfix(80118); ?> (Erroneous whitespace match with JIT only).</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.4.11"><!-- {{{ 7.4.11 -->
 <h3>Version 7.4.11</h3>
 <b><?php release_date('01-Oct-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 97b903ae8..e909dd219 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-10-29-3.xml"/>
   <xi:include href="entries/2020-10-29-2.xml"/>
   <xi:include href="entries/2020-10-29-1.xml"/>
   <xi:include href="entries/2020-10-16-2.xml"/>
diff --git a/archive/entries/2020-10-29-3.xml b/archive/entries/2020-10-29-3.xml
new file mode 100644
index 000000000..f4e6e2758
--- /dev/null
+++ b/archive/entries/2020-10-29-3.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.4.12 Released!</title>
+  <id>https://www.php.net/archive/2020.php#2020-10-29-3</id>
+  <published>2020-10-29T17:54:57+00:00</published>
+  <updated>2020-10-29T17:54:57+00:00</updated>
+  <link href="https://www.php.net/index.php#id2020-10-29-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2020.php#2020-10-29-3"; 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.4.12. This is a bug fix 
release.</p>
+
+<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.4.12 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.4.12";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 898309c53..b6faabf16 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.4.11' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_4_11.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '01 Oct 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.4.11.tar.bz2',
+          'name' => 'PHP 7.4.11 (tar.bz2)',
+          'sha256' => 
'5408f255243bd2292f3fbc2fafc27a2ec083fcd852902728f2ba9a3ea616b8c5',
+          'date' => '01 Oct 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.4.11.tar.gz',
+          'name' => 'PHP 7.4.11 (tar.gz)',
+          'sha256' => 
'b4fae5c39ca1eedf5597071996d9c85d0674b83f5003126c39b7b44bbfbcd821',
+          'date' => '01 Oct 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.4.11.tar.xz',
+          'name' => 'PHP 7.4.11 (tar.xz)',
+          'sha256' => 
'5d31675a9b9c21b5bd03389418218c30b26558246870caba8eb54f5856e2d6ce',
+          'date' => '01 Oct 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.3.23' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 9882d412a..592287461 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,13 +17,13 @@
  */
 $RELEASES = (function() {
     /* PHP 7.4 Release */
-    $PHP_7_4_VERSION         = "7.4.11";
-    $PHP_7_4_DATE            = "01 Oct 2020";
+    $PHP_7_4_VERSION         = "7.4.12";
+    $PHP_7_4_DATE            = "29 Oct 2020";
     $PHP_7_4_TAGS            = []; // Set to ['security'] for security 
releases.
     $PHP_7_4_SHA256     = array(
-        "tar.gz"        => 
"b4fae5c39ca1eedf5597071996d9c85d0674b83f5003126c39b7b44bbfbcd821",
-        "tar.bz2"       => 
"5408f255243bd2292f3fbc2fafc27a2ec083fcd852902728f2ba9a3ea616b8c5",
-        "tar.xz"        => 
"5d31675a9b9c21b5bd03389418218c30b26558246870caba8eb54f5856e2d6ce",
+        "tar.gz"        => 
"f056d74409a71f17218f76538c6a2d7b59ee99db9db7685fa0ab9cd0d4c0f286",
+        "tar.bz2"       => 
"6e6f73cc239edfc462b56a45724019691f85b57b7492e1eb5b4b60f7faa19967",
+        "tar.xz"        => 
"e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76",
     );
 
     /* PHP 7.3 Release */
diff --git a/releases/7_4_12.php b/releases/7_4_12.php
new file mode 100644
index 000000000..49536d646
--- /dev/null
+++ b/releases/7_4_12.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.4.12.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.4.12 Release Announcement');
+?>
+<h1>PHP 7.4.12 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
7.4.12. This is a bug fix release.</p>
+
+<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.4.12 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.4.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