Commit: 1e03a82bfb0b0e4402281fbe2102b053779db044
Author: Anatol Belski <[email protected]> Thu, 31 Aug 2017 12:03:30 +0200
Parents: 2c96bc91413f550fb59b110d471e7c8bf42d67ed
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=1e03a82bfb0b0e4402281fbe2102b053779db044
Log:
7.0.23 announce
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2017-08-31-2.xml
M include/releases.inc
M include/version.inc
A releases/7_0_23.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 352c8c7..7626357 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,80 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.0.23"><!-- {{{ 7.0.23 -->
+<h3>Version 7.0.23</h3>
+<b><?php release_date('31-Aug-2017'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(74947); ?> (Segfault in scanner on INF number).</li>
+ <li><?php bugfix(74954); ?> (null deref and segfault in
zend_generator_resume()).</li>
+ <li><?php bugfix(74725); ?> (html_errors=1 breaks unhandled exceptions).</li>
+</ul></li>
+<li>cURL:
+<ul>
+ <li><?php bugfix(74125); ?> (Fixed finding CURL on systems with multiarch
support).</li>
+</ul></li>
+<li>Date:
+<ul>
+<li><?php bugfix(75002); ?> (Null Pointer Dereference in
timelib_time_clone).</li>
+</ul></li>
+<li>Intl:
+<ul>
+ <li><?php bugfix(74993); ?> (Wrong reflection on some locale_*
functions).</li>
+</ul></li>
+<li>Mbstring:
+<ul>
+ <li><?php bugfix(71606); ?> (Segmentation fault mb_strcut with HTML-ENTITIES
encoding).</li>
+ <li><?php bugfix(62934); ?> (mb_convert_kana() does not convert iteration
marks).</li>
+ <li><?php bugfix(75001); ?> (Wrong reflection on mb_eregi_replace).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+ <li><?php bugfix(74968); ?> (PHP crashes when calling
mysqli_result::fetch_object with an abstract class).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+ <li>Expose oci_unregister_taf_callback() (Tianfang Yang)</li>
+</ul></li>
+<li>phar:
+<ul>
+ <li><?php bugfix(74991); ?> (include_path has a 4096 char limit in some
cases).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+ <li><?php bugfix(74949); ?> (null pointer dereference in
_function_string).</li>
+</ul></li>
+<li>Session:
+<ul>
+ <li><?php bugfix(74833); ?> (SID constant created with wrong module
number).</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+ <li><?php bugfix(74950); ?> (nullpointer deref in
simplexml_element_getDocNamespaces).</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li><?php bugfix(75049); ?> (spl_autoload_unregister can't handle
spl_autoload_functions results).</li>
+ <li><?php bugfix(74669); ?> (Unserialize ArrayIterator broken).</li>
+ <li><?php bugfix(75015); ?> (Crash in recursive iterator destructors).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(75075); ?> (unpack with X* causes infinity loop).</li>
+ <li><?php bugfix(74103); ?> (heap-use-after-free when unserializing invalid
array size).</li>
+ <li><?php bugfix(75054); ?> (A Denial of Service Vulnerability was found
when performing deserialization).</li>
+</ul></li>
+<li>WDDX:
+<ul>
+ <li><?php bugfix(73793); ?> (WDDX uses wrong decimal seperator).</li>
+</ul></li>
+<li>XMLRPC:
+<ul>
+ <li><?php bugfix(74975); ?> (Incorrect xmlrpc serialization for classes with
declared properties).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="7.1.8"><!-- {{{ 7.1.8 -->
<h3>Version 7.1.8</h3>
<b><?php release_date('03-Aug-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f7fe136..9f2c2ca 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -10,6 +10,7 @@
<email>[email protected]</email>
</author>
<xi:include href="entries/2017-08-31-1.xml"/>
+ <xi:include href="entries/2017-08-31-2.xml"/>
<xi:include href="entries/2017-08-17-1.xml"/>
<xi:include href="entries/2017-08-16-1.xml"/>
<xi:include href="entries/2017-08-13-1.xml"/>
diff --git a/archive/entries/2017-08-31-2.xml b/archive/entries/2017-08-31-2.xml
new file mode 100644
index 0000000..05e6d0b
--- /dev/null
+++ b/archive/entries/2017-08-31-2.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.0.23 Released</title>
+ <id>http://php.net/archive/2017.php#id2017-08-31-2</id>
+ <published>2017-08-31T13:00:00+01:00</published>
+ <updated>2017-08-31T13: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-08-31-2" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2017.php#id2017-08-31-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.23. 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.23 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.23">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 2f050b7..7e372cc 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.0.22' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_0_22.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.0.22.tar.bz2',
+ 'name' => 'PHP 7.0.22 (tar.bz2)',
+ 'sha256' =>
'88e0b27f69abdd12ecde81f000c5a9ea479af7218456ea7f6557edb43c6dfdde',
+ 'date' => '03 Aug 2017',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.0.22.tar.gz',
+ 'name' => 'PHP 7.0.22 (tar.gz)',
+ 'sha256' =>
'04292eaea0eeb75e9b6a36a3db8e90a3d43f939646fd9d7d1e083e5b70884383',
+ 'date' => '03 Aug 2017',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.0.22.tar.xz',
+ 'name' => 'PHP 7.0.22 (tar.xz)',
+ 'sha256' =>
'408c3fbc235ec940433bfac1f3ed4bf797f61b4a1693b9fb0b6a04b2c1832501',
+ 'date' => '03 Aug 2017',
+ ),
+ ),
+ 'date' => '03 Aug 2017',
+ 'museum' => false,
+ ),
'7.1.7' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index df1fce2..5b4f3c8 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.23RC1"; // 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 = "17 August 2017";
-$PHP_7_0_VERSION = "7.0.22";
-$PHP_7_0_DATE = "03 Aug 2017";
+$PHP_7_0_VERSION = "7.0.23";
+$PHP_7_0_DATE = "31 Aug 2017";
$PHP_7_0_SHA256 = array(
- "tar.bz2" =>
"88e0b27f69abdd12ecde81f000c5a9ea479af7218456ea7f6557edb43c6dfdde",
- "tar.gz" =>
"04292eaea0eeb75e9b6a36a3db8e90a3d43f939646fd9d7d1e083e5b70884383",
- "tar.xz" =>
"408c3fbc235ec940433bfac1f3ed4bf797f61b4a1693b9fb0b6a04b2c1832501",
+ "tar.bz2" =>
"6fe94cefc7d2c60ee2c1648b977beed756ad9cd0a7e4ea8bb8cf521d9355a09c",
+ "tar.gz" =>
"d511089ecaf386f3ab752efba76558c03558afa6b5b3fe71d84881c76644b466",
+ "tar.xz" =>
"8e526e3551a58e00c8055fa4a72804aa1bd3ee1c0411b25bf1504cc4992609df",
);
/* PHP 5.6 Release */
diff --git a/releases/7_0_23.php b/releases/7_0_23.php
new file mode 100644
index 0000000..78b448d
--- /dev/null
+++ b/releases/7_0_23.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_23.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.23 Release Announcement");
+?>
+
+ <h1>PHP 7.0.23 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 7.0.23. 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.23 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.23">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php