Commit: 00a41b232519e8b8cc3f1a997bd6351a6f78c5ba Author: Remi Collet <[email protected]> Thu, 2 May 2019 11:50:11 +0200 Parents: 133b6040ba3e7f294afb6686277ead851aeac9be Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=00a41b232519e8b8cc3f1a997bd6351a6f78c5ba Log: 7.2.18 announcement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-05-02-2.xml M include/releases.inc M include/version.inc A releases/7_2_18.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index cb25e01..17f4af7 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -5,6 +5,62 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/changelogs.inc'; site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("changelog.css"), "layout_span" => 12)); ?> <h1>PHP 7 ChangeLog</h1> + +<section class="version" id="7.2.18"><!-- {{{ 7.2.18 --> +<h3>Version 7.2.18</h3> +<b><?php release_date('02-May-2019'); ?></b> +<ul><li>CLI: +<ul> + <li><?php bugfix(77794); ?> (Incorrect Date header format in built-in server).</li> +</ul></li> +<li>EXIF: +<ul> + <li><?php bugfix(77950); ?> (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).</li> +</ul></li> +<li>Interbase: +<ul> + <li><?php bugfix(72175); ?> (Impossibility of creating multiple connections to Interbase with php 7.x).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(77895); ?> (IntlDateFormatter::create fails in strict mode if $locale = null).</li> +</ul></li> +<li>litespeed: +<ul> + <li>LiteSpeed SAPI 7.3.1, better process management, new API function litespeed_finish_request().</li> +</ul></li> +<li>Mail: +<ul> + <li><?php bugfix(77821); ?> (Potential heap corruption in TSendMail()).</li> +</ul></li> +<li>PCRE: +<ul> + <li><?php bugfix(77827); ?> (preg_match does not ignore \r in regex flags).</li> +</ul></li> +<li>PDO: +<ul> + <li><?php bugfix(77849); ?> (Disable cloning of PDO handle/connection objects).</li> +</ul></li> +<li>phpdbg: +<ul> + <li><?php bugfix(76801); ?> (too many open files).</li> + <li><?php bugfix(77800); ?> (phpdbg segfaults on listing some conditional breakpoints).</li> + <li><?php bugfix(77805); ?> (phpdbg build fails when readline is shared).</li> +</ul></li> +<li>Reflection: +<ul> + <li><?php bugfix(77772); ?> (ReflectionClass::getMethods(null) doesn't work).</li> + <li><?php bugfix(77882); ?> (Different behavior: always calls destructor).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(77680); ?> (recursive mkdir on ftp stream wrapper is incorrect).</li> + <li><?php bugfix(77844); ?> (Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED).</li> + <li><?php bugfix(77853); ?> (Inconsistent substr_compare behaviour with empty haystack).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.3.5"><!-- {{{ 7.3.5 --> <h3>Version 7.3.5</h3> <b><?php release_date('02-May-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 09a81ed..6f2fa39 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/2019-05-02-2.xml"/> <xi:include href="entries/2019-05-02-1.xml"/> <xi:include href="entries/2019-04-16-1.xml"/> <xi:include href="entries/2019-04-04-4.xml"/> diff --git a/archive/entries/2019-05-02-2.xml b/archive/entries/2019-05-02-2.xml new file mode 100644 index 0000000..848c5ba --- /dev/null +++ b/archive/entries/2019-05-02-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.18 Released</title> + <id>http://php.net/archive/2019.php#id2019-05-02-2</id> + <published>2019-05-02T09:47:58+00:00</published> + <updated>2019-05-02T09:47:58+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2019-05-02-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2019.php#id2019-05-02-2" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.2.18. This is a security release which also contains several minor bug fixes.</p> + + <p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.2.18 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.18">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 7c5ca57..293dc96 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_17.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.17.tar.bz2', + 'name' => 'PHP 7.2.17 (tar.bz2)', + 'sha256' => '91a811ab6f6d7acb312159cf6b0a3cffe968676fdebf042e9253245cc6094f75', + 'date' => '04 Apr 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.17.tar.gz', + 'name' => 'PHP 7.2.17 (tar.gz)', + 'sha256' => 'e1c6c2553cdb7edbfa65b89e259690ed01b31b12d57349c90b6ed00a410f62b5', + 'date' => '04 Apr 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.17.tar.xz', + 'name' => 'PHP 7.2.17 (tar.xz)', + 'sha256' => 'a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84', + 'date' => '04 Apr 2019', + ), + ), + 'date' => '02 May 2019', + 'museum' => false, + ), '7.3.4' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5eb295e..a684f28 100644 --- a/include/version.inc +++ b/include/version.inc @@ -28,15 +28,15 @@ $PHP_7_3_SHA256 = array( ); /* PHP 7.2 Release */ -$PHP_7_2_RC = '7.2.18RC1'; // Current RC version (e.g., '7.2.1RC1') or false +$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false $PHP_7_2_RC_DATE = "18 Apr 2019"; -$PHP_7_2_VERSION = "7.2.17"; -$PHP_7_2_DATE = "04 Apr 2019"; +$PHP_7_2_VERSION = "7.2.18"; +$PHP_7_2_DATE = "02 May 2019"; $PHP_7_2_SHA256 = array( - "tar.bz2" => "91a811ab6f6d7acb312159cf6b0a3cffe968676fdebf042e9253245cc6094f75", - "tar.gz" => "e1c6c2553cdb7edbfa65b89e259690ed01b31b12d57349c90b6ed00a410f62b5", - "tar.xz" => "a3e5f51a9ae08813b3925bea3a4de02cd4906fcccf75646e267a213bb63bcf84", + "tar.bz2" => "fa1a27b12d1173207e81e798a48d4a7f77ba897f5c5200ac0b5d62aa8b4c4b72", + "tar.gz" => "48aeb291814f3cd3ba03c52e79e8e61896d0271fd4c228198f80a072e568f84b", + "tar.xz" => "9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_18.php b/releases/7_2_18.php new file mode 100644 index 0000000..3039113 --- /dev/null +++ b/releases/7_2_18.php @@ -0,0 +1,17 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_2_18.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.2.18 Release Announcement"); +?> +<h1>PHP 7.2.18 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.18. +This is a security release which also contains several minor bug fixes.</p> + +<p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.18 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.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
