Commit: 3b69ca8b0fe2cf2ecf51b28decf90bb6c850487c
Author: krakjoe <[email protected]> Fri, 24 Nov 2017 06:04:13 +0000
Parents: b00efdca0633c7e9fed7fca019b8ca8149f25a6a
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=3b69ca8b0fe2cf2ecf51b28decf90bb6c850487c
Log:
7.1.12
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2017-11-24-1.xml
M include/releases.inc
M include/version.inc
A releases/7_1_12.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index fe25683..f28e5d7 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,6 +6,71 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
?>
<h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.1.12"><!-- {{{ 7.1.12 -->
+<h3>Version 7.1.12</h3>
+<b><?php release_date('23-Nov-2017'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(75420); ?> (Crash when modifing property name in __isset
for BP_VAR_IS).</li>
+ <li><?php bugfix(75368); ?> (mmap/munmap trashing on unlucky
allocations).</li>
+</ul></li>
+<li>CLI:
+<ul>
+ <li><?php bugfix(75287); ?> (Builtin webserver crash after chdir in a
shutdown function).</li>
+</ul></li>
+<li>Enchant:
+<ul>
+ <li><?php bugfix(53070); ?> (enchant_broker_get_path crashes if no path is
set).</li>
+ <li><?php bugfix(75365); ?> (Enchant still reports version 1.1.0).</li>
+</ul></li>
+<li>Exif:
+<ul>
+ <li><?php bugfix(75301); ?> (Exif extension has built in revision
version).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(65148); ?> (imagerotate may alter image dimensions).</li>
+ <li><?php bugfix(75437); ?> (Wrong reflection on imagewebp).</li>
+</ul></li>
+<li>intl:
+<ul>
+ <li><?php bugfix(75317); ?> (UConverter::setDestinationEncoding changes
source instead of destination).</li>
+</ul></li>
+<li>interbase:
+<ul>
+ <li><?php bugfix(75453); ?> (Incorrect reflection for ibase_[p]connect).</li>
+</ul></li>
+<li>Mysqli:
+<ul>
+ <li><?php bugfix(75434); ?> (Wrong reflection for mysqli_fetch_all
function).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+ <li>Fixed valgrind issue.</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li><?php bugfix(75363); ?> (openssl_x509_parse leaks memory).</li>
+ <li><?php bugfix(75307); ?> (Wrong reflection for openssl_open
function).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(75373); ?> (Warning Internal error: wrong size
calculation).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li><?php bugfix(75419); ?> (Default link incorrectly cleared/linked by
pg_close()).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+ <li><?php bugfix(75464); ?> (Wrong reflection on
SoapClient::__setSoapHeaders).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+ <li><?php bugfix(75299); ?> (Wrong reflection on inflate_init and
inflate_add).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
<section class="version" id="7.0.26"><!-- {{{ 7.0.26 -->
<h3>Version 7.0.26</h3>
diff --git a/archive/archive.xml b/archive/archive.xml
index 26480b2..6acecf3 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-11-24-1.xml"/>
<xi:include href="entries/2017-11-23-1.xml"/>
<xi:include href="entries/2017-11-20-1.xml"/>
<xi:include href="entries/2017-11-09-1.xml"/>
diff --git a/archive/entries/2017-11-24-1.xml b/archive/entries/2017-11-24-1.xml
new file mode 100644
index 0000000..d838737
--- /dev/null
+++ b/archive/entries/2017-11-24-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.12 Released</title>
+ <id>http://php.net/archive/2017.php#id2017-11-24-1</id>
+ <published>2017-11-24T06:02:50+00:00</published>
+ <updated>2017-11-24T06:02:50+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-11-24-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2017.php#id2017-11-24-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.12. 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.12 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.12">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 510089f..0203940 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.1.11' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_1_11.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.1.11.tar.bz2',
+ 'name' => 'PHP 7.1.11 (tar.bz2)',
+ 'sha256' =>
'7646d7de701fc969e3305eeeb2eddda3d46af6a88ee20ef4a47270c447228573',
+ 'date' => '26 Oct 2017',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.1.11.tar.gz',
+ 'name' => 'PHP 7.1.11 (tar.gz)',
+ 'sha256' =>
'de41b2c166bc5ec8ea96a337d4dd675c794f7b115a8a47bb04595c03dbbdf425',
+ 'date' => '26 Oct 2017',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.1.11.tar.xz',
+ 'name' => 'PHP 7.1.11 (tar.xz)',
+ 'sha256' =>
'074093e9d7d21afedc5106904218a80a47b854abe368d2728ed22184c884893e',
+ 'date' => '26 Oct 2017',
+ ),
+ ),
+ 'date' => '26 Oct 2017',
+ 'museum' => false,
+ ),
'7.0.25' =>
array (
'announcement' =>
@@ -48,7 +81,7 @@ $OLDRELEASES = array (
'filename' => 'php-7.1.10.tar.bz2',
'name' => 'PHP 7.1.10 (tar.bz2)',
'sha256' =>
'0ee51b9b1ae7eca3e9558f772ce20cbacd1f76420009b3af630c87027f9a41af',
- 'date' => '28 Sep Aug 2017',
+ 'date' => '28 Sep 2017',
),
1 =>
array (
diff --git a/include/version.inc b/include/version.inc
index c685d4c..beca6b2 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -17,15 +17,15 @@
*/
/* PHP 7.1 Release */
-$PHP_7_1_RC = "7.1.12RC1"; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_7_1_RC_DATE = "09 Nov 2017";
-$PHP_7_1_VERSION = "7.1.11";
-$PHP_7_1_DATE = "26 Oct 2017";
+$PHP_7_1_VERSION = "7.1.12";
+$PHP_7_1_DATE = "23 Nov 2017";
$PHP_7_1_SHA256 = array(
- "tar.bz2" =>
"7646d7de701fc969e3305eeeb2eddda3d46af6a88ee20ef4a47270c447228573",
- "tar.gz" =>
"de41b2c166bc5ec8ea96a337d4dd675c794f7b115a8a47bb04595c03dbbdf425",
- "tar.xz" =>
"074093e9d7d21afedc5106904218a80a47b854abe368d2728ed22184c884893e",
+ "tar.bz2" =>
"f9ce3361ab99dce8f3f2fba663695ac9b18a3579bc8014dc280368d1577d87c4",
+ "tar.gz" =>
"188c67d8e424ce7a6fe93475aa64f53182c1d80ca3ac99439651ca91569d969c",
+ "tar.xz" =>
"a0118850774571b1f2d4e30b4fe7a4b958ca66f07d07d65ebdc789c54ba6eeb3",
);
/* PHP 7.0 Release */
diff --git a/releases/7_1_12.php b/releases/7_1_12.php
new file mode 100644
index 0000000..ce84ba2
--- /dev/null
+++ b/releases/7_1_12.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_1_12.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.12 Release Announcement");
+?>
+
+ <h1>PHP 7.1.12 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 7.1.12. 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.12 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.12">ChangeLog</a>.
+ </p>
+
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php