Author: Derick Rethans (derickr) Date: 2021-04-30T08:23:37+01:00 Commit: https://github.com/php/web-php/commit/c4ff9cb017987109e919357694010ad4cbc28b82 Raw diff: https://github.com/php/web-php/commit/c4ff9cb017987109e919357694010ad4cbc28b82.diff
Announce 7.4.18 Changed paths: A archive/entries/2021-04-30-1.xml A releases/7_4_18.php M ChangeLog-7.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8f2c42a5f..1f2493d3e 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -12,6 +12,121 @@ <a name="PHP_7_4"></a> +<section class="version" id="7.4.18"><!-- {{{ 7.4.18 --> +<h3>Version 7.4.18</h3> +<b><?php release_date('29-Apr-2021'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(80781); ?> (Error handler that throws ErrorException infinite loop).</li> + <li><?php bugfix(75776); ?> (Flushing streams with compression filter is broken). (cmb) 04 Mar 2021, php 7.4.16</li> + <li>Fixed #80706 (mail(): Headers after Bcc headers may be ignored).</li> +</ul></li> +<li>Dba: +<ul> + <li><?php bugfix(80817); ?> (dba_popen() may cause segfault during RSHUTDOWN).</li> +</ul></li> +<li>DOM: +<ul> + <li><?php bugfix(66783); ?> (UAF when appending DOMDocument to element).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(80024); ?> (Duplication of info about inherited socket after pool removing).</li> +</ul></li> +<li>FTP: +<ul> + <li><?php bugfix(80880); ?> (SSL_read on shutdown, ftp/proc_open).</li> +</ul></li> +<li>Imap: +<ul> + <li><?php bugfix(80710); ?> (imap_mail_compose() header injection).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(80763); ?> (msgfmt_format() does not accept DateTime references).</li> +</ul></li> +<li>LibXML: +<ul> + <li><?php bugfix(51903); ?> (simplexml_load_file() doesn't use HTTP headers).</li> + <li><?php bugfix(73533); ?> (Invalid memory access in php_libxml_xmlCheckUTF8).</li> +</ul></li> +<li>MySQLnd: +<ul> + <li><?php bugfix(80713); ?> (SegFault when disabling ATTR_EMULATE_PREPARES and MySQL 8.0).</li> + <li><?php bugfix(80837); ?> (Calling stmt_store_result after fetch doesn't throw an error).</li> + <li><?php bugfix(78680); ?> (mysqlnd's mysql_clear_password does not transmit null-terminated password).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(80805); ?> (create simple class and get error in opcache.so).</li> + <li><?php bugfix(80950); ?> (Variables become null in if statements).</li> +</ul></li> +<li>Pcntl: +<ul> + <li><?php bugfix(79812); ?> (Potential integer overflow in pcntl_exec()).</li> +</ul></li> +<li>PCRE: +<ul> + <li><?php bugfix(80866); ?> (preg_split ignores limit flag when pattern with \K has 0-width fullstring match).</li> +</ul></li> +<li>PDO_ODBC: +<ul> + <li><?php bugfix(80783); ?> (PDO ODBC truncates BLOB records at every 256th byte).</li> +</ul></li> +<li>PDO_pgsql: +<ul> + <li><?php bugfix(80892); ?> (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).</li> +</ul></li> +<li>phpdbg: +<ul> + <li><?php bugfix(80757); ?> (Exit code is 0 when could not open file).</li> +</ul></li> +<li>Session: +<ul> + <li><?php bugfix(80774); ?> (session_name() problem with backslash).</li> + <li><?php bugfix(80889); ?> (Cannot set save handler when save_handler is invalid).</li> +</ul></li> +<li>SOAP: +<ul> + <li><?php bugfix(69668); ?> (SOAP special XML characters in namespace URIs not encoded).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(78719); ?> (http wrapper silently ignores long Location headers).</li> + <li><?php bugfix(80771); ?> (phpinfo(INFO_CREDITS) displays nothing in CLI).</li> + <li><?php bugfix(80838); ?> (HTTP wrapper waits for HTTP 1 response after HTTP 101).</li> + <li><?php bugfix(80915); ?> (Taking a reference to $_SERVER hides its values from phpinfo()).</li> + <li><?php bugfix(80654); ?> (file_get_contents() maxlen fails above (2**31)-1 bytes).</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(74779); ?> (x() and y() truncating floats to integers).</li> +</ul></li> +<li>OPcache: +<ul> + <li><?php bugfix(80682); ?> (opcache doesn't honour pcre.jit option).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(80747); ?> (Providing RSA key size < 512 generates key that crash PHP).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(75850); ?> (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb)</li> + <li><?php bugfix(70091); ?> (Phar does not mark UTF-8 filenames in ZIP archives).</li> + <li><?php bugfix(53467); ?> (Phar cannot compress large archives).</li> +</ul></li> +<li>SPL: +<ul> + <li>Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault).</li> +</ul></li> +<li>Zip: +<ul> + <li><?php bugfix(80648); ?> (Fix for bug 79296 should be based on runtime version).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.4.16"><!-- {{{ 7.4.16 --> <h3>Version 7.4.16</h3> <b><?php release_date('04-Mar-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 3ee44a2e4..ab51c46d1 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-04-30-1.xml"/> <xi:include href="entries/2021-04-29-2.xml"/> <xi:include href="entries/2021-04-29-1.xml"/> <xi:include href="entries/2021-04-28-1.xml"/> diff --git a/archive/entries/2021-04-30-1.xml b/archive/entries/2021-04-30-1.xml new file mode 100644 index 000000000..b3ca83628 --- /dev/null +++ b/archive/entries/2021-04-30-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.18 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-04-30-1</id> + <published>2021-04-30T07:18:54+00:00</published> + <updated>2021-04-30T07:18:54+00:00</updated> + <link href="https://www.php.net/index.php#id2021-04-30-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-04-30-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.18. This is a security release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.18 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.18">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index fdfc1d4d3..55724efdf 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1,34 +1,34 @@ <?php $OLDRELEASES = array ( - 8 => + 8 => array ( - '8.0.5' => + '8.0.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_5.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '29 Apr 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.5.tar.gz', 'name' => 'PHP 8.0.5 (tar.gz)', 'sha256' => '50aeac6fe9c2b5577d534369392ebb89c3e7a342b20ef538832b1df996cccb2a', 'date' => '29 Apr 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.5.tar.bz2', 'name' => 'PHP 8.0.5 (tar.bz2)', 'sha256' => '195d934febefaac3b19ac586679149759324a434411ae8aca6f7d87553ef08e0', 'date' => '29 Apr 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.5.tar.xz', 'name' => 'PHP 8.0.5 (tar.xz)', @@ -149,6 +149,42 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.16' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_16.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Mar 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.16.tar.gz', + 'name' => 'PHP 7.4.16 (tar.gz)', + 'sha256' => 'ef2d2b463fc3444895ec599337b663a8832c6ade148d9832417e59aa2b9e93da', + 'date' => '04 Mar 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.16.tar.bz2', + 'name' => 'PHP 7.4.16 (tar.bz2)', + 'sha256' => '85710f007cfd0fae94e13a02a3a036f4e81ef43693260cae8a2e1ca93659ce3e', + 'date' => '04 Mar 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.16.tar.xz', + 'name' => 'PHP 7.4.16 (tar.xz)', + 'sha256' => '1c16cefaf88ded4c92eed6a8a41eb682bb2ef42429deb55f1c4ba159053fb98b', + 'date' => '04 Mar 2021', + ), + ), + 'museum' => false, + ), '7.3.27' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index ec1760e94..d251514ce 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.16', - 'date' => '04 Mar 2021', + 'version' => '7.4.18', + 'date' => '29 Apr 2021', 'tags' => [], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => 'ef2d2b463fc3444895ec599337b663a8832c6ade148d9832417e59aa2b9e93da', - 'tar.bz2' => '85710f007cfd0fae94e13a02a3a036f4e81ef43693260cae8a2e1ca93659ce3e', - 'tar.xz' => '1c16cefaf88ded4c92eed6a8a41eb682bb2ef42429deb55f1c4ba159053fb98b', + 'tar.gz' => '31a8a4a6e7d641f014749cef21421a6d1c9aaba6dce884e181a3370a8e69a04d', + 'tar.bz2' => '2e455932e9c6f5889b1dc879f36fdd5744eaf1ff572b1b778958cbb8f5c1842f', + 'tar.xz' => 'ab97f22b128d21dcbc009b50a37aaea0051b2721cbcd122d9e00e6ffc3c4b7e1', ] ]; diff --git a/releases/7_4_18.php b/releases/7_4_18.php new file mode 100644 index 000000000..0594b2157 --- /dev/null +++ b/releases/7_4_18.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.4.18.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.4.18 Release Announcement'); +?> +<h1>PHP 7.4.18 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.4.18. This is a security release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.18 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.18">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php