1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce 7.2.23

This commit is contained in:
Sara Golemon
2019-09-26 10:23:32 -04:00
parent ab8047910e
commit d2e5dc9fdf
6 changed files with 120 additions and 6 deletions

View File

@@ -1029,6 +1029,43 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
<a name="PHP_7_2"></a>
<section class="version" id="7.2.23"><!-- {{{ 7.2.23 -->
<h3>Version 7.2.23</h3>
<b><?php release_date('26-Sep-2019'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(78220); ?> (Can't access OneDrive folder).</li>
<li><?php bugfix(78412); ?> (Generator incorrectly reports non-releasable $this as GC child).</li>
</ul></li>
<li>FastCGI:
<ul>
<li><?php bugfix(78469); ?> (FastCGI on_accept hook is not called when using named pipes on Windows).</li>
</ul></li>
<li>MySQLnd:
<ul>
<li>Fixed connect_attr issues and added the _server_host connection attribute.</li>
</ul></li>
<li>ODBC:
<ul>
<li><?php bugfix(78473); ?> (odbc_close() closes arbitrary resources).</li>
</ul></li>
<li>PDO_MySQL:
<ul>
<li><?php bugfix(41997); ?> (SP call yields additional empty result set).</li>
</ul></li>
<li>sodium:
<ul>
<li><?php bugfix(78510); ?> (Partially uninitialized buffer returned by sodium_crypto_generichash_init()).</li>
</ul></li>
<li>SPL:
<ul>
<li><?php bugfix(72884); ?> (SplObject isCloneable() returns true but errs on clone).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.2.22"><!-- {{{ 7.2.22 -->
<h3>Version 7.2.22</h3>
<b><?php release_date('29-Aug-2019'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2019-09-26-2.xml"/>
<xi:include href="entries/2019-09-26-1.xml"/>
<xi:include href="entries/2019-09-19-1.xml"/>
<xi:include href="entries/2019-09-17-1.xml"/>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.2.23 Release Announcement</title>
<id>https://www.php.net/archive/2019.php#2019-09-26-2</id>
<published>2019-09-26T14:29:23+00:00</published>
<updated>2019-09-26T14:29:23+00:00</updated>
<link href="https://www.php.net/index.php#id2019-09-26-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2019.php#2019-09-26-2" rel="via" type="text/html"/>
<category term="frontpage" label="PHP.net frontpage news"/>
<category term="releases" label="New PHP release"/>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>The PHP development team announces the immediate availability of PHP
7.2.23. This is a bugfix release.</p>
<p>For source downloads of PHP 7.2.23 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.2.23">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,43 @@
$OLDRELEASES = array (
7 =>
array (
'7.2.22' =>
array (
'announcement' =>
array (
'English' => '/releases/7_2_22.php',
),
'tags' =>
array (
0 => 'security',
),
'date' => '29 Aug 2019',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.2.22.tar.bz2',
'name' => 'PHP 7.2.22 (tar.bz2)',
'sha256' => 'c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a',
'date' => '29 Aug 2019',
),
1 =>
array (
'filename' => 'php-7.2.22.tar.gz',
'name' => 'PHP 7.2.22 (tar.gz)',
'sha256' => '6e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7',
'date' => '29 Aug 2019',
),
2 =>
array (
'filename' => 'php-7.2.22.tar.xz',
'name' => 'PHP 7.2.22 (tar.xz)',
'sha256' => 'eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3',
'date' => '29 Aug 2019',
),
),
'museum' => false,
),
'7.3.9' =>
array (
'announcement' =>

View File

@@ -27,13 +27,13 @@ $RELEASES = (function() {
);
/* PHP 7.2 Release */
$PHP_7_2_VERSION = "7.2.22";
$PHP_7_2_DATE = "29 Aug 2019";
$PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases.
$PHP_7_2_VERSION = "7.2.23";
$PHP_7_2_DATE = "26 Sep 2019";
$PHP_7_2_TAGS = []; // Set to ['security'] for security releases.
$PHP_7_2_SHA256 = array(
"tar.bz2" => "c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a",
"tar.gz" => "6e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7",
"tar.xz" => "eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3",
"tar.bz2" => "a17af3643d29d7e730f977e3776dc3e325d5ca00b361e41dbfc2368ebad5430d",
"tar.gz" => "b32b426c84ff45154d6c11f00aff433bcac831a5c0a09bf0297075eefaea8fcc",
"tar.xz" => "74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14",
);
/* PHP 7.1 Release */

17
releases/7_2_23.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_2_23.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header("PHP 7.2.23 Release Announcement");
?>
<h1>PHP 7.2.23 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP
7.2.23. This is a bugfix release.</p>
<p>For source downloads of PHP 7.2.23 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.2.23">ChangeLog</a>.
</p>
<?php site_footer(); ?>