Commit:    7fd7f39abbd612832b2bbe3273e3eaecef2fa24e
Author:    Derick Rethans <[email protected]>         Thu, 14 May 2020 
09:52:07 +0100
Parents:   f5fe3d0e47545506577ef1852f103f40ccbafdca
Branches:  master

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

Log:
Announce 7.4.6

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2020-05-14-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/7_4_6.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index cc0b0b9c6..c2eeca875 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -11,6 +11,65 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <a href="#PHP_7_1">7.1</a> | <a href="#PHP_7_0">7.0</a>
 
 <a name="PHP_7_4"></a>
+<section class="version" id="7.4.6"><!-- {{{ 7.4.6 -->
+<h3>Version 7.4.6</h3>
+<b><?php release_date('14-May-2020'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(78434); ?> (Generator yields no items after valid() 
call).</li>
+  <li><?php bugfix(79477); ?> (casting object into array creates 
references).</li>
+  <li><?php bugfix(79514); ?> (Memory leaks while including unexistent 
file).</li>
+  <li><?php bugfix(79470); ?> (PHP incompatible with 3rd party file system on 
demand).</li>
+  <li><?php bugfix(78784); ?> (Unable to interact with files inside a VFS for 
Git repository).</li>
+  <li><?php bugfix(78875); ?> (Long variables cause OOM and temp files are not 
cleaned).</li>
+  <li><?php bugfix(78876); ?> (Long variables cause OOM and temp files are not 
cleaned).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(78221); ?> (DOMNode::normalize() doesn't remove empty text 
nodes).</li>
+</ul></li>
+<li>EXIF:
+<ul>
+  <li><?php bugfix(79336); ?> (ext/exif/tests/bug79046.phpt fails on Big 
endian arch).</li>
+</ul></li>
+<li>FCGI:
+<ul>
+  <li><?php bugfix(79491); ?> (Search for .user.ini extends up to root 
dir).</li>
+</ul></li>
+<li>MBString:
+<ul>
+  <li><?php bugfix(79441); ?> (Segfault in mb_chr() if internal encoding is 
unsupported).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(79497); ?> (stream_socket_client() throws an unknown error 
sometimes with &lt;1s timeout).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Upgraded to PCRE2 10.34.</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(79503); ?> (Memory leak on duplicate metadata).</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+  <li><?php bugfix(79528); ?> (Different object of the same xml between 7.4.5 
and 7.4.4).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(69264); ?> (__debugInfo() ignored while extending SPL 
classes).</li>
+  <li><?php bugfix(67369); ?> (ArrayObject serialization drops the iterator 
class).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(79468); ?> (SIGSEGV when closing stream handle with a 
stream filter appended).</li>
+  <li><?php bugfix(79447); ?> (Serializing uninitialized typed properties with 
__sleep should not throw).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
 <section class="version" id="7.4.5"><!-- {{{ 7.4.5 -->
 <h3>Version 7.4.5</h3>
 <b><?php release_date('16-Apr-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 53e43fc2c..27e5cdf0f 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-05-14-3.xml"/>
   <xi:include href="entries/2020-05-14-2.xml"/>
   <xi:include href="entries/2020-05-14-1.xml"/>
   <xi:include href="entries/2020-04-29-1.xml"/>
diff --git a/archive/entries/2020-05-14-3.xml b/archive/entries/2020-05-14-3.xml
new file mode 100644
index 000000000..e698bf817
--- /dev/null
+++ b/archive/entries/2020-05-14-3.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.4.6 Released!</title>
+  <id>https://www.php.net/archive/2020.php#2020-05-14-3</id>
+  <published>2020-05-14T08:49:42+00:00</published>
+  <updated>2020-05-14T08:49:42+00:00</updated>
+  <link href="https://www.php.net/index.php#id2020-05-14-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2020.php#2020-05-14-3"; 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.4.6. This is a security release which also contains several bug 
fixes.</p>
+     
+     <p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+     
+     <p>For source downloads of PHP 7.4.6 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.4.6";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 5a456ac91..b6f84b7c5 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.4.5' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_4_5.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '16 Apr 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.4.5.tar.bz2',
+          'name' => 'PHP 7.4.5 (tar.bz2)',
+          'sha256' => 
'39daa533d5b63c3394da711dc12867dd76c2ec31c940bbba16f14e577df13d6f',
+          'date' => '16 Apr 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.4.5.tar.gz',
+          'name' => 'PHP 7.4.5 (tar.gz)',
+          'sha256' => 
'1ef619411b0bd68c0fbfd2a6c622ad6bc524d0bceb8476fb9807a23a0fe9a343',
+          'date' => '16 Apr 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.4.5.tar.xz',
+          'name' => 'PHP 7.4.5 (tar.xz)',
+          'sha256' => 
'd059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c',
+          'date' => '16 Apr 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.3.17' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 3bcf4d6f4..c0bf5f913 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.5";
-    $PHP_7_4_DATE            = "16 Apr 2020";
+    $PHP_7_4_VERSION         = "7.4.6";
+    $PHP_7_4_DATE            = "14 May 2020";
     $PHP_7_4_TAGS            = ['security']; // Set to ['security'] for 
security releases.
     $PHP_7_4_SHA256     = array(
-        "tar.gz"        => 
"1ef619411b0bd68c0fbfd2a6c622ad6bc524d0bceb8476fb9807a23a0fe9a343",
-        "tar.bz2"       => 
"39daa533d5b63c3394da711dc12867dd76c2ec31c940bbba16f14e577df13d6f",
-        "tar.xz"        => 
"d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c",
+        "tar.gz"        => 
"2a37bab4e308c4e3867083137b7cce4a3f1d996ae231b383c1a83609cec3fed0",
+        "tar.bz2"       => 
"a6ed9475695d2056322a3f2c00fee61a122a7fce138a0e25694320c5dd1d2348",
+        "tar.xz"        => 
"d740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832",
     );
 
     /* PHP 7.3 Release */
diff --git a/releases/7_4_6.php b/releases/7_4_6.php
new file mode 100644
index 000000000..b2cb4d2ef
--- /dev/null
+++ b/releases/7_4_6.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7.4.6.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header("PHP 7.4.6 Release Announcement");
+?>
+
+<p>The PHP development team announces the immediate availability of PHP
+7.4.6. This is a security release which also contains several bug fixes.</p>
+
+<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.4.6 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.4.6";>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