Commit: 1389074fe7d7b50f045e81c6965a31f1cec2cdb0 Author: Sara Golemon <[email protected]> Thu, 1 Mar 2018 14:44:19 -0500 Parents: bf051e429793bda14e24b6e5a2bf6ebae8ded289 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1389074fe7d7b50f045e81c6965a31f1cec2cdb0 Log: Announce 7.2.3 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-03-01-2.xml A releases/7_2_3.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 9022d0b..b1f3bc9 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,63 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.2.3"><!-- {{{ 7.2.3 --> +<h3>Version 7.2.3</h3> +<b><?php release_date('01-Mar-2018'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(75864); ?> ("stream_isatty" returns wrong value on s390x).</li> +</ul></li> +<li>Apache2Handler: +<ul> + <li><?php bugfix(75882); ?> (a simple way for segfaults in threadsafe php just with configuration).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(75857); ?> (Timezone gets truncated when formatted).</li> + <li><?php bugfix(75928); ?> (Argument 2 for `DateTimeZone::listIdentifiers()` should accept `null`).</li> + <li><?php bugfix(68406); ?> (calling var_dump on a DateTimeZone object modifies it).</li> +</ul></li> +<li>LDAP: +<ul> + <li><?php bugfix(49876); ?> (Fix LDAP path lookup on 64-bit distros).</li> +</ul></li> +<li>libxml2: +<ul> + <li><?php bugfix(75871); ?> (use pkg-config where available).</li> +</ul></li> +<li>PGSQL: +<ul> + <li><?php bugfix(75838); ?> (Memory leak in pg_escape_bytea()).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(54289); ?> (Phar::extractTo() does not accept specific directories to be extracted).</li> + <li><?php bugfix(65414); ?> (deal with leading slash while adding files correctly).</li> + <li><?php bugfix(65414); ?> (deal with leading slash when adding files correctly).</li> +</ul></li> +<li>ODBC: +<ul> + <li><?php bugfix(73725); ?> (Unable to retrieve value of varchar(max) type).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(75729); ?> (opcache segfault when installing Bitrix).</li> + <li><?php bugfix(75893); ?> (file_get_contents $http_response_header variable bugged with opcache).</li> + <li><?php bugfix(75938); ?> (Modulus value not stored in variable).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(74519); ?> (strange behavior of AppendIterator).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(75916); ?> (DNS_CAA record results contain garbage).</li> + <li><?php bugfix(75981); ?> (Prevent reading beyond buffer start in http wrapper).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.0.28"><!-- {{{ 7.0.28 --> <h3>Version 7.0.28</h3> <b><?php release_date('01-Mar-2018'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 6c05adf..14040dd 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/2018-03-01-2.xml"/> <xi:include href="entries/2018-03-01-1.xml"/> <xi:include href="entries/2018-02-16-1.xml"/> <xi:include href="entries/2018-02-14-1.xml"/> diff --git a/archive/entries/2018-03-01-2.xml b/archive/entries/2018-03-01-2.xml new file mode 100644 index 0000000..33569a4 --- /dev/null +++ b/archive/entries/2018-03-01-2.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.3 Released</title> + <id>http://php.net/archive/2018.php#id2018-03-01-2</id> + <published>2018-03-01T19:43:30+00:00</published> + <updated>2018-03-01T19:43:30+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#id2018-03-01-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2018.php#id2018-03-01-2" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <h1>PHP 7.2.3 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.2.3. This is a security release with 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.3 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.3">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/releases/7_2_3.php b/releases/7_2_3.php new file mode 100644 index 0000000..2c1b4e7 --- /dev/null +++ b/releases/7_2_3.php @@ -0,0 +1,18 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_2_3.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.2.3 Release Announcement"); +?> +<h1>PHP 7.2.3 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +7.2.3. This is a security release with 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.3 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.3">ChangeLog</a>. +</p> +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
