Commit: 841da498730fd7915812d12186f40a91bb9bf1ec
Author: Joe Watkins <[email protected]> Fri, 1 Sep 2017 07:32:14 +0100
Parents: 329aaf33b143eef070332a8e28950fc1a9c74bc1
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=841da498730fd7915812d12186f40a91bb9bf1ec
Log:
7.1 release
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2017-09-01-1.xml
M include/releases.inc
M include/version.inc
A releases/7_1_9.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 7626357..550146a 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,88 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.1.9"><!-- {{{ 7.1.9 -->
+<h3>Version 7.1.9</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>
+ <li><?php bugfix(75063); ?> (Main CWD initialized with wrong codepage).</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>Fixed bugĀ #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>Opcache:
+<ul>
+ <li><?php bugfix(74980); ?> (Narrowing occurred during type inference).</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(74892); ?> (Url Rewriting (trans_sid) not working on urls
that start with "#").</li>
+ <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(74977); ?> (Appending AppendIterator leads to
segfault).</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.0.23"><!-- {{{ 7.0.23 -->
<h3>Version 7.0.23</h3>
<b><?php release_date('31-Aug-2017'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 9f2c2ca..aa14db5 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-01-1.xml"/>
<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"/>
diff --git a/archive/entries/2017-09-01-1.xml b/archive/entries/2017-09-01-1.xml
new file mode 100644
index 0000000..4d362ae
--- /dev/null
+++ b/archive/entries/2017-09-01-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.1.9 Released</title>
+ <id>http://php.net/archive/2017.php#id2017-09-01-1</id>
+ <published>2017-09-01T06:31:35+00:00</published>
+ <updated>2017-09-01T06:31:35+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#id2017-09-01-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2017.php#id2017-09-01-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.1.9. This is a bugfix release, with several bug fixes included.
+
+ All PHP 7.1 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 7.1.9 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.1.9">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 7e372cc..64e79d4 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.1.8' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_1_8.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.1.8.tar.bz2',
+ 'name' => 'PHP 7.1.8 (tar.bz2)',
+ 'sha256' =>
'7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8',
+ 'date' => '03 Aug 2017',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.1.8.tar.gz',
+ 'name' => 'PHP 7.1.8 (tar.gz)',
+ 'sha256' =>
'63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04',
+ 'date' => '03 Aug 2017',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.1.8.tar.xz',
+ 'name' => 'PHP 7.1.8 (tar.xz)',
+ 'sha256' =>
'8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab',
+ 'date' => '03 Aug 2017',
+ ),
+ ),
+ 'date' => '03 Aug 2017',
+ 'museum' => false,
+ ),
'7.0.22' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 5b4f3c8..dd12879 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,12 +20,12 @@
$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_7_1_RC_DATE = "20 Jul 2017";
-$PHP_7_1_VERSION = "7.1.8";
-$PHP_7_1_DATE = "03 Aug 2017";
+$PHP_7_1_VERSION = "7.1.9";
+$PHP_7_1_DATE = "31 Aug 2017";
$PHP_7_1_SHA256 = array(
- "tar.bz2" =>
"7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8",
- "tar.gz" =>
"63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04",
- "tar.xz" =>
"8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab",
+ "tar.bz2" =>
"314dcc10dfdd7c4443edb4fe1e133a44f2b2a8351be8c9eb6ab9222d45fd9bae",
+ "tar.gz" =>
"499c31ad19b2ff553ae686ebf53749aa2351af7d955ee9f1986f144089561a4b",
+ "tar.xz" =>
"ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c",
);
/* PHP 7.0 Release */
diff --git a/releases/7_1_9.php b/releases/7_1_9.php
new file mode 100644
index 0000000..7d9c66e
--- /dev/null
+++ b/releases/7_1_9.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_9.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.9 Release Announcement");
+?>
+
+ <h1>PHP 7.1.9 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 7.1.9. This is a bugfix release, with several bug fixes included.
+
+ All PHP 7.1 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 7.1.9 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.1.9">ChangeLog</a>.
+ </p>
+
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php