Commit: 7cc1006cf21fd65945e8a3b48f309fa290f178a6 Author: Remi Collet <[email protected]> Thu, 7 Feb 2019 12:33:33 +0100 Parents: 41502adc457b51dbead938b0b9e603551c731223 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7cc1006cf21fd65945e8a3b48f309fa290f178a6 Log: 7.2.14 announcement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-02-07-2.xml M include/releases.inc M include/version.inc A releases/7_2_15.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 1e6363a..3eb47bf 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,63 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.2.15"><!-- {{{ 7.2.15 --> +<h3>Version 7.2.15</h3> +<b><?php release_date('07-Feb-2019'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(77339); ?> (__callStatic may get incorrect arguments).</li> + <li><?php bugfix(77494); ?> (Disabling class causes segfault on member access).</li> + <li><?php bugfix(77530); ?> (PHP crashes when parsing `(2)::class`).</li> +</ul></li> +<li>Curl: +<ul> + <li><?php bugfix(76675); ?> (Segfault with H2 server push).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(73281); ?> (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).</li> + <li><?php bugfix(73614); ?> (gdImageFilledArc() doesn't properly draw pies).</li> + <li><?php bugfix(77272); ?> (imagescale() may return image resource on failure).</li> + <li><?php bugfix(77391); ?> (1bpp BMPs may fail to be loaded).</li> + <li><?php bugfix(77479); ?> (imagewbmp() segfaults with very large images).</li> +</ul></li> +<li>ldap: +<ul> + <li><?php bugfix(77440); ?> (ldap_bind using ldaps or ldap_start_tls()=exception in libcrypto-1_1-x64.dll).</li> +</ul></li> +<li>Mbstring: +<ul> + <li><?php bugfix(77454); ?> (mb_scrub() silently truncates after a null byte).</li> +</ul></li> +<li>MySQLnd: +<ul> + <li><?php bugfix(75684); ?> (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(77361); ?> (configure fails on 64-bit AIX when opcache enabled).</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(77390); ?> (feof might hang on TLS streams in case of fragmented TLS records).</li> +</ul></li> +<li>PDO: +<ul> + <li><?php bugfix(77273); ?> (array_walk_recursive corrupts value types leading to PDO failure).</li> +</ul></li> +<li>Sockets: +<ul> + <li><?php bugfix(76839); ?> (socket_recvfrom may return an invalid 'from' address on MacOS).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(77395); ?> (segfault about array_multisort).</li> + <li><?php bugfix(77439); ?> (parse_str segfaults when inserting item into existing array).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.3.2"><!-- {{{ 7.3.2 --> <h3>Version 7.3.2</h3> <b><?php release_date('07-Feb-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 5874b77..abbde46 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-02-07-2.xml"/> <xi:include href="entries/2019-02-07-1.xml"/> <xi:include href="entries/2019-02-01-1.xml"/> <xi:include href="entries/2019-01-31-1.xml"/> diff --git a/archive/entries/2019-02-07-2.xml b/archive/entries/2019-02-07-2.xml new file mode 100644 index 0000000..f30c32b --- /dev/null +++ b/archive/entries/2019-02-07-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.15 Released</title> + <id>http://php.net/archive/2019.php#id2019-02-07-2</id> + <published>2019-02-07T11:30:07+00:00</published> + <updated>2019-02-07T11:30:07+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-02-07-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2019.php#id2019-02-07-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.15. + This is a bugfix release.</p> + + <p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.2.15 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.15">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 973e704..64586c3 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.14' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_14.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.14.tar.bz2', + 'name' => 'PHP 7.2.14 (tar.bz2)', + 'sha256' => 'f56132d248c7bf1e0efc8a680a4b598d6ff73fc6b9c84b5d7b539ad8db7a6597', + 'date' => '10 Jan 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.14.tar.gz', + 'name' => 'PHP 7.2.14 (tar.gz)', + 'sha256' => '87e13d80b0c3a66bd463d1cb47dc101335884a0d192ab924f547f8aed7f70c08', + 'date' => '10 Jan 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.14.tar.xz', + 'name' => 'PHP 7.2.14 (tar.xz)', + 'sha256' => 'ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f', + 'date' => '10 Jan 2019', + ), + ), + 'date' => '07 Feb 2019', + 'museum' => false, + ), '7.3.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index f999577..cdfe12e 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.15RC1'; // 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 = "31 Jan 2019"; -$PHP_7_2_VERSION = "7.2.14"; -$PHP_7_2_DATE = "10 Jan 2019"; +$PHP_7_2_VERSION = "7.2.15"; +$PHP_7_2_DATE = "07 Feb 2019"; $PHP_7_2_SHA256 = array( - "tar.bz2" => "f56132d248c7bf1e0efc8a680a4b598d6ff73fc6b9c84b5d7b539ad8db7a6597", - "tar.gz" => "87e13d80b0c3a66bd463d1cb47dc101335884a0d192ab924f547f8aed7f70c08", - "tar.xz" => "ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f", + "tar.bz2" => "c93e7616946a463911818c7e9f9e21276c7793fb8c7cb15877188dd0546d0554", + "tar.gz" => "9b13bde9f5a32d6f6bdb8b911bb55bb818d0c4073538f8dc48aa2deb560f55a3", + "tar.xz" => "75e90012faef700dffb29311f3d24fa25f1a5e0f70254a9b8d5c794e25e938ce", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_15.php b/releases/7_2_15.php new file mode 100644 index 0000000..4bc743f --- /dev/null +++ b/releases/7_2_15.php @@ -0,0 +1,17 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_2_15.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.2.15 Release Announcement"); +?> +<h1>PHP 7.2.15 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.15. +This is a bugfix release.</p> + +<p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.15 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.15">ChangeLog</a>. +</p> +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
