Commit:    d958d85123f81f6168c299162bf8f2e33aeeb45d
Author:    Gabriel Caruso <[email protected]>         Thu, 4 Feb 2021 
09:12:24 -0300
Parents:   61cfbec49e27ed5cf326f349556d35387703ca61
Branches:  master

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

Log:
Announce 8.0.2

Changed paths:
  M  ChangeLog-8.php
  M  archive/archive.xml
  A  archive/entries/2021-02-04-3.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/8_0_2.php

diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 496db8337..2f7005f03 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -10,6 +10,82 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <a name="PHP_8_0"></a>
 
+<section class="version" id="8.0.2"><!-- {{{ 8.0.2 -->
+<h3>Version 8.0.2</h3>
+<b><?php release_date('04-Feb-2021'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(80523); ?> (bogus parse error on &gt;4GB source code).</li>
+  <li><?php bugfix(80384); ?> (filter buffers entire read until file 
closed).</li>
+  <li><?php bugfix(80596); ?> (Invalid union type TypeError in anonymous 
classes).</li>
+  <li><?php bugfix(80617); ?> (GCC throws warning about type narrowing in 
ZEND_TYPE_INIT_CODE).</li>
+</ul></li>
+<li>BCMath:
+<ul>
+  <li><?php bugfix(80545); ?> (bcadd('a', 'a') doesn't throw an 
exception).</li>
+</ul></li>
+<li>Curl:
+<ul>
+  <li><?php bugfix(80595); ?> (Resetting POSTFIELDS to empty array breaks 
request).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(80376); ?> (last day of the month causes runway cpu 
usage).</li>
+</ul></li>
+<li>DOM:
+<ul>
+  <li><?php bugfix(80537); ?> (Wrong parameter type in 
DOMElement::removeAttributeNode stub).</li>
+</ul></li>
+<li>Filter:
+<ul>
+  <li><?php bugfix(80584); ?> (0x and 0X are considered valid hex numbers by 
filter_var()).</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li><?php bugfix(80560); ?> (Strings containing only a base prefix return 0 
object).</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li><?php bugfix(80644); ?> (Missing resource causes subsequent get() calls 
to fail).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(67983); ?> (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE 
fails to interpret bit columns).</li>
+  <li><?php bugfix(64638); ?> (Fetching resultsets from stored procedure with 
cursor fails).</li>
+  <li><?php bugfix(72862); ?> (segfault using prepared statements on stored 
procedures that use a cursor).</li>
+  <li><?php bugfix(77935); ?> (Crash in mysqlnd_fetch_stmt_row_cursor when 
calling an SP with a cursor).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(80592); ?> (all floats are the same in ODBC 
parameters).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(80422); ?> (php_opcache.dll crashes when using Apache 2.4 
with JIT).</li>
+</ul></li>
+<li>PDO_Firebird:
+<ul>
+  <li><?php bugfix(80521); ?> (Parameters with underscores no longer 
recognized).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(76929); ?> (zip-based phar does not respect 
phar.require_hash).</li>
+  <li><?php bugfix(77565); ?> (Incorrect locator detection in ZIP-based 
phars).</li>
+  <li><?php bugfix(69279); ?> (Compressed ZIP Phar extractTo() creates garbage 
files).</li>
+</ul></li>
+<li>Phpdbg:
+<ul>
+  <li>Reverted fix for bug #76813 (Access violation near NULL on source 
operand).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+  <li><?php bugfix(80672); ?> (Null Dereference in SoapClient). 
(CVE-2021-21702)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.0.1"><!-- {{{ 8.0.1 -->
 <h3>Version 8.0.1</h3>
 <b><?php release_date('07-Jan-2021'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index d55368251..01cc73eba 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/2021-02-04-3.xml"/>
   <xi:include href="entries/2021-02-04-2.xml"/>
   <xi:include href="entries/2021-02-04-1.xml"/>
   <xi:include href="entries/2021-01-23-1.xml"/>
diff --git a/archive/entries/2021-02-04-3.xml b/archive/entries/2021-02-04-3.xml
new file mode 100644
index 000000000..96d2900d9
--- /dev/null
+++ b/archive/entries/2021-02-04-3.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.0.2 Released!</title>
+  <id>https://www.php.net/archive/2021.php#2021-02-04-3</id>
+  <published>2021-02-04T12:02:55+00:00</published>
+  <updated>2021-02-04T12:02:55+00:00</updated>
+  <link href="https://www.php.net/index.php#id2021-02-04-3"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2021.php#2021-02-04-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 8.0.2. This is a bug fix 
release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.2 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-8.php#8.0.2";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 37abf9119..795eaa6c1 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.0.1' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_0_1.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '07 Jan 2021',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.0.1.tar.gz',
+          'name' => 'PHP 8.0.1 (tar.gz)',
+          'sha256' => 
'f1fee0429aa2cce6bc5df5d7e65386e266b0aab8a5fad7882d10eb833d2f5376',
+          'date' => '07 Jan 2021',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.0.1.tar.bz2',
+          'name' => 'PHP 8.0.1 (tar.bz2)',
+          'sha256' => 
'c44e76af40d133de64564f9caf5daec52bbe84c1ccb4e4500a62233d614ebdee',
+          'date' => '07 Jan 2021',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.0.1.tar.xz',
+          'name' => 'PHP 8.0.1 (tar.xz)',
+          'sha256' => 
'208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc',
+          'date' => '07 Jan 2021',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.0.0' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 6d95d6e2d..10a75837a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function() {
 
     /* PHP 8.0 Release */
     $data['8.0'] = [
-        'version' => '8.0.1',
-        'date'    => '07 Jan 2021',
+        'version' => '8.0.2',
+        'date'    => '04 Feb 2021',
         'tags'    => [], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz'  => 
'f1fee0429aa2cce6bc5df5d7e65386e266b0aab8a5fad7882d10eb833d2f5376',
-            'tar.bz2' => 
'c44e76af40d133de64564f9caf5daec52bbe84c1ccb4e4500a62233d614ebdee',
-            'tar.xz'  => 
'208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc',
+            'tar.gz'  => 
'cc17a32f76beb5f405da39a548218b3b6736710884fcd761838098553df149da',
+            'tar.bz2' => 
'000fa89e3eae317c0b17ee048229cd68a38a3b0fef72c558681fd004057ba3e6',
+            'tar.xz'  => 
'84dd6e36f48c3a71ff5dceba375c1f6b34b71d4fa9e06b720780127176468ccc',
         ]
     ];
 
diff --git a/releases/8_0_2.php b/releases/8_0_2.php
new file mode 100644
index 000000000..8273bb984
--- /dev/null
+++ b/releases/8_0_2.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8.0.2.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.0.2 Release Announcement');
+?>
+<h1>PHP 8.0.2 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.0.2. 
This is a bug fix release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.2 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-8.php#8.0.2";>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