Commit: ee247fcce3f7bed4c76e972e5fffa9d6c8895457 Author: Christoph M. Becker <[email protected]> Thu, 26 Nov 2020 11:42:50 +0100 Parents: 0ae41919772fe12812bb5dc50ab6d0fa116b8807 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ee247fcce3f7bed4c76e972e5fffa9d6c8895457 Log: Announce 7.3.25 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-11-26-2.xml M include/releases.inc M include/version.inc A releases/7_3_25.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 461d6d41b..ed90995d3 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1272,6 +1272,51 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_3"></a> +<section class="version" id="7.3.25"><!-- {{{ 7.3.25 --> +<h3>Version 7.3.25</h3> +<b><?php release_date('26-Nov-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(80280); ?> (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).</li> + <li><?php bugfix(80258); ?> (Windows Deduplication Enabled, randon permission errors).</li> +</ul></li> +<li>COM: +<ul> + <li><?php bugfix(62474); ?> (com_event_sink crashes on certain arguments).</li> +</ul></li> +<li>DOM: +<ul> + <li><?php bugfix(80268); ?> (loadHTML() truncates at NUL bytes).</li> +</ul></li> +<li>IMAP: +<ul> + <li><?php bugfix(64076); ?> (imap_sort() does not return FALSE on failure).</li> + <li><?php bugfix(76618); ?> (segfault on imap_reopen).</li> + <li><?php bugfix(80239); ?> (imap_rfc822_write_address() leaks memory).</li> + <li>Fixed minor regression caused by fixing bug #80220.</li> + <li><?php bugfix(80242); ?> (imap_mail_compose() segfaults for multipart with rfc822).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(80310); ?> (ext-intl with icu4c 68.1: use of undeclared identifier 'TRUE').</li> +</ul></li> +<li>ODBC: +<ul> + <li><?php bugfix(44618); ?> (Fetching may rely on uninitialized data).</li> +</ul></li> +<li>SNMP: +<ul> + <li><?php bugfix(70461); ?> (disable md5 code when it is not supported in net-snmp).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(80266); ?> (parse_url silently drops port number 0).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.3.24"><!-- {{{ 7.3.24 --> <h3>Version 7.3.24</h3> <b><?php release_date('29-Oct-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 87e6b037a..f2395daa9 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-11-26-2.xml"/> <xi:include href="entries/2020-11-26-1.xml"/> <xi:include href="entries/2020-11-23-1.xml"/> <xi:include href="entries/2020-11-19-1.xml"/> diff --git a/archive/entries/2020-11-26-2.xml b/archive/entries/2020-11-26-2.xml new file mode 100644 index 000000000..d12edbdbe --- /dev/null +++ b/archive/entries/2020-11-26-2.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.25 Released!</title> + <id>https://www.php.net/archive/2020.php#2020-11-26-2</id> + <published>2020-11-26T10:30:36+00:00</published> + <updated>2020-11-26T10:30:36+00:00</updated> + <link href="https://www.php.net/index.php#id2020-11-26-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-11-26-2" 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.3.25. This is a bug fix release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.25 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.3.25">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 61374350f..c65dbc8b4 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.24' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_24.php', + ), + 'tags' => + array ( + 0 => '', + ), + 'date' => '29 Oct 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.24.tar.bz2', + 'name' => 'PHP 7.3.24 (tar.bz2)', + 'sha256' => '55b7afbb2037b0f8fefc481a85f8df4f7a278b4b7f0ed9f674c50ec389cca598', + 'date' => '29 Oct 2020', + ), + 1 => + array ( + 'filename' => 'php-7.3.24.tar.gz', + 'name' => 'PHP 7.3.24 (tar.gz)', + 'sha256' => 'ac06577e2aeb69d4bed3c1532ed84a548f01399e5481c144c3e61d146be8ced6', + 'date' => '29 Oct 2020', + ), + 2 => + array ( + 'filename' => 'php-7.3.24.tar.xz', + 'name' => 'PHP 7.3.24 (tar.xz)', + 'sha256' => '78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888', + 'date' => '29 Oct 2020', + ), + ), + 'museum' => false, + ), '7.4.12' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7b77d7740..da6f2f4f8 100644 --- a/include/version.inc +++ b/include/version.inc @@ -27,13 +27,13 @@ $RELEASES = (function() { ); /* PHP 7.3 Release */ - $PHP_7_3_VERSION = "7.3.24"; - $PHP_7_3_DATE = "29 Oct 2020"; + $PHP_7_3_VERSION = "7.3.25"; + $PHP_7_3_DATE = "26 Nov 2020"; $PHP_7_3_TAGS = ['']; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "55b7afbb2037b0f8fefc481a85f8df4f7a278b4b7f0ed9f674c50ec389cca598", - "tar.gz" => "ac06577e2aeb69d4bed3c1532ed84a548f01399e5481c144c3e61d146be8ced6", - "tar.xz" => "78b0b417a147ab7572c874334d11654e3c61ec5b3f2170098e5db02fb0c89888", + "tar.bz2" => "69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb", + "tar.gz" => "097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad", + "tar.xz" => "c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_25.php b/releases/7_3_25.php new file mode 100644 index 000000000..f65eecf87 --- /dev/null +++ b/releases/7_3_25.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.3.25.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.3.25 Release Announcement'); +?> +<h1>PHP 7.3.25 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.3.25. This is a bug fix release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.25 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.3.25">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
