Commit: e0fc895ba70c6107e8472c8ee065d04f8819d494 Author: Anatol Belski <[email protected]> Thu, 28 Sep 2017 12:00:56 +0200 Parents: 5934ecd5b10f94fac3858818407c30627418b28f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e0fc895ba70c6107e8472c8ee065d04f8819d494 Log: 7.0.24 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2017-09-28-1.xml M include/releases.inc M include/version.inc A releases/7_0_24.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 550146a..8e1c2c9 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,56 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.24"><!-- {{{ 7.0.24 --> +<h3>Version 7.0.24</h3> +<b><?php release_date('28-Sep-2017'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(75042); ?> (run-tests.php issues with EXTENSION block).</li> +</ul></li> +<li>BCMath: +<ul> + <li><?php bugfix(44995); ?> (bcpowmod() fails if scale != 0).</li> + <li><?php bugfix(46781); ?> (BC math handles minus zero incorrectly).</li> + <li><?php bugfix(54598); ?> (bcpowmod() may return 1 if modulus is 1).</li> + <li><?php bugfix(75178); ?> (bcpowmod() misbehaves for non-integer base or modulus).</li> +</ul></li> +<li>CLI server: +<ul> + <li><?php bugfix(70470); ?> (Built-in server truncates headers spanning over TCP packets).</li> +</ul></li> +<li>CURL: +<ul> + <li><?php bugfix(75093); ?> (OpenSSL support not detected).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(75124); ?> (gdImageGrayScale() may produce colors).</li> + <li><?php bugfix(75139); ?> (libgd/gd_interpolation.c:1786: suspicious if ?).</li> +</ul></li> +<li>Gettext: +<ul> + <li><?php bugfix(73730); ?> (textdomain(null) throws in strict mode).</li> +</ul></li> +<li>Intl: +<ul> + <li><?php bugfix(75090); ?> (IntlGregorianCalendar doesn't have constants from parent class).</li> +</ul></li> +<li>PDO_OCI: +<ul> + <li><?php bugfix(74631); ?> (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up).</li> +</ul></li> +<li>SPL: +<ul> + <li><?php bugfix(75173); ?> (incorrect behavior of AppendIterator::append in foreach loop).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(75097); ?> (gethostname fails if your host name is 64 chars long).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.1.9"><!-- {{{ 7.1.9 --> <h3>Version 7.1.9</h3> <b><?php release_date('31-Aug-2017'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 56cfe98..d46ffaf 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/2017-09-28-1.xml"/> <xi:include href="entries/2017-09-14-1.xml"/> <xi:include href="entries/2017-09-13-1.xml"/> <xi:include href="entries/2017-09-01-1.xml"/> diff --git a/archive/entries/2017-09-28-1.xml b/archive/entries/2017-09-28-1.xml new file mode 100644 index 0000000..5056c0f --- /dev/null +++ b/archive/entries/2017-09-28-1.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.0.24 Released</title> + <id>http://php.net/archive/2017.php#id2017-09-28-2</id> + <published>2017-09-28T13:00:00+01:00</published> + <updated>2017-09-28T13:00:00+01:00</updated> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <link href="http://php.net/index.php#id2017-09-28-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2017.php#id2017-09-28-2" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/2099/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.0.24. Several bugs have been fixed. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.24 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.0.24">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 64e79d4..dbe4741 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.0.23' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_23.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.23.tar.bz2', + 'name' => 'PHP 7.0.23 (tar.bz2)', + 'sha256' => '6fe94cefc7d2c60ee2c1648b977beed756ad9cd0a7e4ea8bb8cf521d9355a09c', + 'date' => '31 Aug 2017', + ), + 1 => + array ( + 'filename' => 'php-7.0.23.tar.gz', + 'name' => 'PHP 7.0.23 (tar.gz)', + 'sha256' => 'd511089ecaf386f3ab752efba76558c03558afa6b5b3fe71d84881c76644b466', + 'date' => '31 Aug 2017', + ), + 2 => + array ( + 'filename' => 'php-7.0.23.tar.xz', + 'name' => 'PHP 7.0.23 (tar.xz)', + 'sha256' => '8e526e3551a58e00c8055fa4a72804aa1bd3ee1c0411b25bf1504cc4992609df', + 'date' => '31 Aug 2017', + ), + ), + 'date' => '31 Aug 2017', + 'museum' => false, + ), '7.1.8' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5fdfaa2..62579a8 100644 --- a/include/version.inc +++ b/include/version.inc @@ -29,15 +29,15 @@ $PHP_7_1_SHA256 = array( ); /* PHP 7.0 Release */ -$PHP_7_0_RC = "7.0.24RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_0_RC_DATE = "14 September 2017"; -$PHP_7_0_VERSION = "7.0.23"; -$PHP_7_0_DATE = "31 Aug 2017"; +$PHP_7_0_VERSION = "7.0.24"; +$PHP_7_0_DATE = "28 Sep 2017"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "6fe94cefc7d2c60ee2c1648b977beed756ad9cd0a7e4ea8bb8cf521d9355a09c", - "tar.gz" => "d511089ecaf386f3ab752efba76558c03558afa6b5b3fe71d84881c76644b466", - "tar.xz" => "8e526e3551a58e00c8055fa4a72804aa1bd3ee1c0411b25bf1504cc4992609df", + "tar.bz2" => "9bf91982694f178821c0aaf03563a20494873ece6933e2eeecfd76f325bdcf19", + "tar.gz" => "151015b578c14a4ab47d1e5894b36c85cf5655237599b805a08d106fe18a8c8e", + "tar.xz" => "4dba7aa365193c9229f89f1975fad4c01135d29922a338ffb4a27e840d6f1c98", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_24.php b/releases/7_0_24.php new file mode 100644 index 0000000..c80a000 --- /dev/null +++ b/releases/7_0_24.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_24.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.24 Release Announcement"); +?> + + <h1>PHP 7.0.24 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.24. Several bugs have been fixed. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.24 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.0.24">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
