Commit:    02613b853faeb275f70717551dd6a43cad3ae6ee
Author:    Derick Rethans <[email protected]>         Thu, 9 Jul 2020 
14:55:13 +0100
Parents:   3c16e8cc80f26555a7437a79c5b3622a594a8364
Branches:  master

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

Log:
Announce PHP 7.4.8

Changed paths:
  M  ChangeLog-7.php
  M  archive/archive.xml
  A  archive/entries/2020-07-09-4.xml
  M  include/releases.inc
  M  include/version.inc
  M  releases/7_3_20.php
  A  releases/7_4_8.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 8134c16d2..672783d6b 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -11,6 +11,62 @@ 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.8"><!-- {{{ 7.4.8 -->
+<h3>Version 7.4.8</h3>
+<b><?php release_date('09-Jul-2020'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(79649); ?> (Altering disable_functions from module init 
corrupts memory).</li>
+  <li><?php bugfix(79595); ?> (zend_init_fpu() alters FPU precision).</li>
+  <li><?php bugfix(79650); ?> (php-win.exe 100% cpu lockup).</li>
+  <li><?php bugfix(79668); ?> (get_defined_functions(true) may miss 
functions).</li>
+  <li><?php bugfix(79657); ?> ("yield from" hangs when invalid value 
encountered).</li>
+  <li><?php bugfix(79683); ?> (Fake reflection scope affects 
__toString()).</li>
+  <li>Fixed possibly unsupported timercmp() usage.</li>
+</ul></li>
+<li>Exif:
+<ul>
+  <li><?php bugfix(79687); ?> (Sony picture - PHP Warning - Make, Model, 
MakerNotes).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(79681); ?> (mime_content_type/finfo returning incorrect 
mimetype).</li>
+</ul></li>
+<li>Filter:
+<ul>
+  <li><?php bugfix(73527); ?> (Invalid memory access in php_filter_strip).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(79676); ?> (imagescale adds black border with 
IMG_BICUBIC).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li><?php bugfix(62890); ?> (default_socket_timeout=-1 causes connection to 
timeout).</li>
+</ul></li>
+<li>PDO SQLite:
+<ul>
+  <li><?php bugfix(79664); ?> (PDOStatement::getColumnMeta fails on empty 
result set).</li>
+</ul></li>
+<li>phpdbg:
+<ul>
+  <li><?php bugfix(73926); ?> (phpdbg will not accept input on restart 
execution).</li>
+  <li><?php bugfix(73927); ?> (phpdbg fails with windows error prompt at 
"watch array").</li>
+  <li>Fixed several mostly Windows related phpdbg bugs.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(79710); ?> (Reproducible segfault in error_handler during 
GC involved an SplFileObject).</li>
+</ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(74267); ?> (segfault with streams and invalid data).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
 <section class="version" id="7.4.7"><!-- {{{ 7.4.7 -->
 <h3>Version 7.4.7</h3>
 <b><?php release_date('11-Jun-2020'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 42a1f5b52..975274bfc 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-07-09-4.xml"/>
   <xi:include href="entries/2020-07-09-3.xml"/>
   <xi:include href="entries/2020-07-09-2.xml"/>
   <xi:include href="entries/2020-07-09-1.xml"/>
diff --git a/archive/entries/2020-07-09-4.xml b/archive/entries/2020-07-09-4.xml
new file mode 100644
index 000000000..5db66e756
--- /dev/null
+++ b/archive/entries/2020-07-09-4.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.4.8 Released!</title>
+  <id>https://www.php.net/archive/2020.php#2020-07-09-4</id>
+  <published>2020-07-09T13:54:17+00:00</published>
+  <updated>2020-07-09T13:54:17+00:00</updated>
+  <link href="https://www.php.net/index.php#id2020-07-09-4"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2020.php#2020-07-09-4"; 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.8.
+This is a security release impacting the <a
+href="https://windows.php.net/";>official Windows builds</a> of PHP.</p>
+
+<p>For windows users running an official build, this release contains a
+patched version of <a href="https://curl.haxx.se";>libcurl</a> addressing
+<a href="https://curl.haxx.se/docs/CVE-2020-8169.html";>CVE-2020-8159</a>.</p>
+
+<p>For all other consumers of PHP, 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.8 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.8";>ChangeLog</a>.
+</p>
+       </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 1bf7c5639..da7c75413 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   7 => 
   array (
+    '7.4.7' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_4_7.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '11 June 2020',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.4.7.tar.bz2',
+          'name' => 'PHP 7.4.7 (tar.bz2)',
+          'sha256' => 
'800e0d01f359c8ec41540925c0d4a24c34d5f21ef6addd6d82ff4a52be23d87a',
+          'date' => '11 June 2020',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.4.7.tar.gz',
+          'name' => 'PHP 7.4.7 (tar.gz)',
+          'sha256' => 
'a554a510190e726ebe7157fb00b4aceabdb50c679430510a3b93cbf5d7546e44',
+          'date' => '11 June 2020',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.4.7.tar.xz',
+          'name' => 'PHP 7.4.7 (tar.xz)',
+          'sha256' => 
'53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf',
+          'date' => '11 June 2020',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.2.31' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 4baba5bd1..8c0ddc743 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.7";
-    $PHP_7_4_DATE            = "11 June 2020";
-    $PHP_7_4_TAGS            = []; // Set to ['security'] for security 
releases.
+    $PHP_7_4_VERSION         = "7.4.8";
+    $PHP_7_4_DATE            = "09 Jul 2020";
+    $PHP_7_4_TAGS            = ['security']; // Set to ['security'] for 
security releases.
     $PHP_7_4_SHA256     = array(
-        "tar.gz"        => 
"a554a510190e726ebe7157fb00b4aceabdb50c679430510a3b93cbf5d7546e44",
-        "tar.bz2"       => 
"800e0d01f359c8ec41540925c0d4a24c34d5f21ef6addd6d82ff4a52be23d87a",
-        "tar.xz"        => 
"53558f8f24cd8ab6fa0ea252ca8198e2650160649681ce5230c1df1dc2b52faf",
+        "tar.gz"        => 
"649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba",
+        "tar.bz2"       => 
"6a48d3a605c003b088984ceb53be5df1e698b8b35ddacadd12fe50f49c0e8062",
+        "tar.xz"        => 
"642843890b732e8af01cb661e823ae01472af1402f211c83009c9b3abd073245",
     );
 
     /* PHP 7.3 Release */
@@ -38,7 +38,7 @@ $RELEASES = (function() {
 
     /* PHP 7.2 Release */
     $PHP_7_2_VERSION         = "7.2.32";
-    $PHP_7_2_DATE            = "9 July 2020";
+    $PHP_7_2_DATE            = "09 Jul 2020";
     $PHP_7_2_TAGS            = ['security']; // Set to ['security'] for 
security releases.
     $PHP_7_2_SHA256     = array(
         "tar.bz2"       => 
"715c0a4274ad17ce449cd0f16b8a7428936e3ba80002d0948a8699a6f75d98a7",
diff --git a/releases/7_3_20.php b/releases/7_3_20.php
index 45d4f547f..7d426a3d5 100644
--- a/releases/7_3_20.php
+++ b/releases/7_3_20.php
@@ -1,5 +1,5 @@
 <?php
-$_SERVER['BASE_PAGE'] = 'releases/7.3.20.php';
+$_SERVER['BASE_PAGE'] = 'releases/7_3_20.php';
 include_once __DIR__ . '/../include/prepend.inc';
 site_header('PHP 7.3.20 Release Announcement');
 ?>
@@ -18,4 +18,4 @@ patched version of <a href="https://curl.haxx.se";>libcurl</a> 
addressing
 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.3.20";>ChangeLog</a>.
 </p>
-<?php site_footer();
\ No newline at end of file
+<?php site_footer();
diff --git a/releases/7_4_8.php b/releases/7_4_8.php
new file mode 100644
index 000000000..e489c95f8
--- /dev/null
+++ b/releases/7_4_8.php
@@ -0,0 +1,22 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_4_8.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.4.8 Release Announcement');
+?>
+<p>The PHP development team announces the immediate availability of PHP 7.4.8.
+This is a security release impacting the <a
+href="https://windows.php.net/";>official Windows builds</a> of PHP.</p>
+
+<p>For windows users running an official build, this release contains a
+patched version of <a href="https://curl.haxx.se";>libcurl</a> addressing
+<a href="https://curl.haxx.se/docs/CVE-2020-8169.html";>CVE-2020-8159</a>.</p>
+
+<p>For all other consumers of PHP, 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.8 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.8";>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