Commit:    0ae41919772fe12812bb5dc50ab6d0fa116b8807
Author:    Derick Rethans <[email protected]>         Thu, 26 Nov 2020 
01:16:12 +0000
Parents:   65b861b91aab86fddebd0c5bbf0ff3ab17532dad
Branches:  master

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

Log:
Announce 7.4.13

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2020-11-26-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_4_13.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 77d7d7a74..461d6d41b 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.13"><!-- {{{ 7.4.13 -->
+<h3>Version 7.4.13</h3>
+<b><?php release_date('26-Nov-2020'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(80280); ?> (ADD_EXTENSION_DEP() fails for ext/standard and 
ext/date).</li>
+  <li><?php bugfix(80258); ?> (Windows Deduplication Enabled, randon 
permission errors).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(62474); ?> (com_event_sink crashes on certain 
arguments).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(80268); ?> (loadHTML() truncates at NUL bytes).</li>
+</ul></li>
+<li>FFI:
+<ul>
+  <li><?php bugfix(79177); ?> (FFI doesn't handle well PHP exceptions within 
callback).</li>
+</ul></li>
+<li>IMAP:
+<ul>
+  <li><?php bugfix(64076); ?> (imap_sort() does not return FALSE on 
failure).</li>
+  <li><?php bugfix(76618); ?> (segfault on imap_reopen).</li>
+  <li><?php bugfix(80239); ?> (imap_rfc822_write_address() leaks memory).</li>
+  <li>Fixed minor regression caused by fixing bug #80220.</li>
+  <li><?php bugfix(80242); ?> (imap_mail_compose() segfaults for multipart 
with rfc822).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(79375); ?> (mysqli_store_result does not report error from 
lock wait timeout).</li>
+  <li><?php bugfix(76525); ?> (mysqli::commit does not throw if 
MYSQLI_REPORT_ERROR enabled and mysqlnd used).</li>
+  <li><?php bugfix(72413); ?> (mysqlnd segfault (fetch_row second parameter 
typemismatch)).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(44618); ?> (Fetching may rely on uninitialized data).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(79643); ?> (PHP with Opcache crashes when a file with 
specific name is included).</li>
+  <li>Fixed run-time binding of preloaded dynamically declared function.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(79983); ?> (openssl_encrypt / openssl_decrypt fail with OCB 
mode).</li>
+</ul></li>
+<li>PDO MySQL:
+<ul>
+  <li><?php bugfix(66528); ?> (No PDOException or errorCode if database 
becomes unavailable before PDO::commit).</li>
+  <li><?php bugfix(65825); ?> (PDOStatement::fetch() does not throw exception 
on broken server connection).</li>
+</ul></li>
+<li>SNMP:
+<ul>
+  <li><?php bugfix(70461); ?> (disable md5 code when it is not supported in 
net-snmp).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(80266); ?> (parse_url silently drops port number 0).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.4.12"><!-- {{{ 7.4.12 -->
 <h3>Version 7.4.12</h3>
 <b><?php release_date('29-Oct-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index d78c8bb3b..87e6b037a 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-11-26-1.xml"/>
   <xi:include href="entries/2020-11-23-1.xml"/>
   <xi:include href="entries/2020-11-19-1.xml"/>
   <xi:include href="entries/2020-11-12-1.xml"/>
diff --git a/archive/entries/2020-11-26-1.xml b/archive/entries/2020-11-26-1.xml
new file mode 100644
index 000000000..d76216f30
--- /dev/null
+++ b/archive/entries/2020-11-26-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.4.13 Released!</title>
+  <id>https://www.php.net/archive/2020.php#2020-11-26-1</id>
+  <published>2020-11-26T01:12:18+00:00</published>
+  <updated>2020-11-26T01:12:18+00:00</updated>
+  <link href="https://www.php.net/index.php#id2020-11-26-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2020.php#2020-11-26-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.4.13. 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.13 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.13";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index b6faabf16..61374350f 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.4.12' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_4_12.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '29 Oct 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.4.12.tar.bz2',
+          'name' => 'PHP 7.4.12 (tar.bz2)',
+          'sha256' => 
'6e6f73cc239edfc462b56a45724019691f85b57b7492e1eb5b4b60f7faa19967',
+          'date' => '29 Oct 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.4.12.tar.gz',
+          'name' => 'PHP 7.4.12 (tar.gz)',
+          'sha256' => 
'f056d74409a71f17218f76538c6a2d7b59ee99db9db7685fa0ab9cd0d4c0f286',
+          'date' => '29 Oct 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.4.12.tar.xz',
+          'name' => 'PHP 7.4.12 (tar.xz)',
+          'sha256' => 
'e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76',
+          'date' => '29 Oct 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.4.11' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 592287461..7b77d7740 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.12";
-    $PHP_7_4_DATE            = "29 Oct 2020";
+    $PHP_7_4_VERSION         = "7.4.13";
+    $PHP_7_4_DATE            = "26 Nov 2020";
     $PHP_7_4_TAGS            = []; // Set to ['security'] for security 
releases.
     $PHP_7_4_SHA256     = array(
-        "tar.gz"        => 
"f056d74409a71f17218f76538c6a2d7b59ee99db9db7685fa0ab9cd0d4c0f286",
-        "tar.bz2"       => 
"6e6f73cc239edfc462b56a45724019691f85b57b7492e1eb5b4b60f7faa19967",
-        "tar.xz"        => 
"e82d2bcead05255f6b7d2ff4e2561bc334204955820cabc2457b5239fde96b76",
+        "tar.gz"        => 
"0865cff41e7210de2537bcd5750377cfe09a9312b9b44c1a166cf372d5204b8f",
+        "tar.bz2"       => 
"15a339857e11c92eb47fddcd0dfe8aaa951a9be7c57ab7230ccd497465a31fda",
+        "tar.xz"        => 
"aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4",
     );
 
     /* PHP 7.3 Release */
diff --git a/releases/7_4_13.php b/releases/7_4_13.php
new file mode 100644
index 000000000..963353531
--- /dev/null
+++ b/releases/7_4_13.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.4.13.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.4.13 Release Announcement');
+?>
+<h1>PHP 7.4.13 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
7.4.13. 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.13 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.13";>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