Commit: 65ad56cf18804bfe886c118ed2b9bbc033bb8571 Author: Gabriel Caruso <carusogabrie...@gmail.com> Thu, 7 Jan 2021 13:16:34 -0300 Parents: 9abff046e0cc8805d4d60dd53c6e8dd78a69f363 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=65ad56cf18804bfe886c118ed2b9bbc033bb8571 Log: Announce 8.0.1 Changed paths: M ChangeLog-8.php M archive/archive.xml A archive/entries/2021-01-07-3.xml M include/version.inc A releases/8_0_1.php
diff --git a/ChangeLog-8.php b/ChangeLog-8.php index f21d8da08..496db8337 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -10,6 +10,104 @@ site_header("PHP 8 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_8_0"></a> +<section class="version" id="8.0.1"><!-- {{{ 8.0.1 --> +<h3>Version 8.0.1</h3> +<b><?php release_date('07-Jan-2021'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(80345); ?> (PHPIZE configuration has outdated PHP_RELEASE_VERSION).</li> + <li><?php bugfix(72964); ?> (White space not unfolded for CC/Bcc headers).</li> + <li><?php bugfix(80391); ?> (Iterable not covariant to mixed).</li> + <li><?php bugfix(80393); ?> (Build of PHP extension fails due to configuration gap with libtool).</li> + <li><?php bugfix(77069); ?> (stream filter loses final block of data).</li> +</ul></li> +<li>Fileinfo: +<ul> + <li><?php bugfix(77961); ?> (finfo_open crafted magic parsing SIGABRT).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(69625); ?> (FPM returns 200 status on request without SCRIPT_FILENAME env).</li> +</ul></li> +<li>IMAP: +<ul> + <li><?php bugfix(80438); ?> (imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8).</li> + <li>Fix a regression with valid UIDs in imap_savebody().</li> + <li>Make warnings for invalid message numbers/UIDs between functions consistent.</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(80425); ?> (MessageFormatAdapter::getArgTypeList redefined).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(80404); ?> (Incorrect range inference result when division results in float).</li> + <li><?php bugfix(80377); ?> (Opcache misses executor_globals).</li> + <li><?php bugfix(80433); ?> (Unable to disable the use of the AVX command when using JIT).</li> + <li><?php bugfix(80447); ?> (Strange out of memory error when running with JIT).</li> + <li><?php bugfix(80480); ?> (Segmentation fault with JIT enabled).</li> + <li><?php bugfix(80506); ?> (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1)).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(80368); ?> (OpenSSL extension fails to build against LibreSSL due to lack of OCB support).</li> +</ul></li> +<li>PDO MySQL: +<ul> + <li><?php bugfix(80458); ?> (PDOStatement::fetchAll() throws for upsert queries).</li> + <li><?php bugfix(63185); ?> (nextRowset() ignores MySQL errors with native prepared statements).</li> + <li><?php bugfix(78152); ?> (PDO::exec() - Bad error handling with multiple commands).</li> + <li><?php bugfix(66878); ?> (Multiple rowsets not returned unless PDO statement object is unset()).</li> + <li><?php bugfix(70066); ?> (Unexpected "Cannot execute queries while other unbuffered queries").</li> + <li><?php bugfix(71145); ?> (Multiple statements in init command triggers unbuffered query error).</li> + <li><?php bugfix(76815); ?> (PDOStatement cannot be GCed/closeCursor-ed when a PROCEDURE resultset SIGNAL).</li> + <li><?php bugfix(79872); ?> (Can't execute query with pending result sets).</li> + <li><?php bugfix(79131); ?> (PDO does not throw an exception when parameter values are missing).</li> + <li><?php bugfix(72368); ?> (PdoStatement->execute() fails but does not throw an exception).</li> + <li><?php bugfix(62889); ?> (LOAD DATA INFILE broken).</li> + <li><?php bugfix(67004); ?> (Executing PDOStatement::fetch() more than once prevents releasing resultset).</li> + <li><?php bugfix(79132); ?> (PDO re-uses parameter values from earlier calls to execute()).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(73809); ?> (Phar Zip parse crash - mmap fail).</li> + <li><?php bugfix(75102); ?> (`PharData` says invalid checksum for valid tar).</li> + <li><?php bugfix(77322); ?> (PharData::addEmptyDir('/') Possible integer overflow).</li> +</ul></li> +<li>Phpdbg: +<ul> + <li><?php bugfix(76813); ?> (Access violation near NULL on source operand).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(62004); ?> (SplFileObject: fgets after seek returns wrong line).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(80366); ?> (Return Value of zend_fstat() not Checked).</li> + <li><?php bugfix(77423); ?> (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). (CVE-2020-7071)</li> +</ul></li> +<li>Tidy: +<ul> + <li><?php bugfix(77594); ?> (ob_tidyhandler is never reset).</li> +</ul></li> +<li>Tokenizer: +<ul> + <li><?php bugfix(80462); ?> (Nullsafe operator tokenize with TOKEN_PARSE flag fails).</li> +</ul></li> +<li>XML: +<ul> + <li>XmlParser opaque object renamed to XMLParser for consistency with other XML objects.</li> +</ul></li> +<li>Zlib: +<ul> + <li><?php bugfix(48725); ?> (Support for flushing in zlib stream).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.0.0"><!-- {{{ 8.0.0 --> <h3>Version 8.0.0</h3> <b><?php release_date('26-Nov-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 7debe6c04..8e35156ba 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2021-01-07-3.xml"/> <xi:include href="entries/2021-01-07-2.xml"/> <xi:include href="entries/2021-01-07-1.xml"/> <xi:include href="entries/2020-11-30-1.xml"/> diff --git a/archive/entries/2021-01-07-3.xml b/archive/entries/2021-01-07-3.xml new file mode 100644 index 000000000..3268fd628 --- /dev/null +++ b/archive/entries/2021-01-07-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.1 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-01-07-3</id> + <published>2021-01-07T15:44:37+00:00</published> + <updated>2021-01-07T15:44:37+00:00</updated> + <link href="https://www.php.net/index.php#id2021-01-07-3" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-01-07-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.1. 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.1 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.1">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/version.inc b/include/version.inc index 5beefb89a..238c4a92c 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.0', - 'date' => '26 Nov 2020', + 'version' => '8.0.1', + 'date' => '07 Jan 2021', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '3ed7b48d64357d3e8fa9e828dbe7416228f84105b8290c2f9779cd66be31ea71', - 'tar.bz2' => '5e832dc37eabf444410b4ea6fb3d66b72e44e7407a3b49caa5746edcf71b9d09', - 'tar.xz' => 'b5278b3eef584f0c075d15666da4e952fa3859ee509d6b0cc2ed13df13f65ebb', + 'tar.gz' => 'f1fee0429aa2cce6bc5df5d7e65386e266b0aab8a5fad7882d10eb833d2f5376', + 'tar.bz2' => 'c44e76af40d133de64564f9caf5daec52bbe84c1ccb4e4500a62233d614ebdee', + 'tar.xz' => '208b3330af881b44a6a8c6858d569c72db78dab97810332978cc65206b0ec2dc', ] ]; diff --git a/releases/8_0_1.php b/releases/8_0_1.php new file mode 100644 index 000000000..3d7fc8aca --- /dev/null +++ b/releases/8_0_1.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8.0.1.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.0.1 Release Announcement'); +?> +<h1>PHP 8.0.1 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.0.1. 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.1 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.1">ChangeLog</a>. +</p> +<?php site_footer();
-- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php