Commit: af59da2d4147581abdbef971b2fb5caeb57de782 Author: Christoph M. Becker <cmbecke...@gmx.de> Thu, 10 Jan 2019 11:55:42 +0100 Parents: a1972505638e66ebf4e6b44e10739deb9400ef01 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=af59da2d4147581abdbef971b2fb5caeb57de782 Log: Announce PHP 7.3.1 Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2019-01-10-2.xml M include/releases.inc M include/version.inc A releases/7_3_1.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php index eb0a836..619c5bc 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,99 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.3.1"><!-- {{{ 7.3.1 --> +<h3>Version 7.3.1</h3> +<b><?php release_date('10-Jan-2019'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(76654); ?> (Build failure on Mac OS X on 32-bit Intel).</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> + <li><?php bugfix(77291); ?> (magic methods inherited from a trait may be ignored).</li> +</ul></li> +<li>CURL: +<ul> + <li><?php bugfix(77264); ?> (curl_getinfo returning microseconds, not seconds).</li> +</ul></li> +<li>COM: +<ul> + <li><?php bugfix(77177); ?> (Serializing or unserializing COM objects crashes).</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(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> + <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> +</ul></li> +<li>MBString: +<ul> + <li><?php bugfix(77367); ?> (Negative size parameter in mb_split).</li> + <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> + <li><?php bugfix(77275); ?> (OPcache optimization problem for ArrayAccess->offsetGet).</li> +</ul></li> +<li>PCRE: +<ul> + <li><?php bugfix(77193); ?> (Infinite loop in preg_replace_callback).</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>Soap: +<ul> + <li><?php bugfix(77088); ?> (Segfault when using SoapClient with null options).</li> +</ul></li> +<li>Sockets: +<ul> + <li><?php bugfix(77136); ?> (Unsupported IPV6_RECVPKTINFO constants on macOS).</li> +</ul></li> +<li>Sodium: +<ul> + <li><?php bugfix(77297); ?> (SodiumException segfaults on PHP 7.3).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(77359); ?> (spl_autoload causes segfault).</li> + <li><?php bugfix(77360); ?> (class_uses causes segfault).</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.2.14"><!-- {{{ 7.2.14 --> <h3>Version 7.2.14</h3> <b><?php release_date('10-Jan-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index c7833d1..d268037 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -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-2.xml"/> <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"/> diff --git a/archive/entries/2019-01-10-2.xml b/archive/entries/2019-01-10-2.xml new file mode 100644 index 0000000..db7baa5 --- /dev/null +++ b/archive/entries/2019-01-10-2.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.1 Released</title> + <id>http://php.net/archive/2019.php#id2019-01-10-2</id> + <published>2019-01-10T11:51:06+01:00</published> + <updated>2019-01-10T11:51:06+01: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-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2019.php#id2019-01-10-2" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <h1>PHP 7.3.1 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.3.1. This is a bugfix release, with several bug fixes included.</p> + + <p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.3.1 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.3.1">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index ce0430e..99e6ffb 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.0' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_0.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.0.tar.bz2', + 'name' => 'PHP 7.3.0 (tar.bz2)', + 'sha256' => '7a267daec9969a997c5c8028c350229646748e0fcc71e2f2dbb157ddcee87c67', + 'date' => '06 Dec 2018', + ), + 1 => + array ( + 'filename' => 'php-7.3.0.tar.gz', + 'name' => 'PHP 7.3.0 (tar.gz)', + 'sha256' => '391bd0f91d9bdd01ab47ef9607bad8c65e35bc9bb098fb7777b2556e2c847b11', + 'date' => '06 Dec 2018', + ), + 2 => + array ( + 'filename' => 'php-7.3.0.tar.xz', + 'name' => 'PHP 7.3.0 (tar.xz)', + 'sha256' => '7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5', + 'date' => '06 Dec 2018', + ), + ), + 'date' => '10 Jan 2019', + 'museum' => false, + ), '7.2.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a77c771..4ad11f2 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,15 +16,15 @@ * ); */ /* PHP 7.3 Release */ -$PHP_7_3_RC = '7.3.1RC1'; +$PHP_7_3_RC = false; $PHP_7_3_RC_DATE = "20 Dec 2018"; -$PHP_7_3_VERSION = "7.3.0"; -$PHP_7_3_DATE = "06 Dec 2018"; +$PHP_7_3_VERSION = "7.3.1"; +$PHP_7_3_DATE = "10 Jan 2019"; $PHP_7_3_SHA256 = array( - "tar.bz2" => "7a267daec9969a997c5c8028c350229646748e0fcc71e2f2dbb157ddcee87c67", - "tar.gz" => "391bd0f91d9bdd01ab47ef9607bad8c65e35bc9bb098fb7777b2556e2c847b11", - "tar.xz" => "7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5", + "tar.bz2" => "afef2b0cd7f2641274a1a0aabe67e30f2334970d7c530382dfa9d79cfe74388e", + "tar.gz" => "8006211f7a041dde22fffedc416d142e0ebf22066014077ca936d7e6f655ead5", + "tar.xz" => "cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_1.php b/releases/7_3_1.php new file mode 100644 index 0000000..57d346f --- /dev/null +++ b/releases/7_3_1.php @@ -0,0 +1,20 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_3_1.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.3.1 Release Announcement"); +?> + + <h1>PHP 7.3.1 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.3.1. This is a bugfix release, with several bug fixes included.</p> + + <p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.3.1 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.3.1">ChangeLog</a>. + </p> + + +<?php site_footer(); ?>
-- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php