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

7.2.14 announcement

This commit is contained in:
Remi Collet
2019-01-10 10:50:24 +01:00
parent 06b5b60fd1
commit a197250563
6 changed files with 158 additions and 6 deletions

View File

@@ -6,6 +6,83 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
?>
<h1>PHP 7 ChangeLog</h1>
<section class="version" id="7.2.14"><!-- {{{ 7.2.14 -->
<h3>Version 7.2.14</h3>
<b><?php release_date('10-Jan-2019'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(77369); ?> (memcpy with negative length via crafted DNS response).</li>
<li><?php bugfix(71041); ?> (zend_signal_startup() needs ZEND_API).</li>
<li><?php bugfix(76046); ?> (PHP generates "FE_FREE" opcode on the wrong line).</li>
</ul></li>
<li>COM:
<ul>
<li><?php bugfix(77177); ?> (Serializing or unserializing COM objects crashes).</li>
</ul></li>
<li>Date:
<ul>
<li><?php bugfix(77097); ?> (DateTime::diff gives wrong diff when the actual diff is less than 1 second).</li>
</ul></li>
<li>Exif:
<ul>
<li><?php bugfix(77184); ?> (Unsigned rational numbers are written out as signed rationals).</li>
</ul></li>
<li>GD:
<ul>
<li><?php bugfix(77269); ?> (efree() on uninitialized Heap data in imagescale leads to use-after-free).</li>
<li><?php bugfix(77270); ?> (imagecolormatch Out Of Bounds Write on Heap).</li>
<li><?php bugfix(77195); ?> (Incorrect error handling of imagecreatefromjpeg()).</li>
<li><?php bugfix(77198); ?> (auto cropping has insufficient precision).</li>
<li><?php bugfix(77200); ?> (imagecropauto(…, GD_CROP_SIDES) crops left but not right).</li>
</ul></li>
<li>IMAP:
<ul>
<li><?php bugfix(77020); ?> (null pointer dereference in imap_mail).</li>
</ul></li>
<li>Mbstring:
<ul>
<li><?php bugfix(77370); ?> (Buffer overflow on mb regex functions - fetch_token).</li>
<li><?php bugfix(77371); ?> (heap buffer overflow in mb regex functions - compile_string_node).</li>
<li><?php bugfix(77381); ?> (heap buffer overflow in multibyte match_at).</li>
<li><?php bugfix(77382); ?> (heap buffer overflow due to incorrect length in expand_case_fold_string).</li>
<li><?php bugfix(77385); ?> (buffer overflow in fetch_token).</li>
<li><?php bugfix(77394); ?> (Buffer overflow in multibyte case folding - unicode).</li>
<li><?php bugfix(77418); ?> (Heap overflow in utf32be_mbc_to_code).</li>
</ul></li>
<li>OCI8:
<ul>
<li><?php bugfix(76804); ?> (oci_pconnect with OCI_CRED_EXT not working).</li>
<li>Added oci_set_call_timeout() for call timeouts.</li>
<li>Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.</li>
</ul></li>
<li>Opcache:
<ul>
<li><?php bugfix(77215); ?> (CFG assertion failure on multiple finalizing switch frees in one block).</li>
</ul></li>
<li>PDO:
<ul>
<li>Handle invalid index passed to PDOStatement::fetchColumn() as error.</li>
</ul></li>
<li>Phar:
<ul>
<li><?php bugfix(77247); ?> (heap buffer overflow in phar_detect_phar_fname_ext).</li>
</ul></li>
<li>Sockets:
<ul>
<li><?php bugfix(77136); ?> (Unsupported IPV6_RECVPKTINFO constants on macOS).</li>
</ul></li>
<li>SQLite3:
<ul>
<li><?php bugfix(77051); ?> (Issue with re-binding on SQLite3).</li>
</ul></li>
<li>Xmlrpc:
<ul>
<li><?php bugfix(77242); ?> (heap out of bounds read in xmlrpc_decode()).</li>
<li><?php bugfix(77380); ?> (Global out of bounds read in xmlrpc base64 code).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.0.33"><!-- {{{ 7.0.33 -->
<h3>Version 7.0.33</h3>
<b><?php release_date('06-Dec-2018'); ?></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-01-10-1.xml"/>
<xi:include href="entries/2018-12-15-1.xml"/>
<xi:include href="entries/2018-12-10-1.xml"/>
<xi:include href="entries/2018-12-06-5.xml"/>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.2.14 Released</title>
<id>http://php.net/archive/2019.php#id2019-01-10-1</id>
<published>2019-01-10T08:30:27+00:00</published>
<updated>2019-01-10T08:30:27+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-01-10-1" rel="alternate" type="text/html"/>
<link href="http://php.net/archive/2019.php#id2019-01-10-1" 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.14. 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.14 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.14">ChangeLog</a>.
</p>
</div>
</content>
</entry>

View File

@@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
'7.2.13' =>
array (
'announcement' =>
array (
'English' => '/releases/7_2_13.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-7.2.13.tar.bz2',
'name' => 'PHP 7.2.13 (tar.bz2)',
'sha256' => '5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d',
'date' => '06 Dec 2018',
),
1 =>
array (
'filename' => 'php-7.2.13.tar.gz',
'name' => 'PHP 7.2.13 (tar.gz)',
'sha256' => 'e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744',
'date' => '06 Dec 2018',
),
2 =>
array (
'filename' => 'php-7.2.13.tar.xz',
'name' => 'PHP 7.2.13 (tar.xz)',
'sha256' => '14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b',
'date' => '06 Dec 2018',
),
),
'date' => '06 Dec 2018',
'museum' => false,
),
'7.0.32' =>
array (
'announcement' =>

View File

@@ -28,15 +28,15 @@ $PHP_7_3_SHA256 = array(
);
/* PHP 7.2 Release */
$PHP_7_2_RC = '7.2.14RC1'; // 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 = "20 Dec 2018";
$PHP_7_2_VERSION = "7.2.13";
$PHP_7_2_DATE = "06 Dec 2018";
$PHP_7_2_VERSION = "7.2.14";
$PHP_7_2_DATE = "10 Jan 2019";
$PHP_7_2_SHA256 = array(
"tar.bz2" => "5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d",
"tar.gz" => "e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744",
"tar.xz" => "14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b",
"tar.bz2" => "f56132d248c7bf1e0efc8a680a4b598d6ff73fc6b9c84b5d7b539ad8db7a6597",
"tar.gz" => "87e13d80b0c3a66bd463d1cb47dc101335884a0d192ab924f547f8aed7f70c08",
"tar.xz" => "ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f",
);
/* PHP 7.1 Release */

17
releases/7_2_14.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_2_14.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 7.2.14 Release Announcement");
?>
<h1>PHP 7.2.14 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 7.2.14.
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.14 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.14">ChangeLog</a>.
</p>
<?php site_footer(); ?>