Commit: d01d852a48e9fe9122a23dfd4572d9a5c458a99a
Author: Sara Golemon <[email protected]> Thu, 6 Dec 2018 10:56:15 -0500
Parents: f3ee90d1afee84b7735263e27af392d40a7aca93
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=d01d852a48e9fe9122a23dfd4572d9a5c458a99a
Log:
Announce 7.1.25 and 7.2.13
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2018-12-06-3.xml
A archive/entries/2018-12-06-4.xml
M include/releases.inc
M include/version.inc
A releases/7_1_25.php
A releases/7_2_13.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 21af2ab..2c69ba8 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -331,6 +331,113 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
</ul>
<!-- }}} --></section>
+<section class="version" id="7.2.13"><!-- {{{ 7.2.13 -->
+<h3>Version 7.2.13</h3>
+<b><?php release_date('06-Dec-2018'); ?></b>
+<ul><li>ftp:
+<ul>
+ <li><?php bugfix(77151); ?> (ftp_close(): SSL_read on shutdown).</li>
+</ul></li>
+<li>CLI:
+<ul>
+ <li><?php bugfix(77111); ?> (php-win.exe corrupts unicode symbols from cli
parameters).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li><?php bugfix(77095); ?> (slowness regression in 7.2/7.3 (compared to
7.1)).</li>
+</ul></li>
+<li>iconv:
+<ul>
+ <li><?php bugfix(77147); ?> (Fixing 60494 ignored
ICONV_MIME_DECODE_CONTINUE_ON_ERROR).</li>
+</ul></li>
+<li>Core:
+<ul>
+ <li><?php bugfix(77231); ?> (Segfault when using
convert.quoted-printable-encode filter).</li>
+</ul></li>
+<li>IMAP:
+<ul>
+ <li><?php bugfix(77153); ?> (imap_open allows to run arbitrary shell
commands via mailbox parameter).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li><?php bugfix(77079); ?> (odbc_fetch_object has incorrect type
signature).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(77058); ?> (Type inference in opcache causes side
effects).</li>
+ <li><?php bugfix(77092); ?> (array_diff_key() - segmentation fault).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li><?php bugfix(77022); ?> (PharData always creates new files with mode
0666).</li>
+ <li><?php bugfix(77143); ?> (Heap Buffer Overflow (READ: 4) in
phar_parse_pharfile).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li><?php bugfix(77047); ?> (pg_convert has a broken regex for the 'TIME
WITHOUT TIMEZONE' data type).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+ <li><?php bugfix(50675); ?> (SoapClient can't handle object references
correctly).</li>
+ <li><?php bugfix(76348); ?> (WSDL_CACHE_MEMORY causes Segmentation
fault).</li>
+ <li><?php bugfix(77141); ?> (Signedness issue in SOAP when
precision=-1).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+ <li><?php bugfix(67619); ?> (Validate length on socket_write).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+<section class="version" id="7.1.25"><!-- {{{ 7.1.25 -->
+<h3>Version 7.1.25</h3>
+<b><?php release_date('06-Dec-2018'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(71041); ?> (zend_signal_startup() needs ZEND_API).</li>
+ <li><?php bugfix(77231); ?> (Segfault when using
convert.quoted-printable-encode filter).</li>
+</ul></li>
+<li>ftp:
+<ul>
+ <li><?php bugfix(77151); ?> (ftp_close(): SSL_read on shutdown).</li>
+</ul></li>
+<li>iconv:
+<ul>
+ <li><?php bugfix(77147); ?> (Fixing 60494 ignored
ICONV_MIME_DECODE_CONTINUE_ON_ERROR).</li>
+</ul></li>
+<li>IMAP:
+<ul>
+ <li><?php bugfix(77153); ?> (imap_open allows to run arbitrary shell
commands via mailbox parameter).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li><?php bugfix(77079); ?> (odbc_fetch_object has incorrect type
signature).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(77058); ?> (Type inference in opcache causes side
effects).</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li><?php bugfix(77022); ?> (PharData always creates new files with mode
0666).</li>
+ <li><?php bugfix(77143); ?> (Heap Buffer Overflow (READ: 4) in
phar_parse_pharfile).</li>
+</ul></li>
+<li>PGSQL:
+<ul>
+ <li><?php bugfix(77047); ?> (pg_convert has a broken regex for the 'TIME
WITHOUT TIMEZONE' data type).</li>
+</ul></li>
+<li>SOAP:
+<ul>
+ <li><?php bugfix(76348); ?> (WSDL_CACHE_MEMORY causes Segmentation
fault).</li>
+ <li><?php bugfix(77141); ?> (Signedness issue in SOAP when
precision=-1).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+ <li><?php bugfix(67619); ?> (Validate length on socket_write).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="7.2.12"><!-- {{{ 7.2.12 -->
<h3>Version 7.2.12</h3>
<b><?php release_date('08-Nov-2018'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 09e38eb..7a439cf 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,8 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <xi:include href="entries/2018-12-06-4.xml"/>
+ <xi:include href="entries/2018-12-06-3.xml"/>
<xi:include href="entries/2018-12-06-2.xml"/>
<xi:include href="entries/2018-12-06-1.xml"/>
<xi:include href="entries/2018-11-22-1.xml"/>
diff --git a/archive/entries/2018-12-06-3.xml b/archive/entries/2018-12-06-3.xml
new file mode 100644
index 0000000..cb5042a
--- /dev/null
+++ b/archive/entries/2018-12-06-3.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.2.13 Released</title>
+ <id>http://php.net/archive/2018.php#id2018-12-06-3</id>
+ <published>2018-12-06T16:09:43+00:00</published>
+ <updated>2018-12-06T16:09:43+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#id2018-12-06-3" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2018.php#id2018-12-06-3" 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.2.13.
+ This is a security release.</p>
+
+ <p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+
+ <p>For source downloads of PHP 7.2.13 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.2.13">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/archive/entries/2018-12-06-4.xml b/archive/entries/2018-12-06-4.xml
new file mode 100644
index 0000000..b4a6c2c
--- /dev/null
+++ b/archive/entries/2018-12-06-4.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.1.25 Released</title>
+ <id>http://php.net/archive/2018.php#id2018-12-06-4</id>
+ <published>2018-12-06T16:10:25+00:00</published>
+ <updated>2018-12-06T16:10:25+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#id2018-12-06-4" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2018.php#id2018-12-06-4" 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.25.
+ This is a security release.</p>
+
+ <p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
+
+ <p>For source downloads of PHP 7.1.25 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.25">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index ad91540..5597321 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,72 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.1.24' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_1_24.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.1.24.tar.bz2',
+ 'name' => 'PHP 7.1.24 (tar.bz2)',
+ 'sha256' =>
'66de24e73c7f6006f090c1b187d6b218c8fa6a513acca4ff5c14b695a7391e0b',
+ 'date' => '08 Nov 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.1.24.tar.gz',
+ 'name' => 'PHP 7.1.24 (tar.gz)',
+ 'sha256' =>
'1e780b1af3eeb8fba9e5af6205c960184a0c3a0ef091aaa192e7b7d6b67405d0',
+ 'date' => '08 Nov 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.1.24.tar.xz',
+ 'name' => 'PHP 7.1.24 (tar.xz)',
+ 'sha256' =>
'e70dcec0ae28b6bc308b78972ec15aa850808819cc765f505aa51e5a7e2fa5d7',
+ 'date' => '08 Nov 2018',
+ ),
+ ),
+ 'date' => '08 Nov 2018',
+ 'museum' => false,
+ ),
+ '7.2.12' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_2_12.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.2.12.tar.bz2',
+ 'name' => 'PHP 7.2.12 (tar.bz2)',
+ 'sha256' =>
'b724c4c20347b6105be109d98cc395a610174e8aadb506c82e8cb645b65ef6b6',
+ 'date' => '08 Nov 2018',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.2.12.tar.gz',
+ 'name' => 'PHP 7.2.12 (tar.gz)',
+ 'sha256' =>
'd7cabdf4e51db38121daf0d494dc074743b24b6c79e592037eeedd731f1719dd',
+ 'date' => '08 Nov 2018',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.2.12.tar.xz',
+ 'name' => 'PHP 7.2.12 (tar.xz)',
+ 'sha256' =>
'989c04cc879ee71a5e1131db867f3c5102f1f7565f805e2bb8bde33f93147fe1',
+ 'date' => '08 Nov 2018',
+ ),
+ ),
+ 'date' => '08 Nov 2018',
+ 'museum' => false,
+ ),
'7.1.23' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 718327b..77dfae2 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -31,24 +31,24 @@ $PHP_7_3_SHA256 = array(
$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false
$PHP_7_2_RC_DATE = "25 Oct 2018";
-$PHP_7_2_VERSION = "7.2.12";
-$PHP_7_2_DATE = "08 Nov 2018";
+$PHP_7_2_VERSION = "7.2.13";
+$PHP_7_2_DATE = "06 Dec 2018";
$PHP_7_2_SHA256 = array(
- "tar.bz2" =>
"b724c4c20347b6105be109d98cc395a610174e8aadb506c82e8cb645b65ef6b6",
- "tar.gz" =>
"d7cabdf4e51db38121daf0d494dc074743b24b6c79e592037eeedd731f1719dd",
- "tar.xz" =>
"989c04cc879ee71a5e1131db867f3c5102f1f7565f805e2bb8bde33f93147fe1",
+ "tar.bz2" =>
"5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d",
+ "tar.gz" =>
"e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744",
+ "tar.xz" =>
"14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b",
);
/* PHP 7.1 Release */
$PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_7_1_RC_DATE = "25 Oct 2018";
-$PHP_7_1_VERSION = "7.1.24";
-$PHP_7_1_DATE = "08 Nov 2018";
+$PHP_7_1_VERSION = "7.1.25";
+$PHP_7_1_DATE = "06 Dec 2018";
$PHP_7_1_SHA256 = array(
- 'tar.bz2' =>
'66de24e73c7f6006f090c1b187d6b218c8fa6a513acca4ff5c14b695a7391e0b',
- 'tar.gz' =>
'1e780b1af3eeb8fba9e5af6205c960184a0c3a0ef091aaa192e7b7d6b67405d0',
- 'tar.xz' =>
'e70dcec0ae28b6bc308b78972ec15aa850808819cc765f505aa51e5a7e2fa5d7',
+ 'tar.bz2' =>
'002cdc880ac7cfaede2c389204d366108847db0f3ac72edf1ba95c0577f9aaac',
+ 'tar.gz' =>
'7dc40e202140e8b4fb3d992c15a68d98dc06b805e6b218497d260abbe51f5958',
+ 'tar.xz' =>
'0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88',
);
/* PHP 7.0 Release */
diff --git a/releases/7_1_25.php b/releases/7_1_25.php
new file mode 100644
index 0000000..cf6768b
--- /dev/null
+++ b/releases/7_1_25.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_1_25.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.1.25 Release Announcement");
+?>
+<h1>PHP 7.1.25 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 7.1.25.
+This is a security release.</p>
+
+<p>All PHP 7.1 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.1.25 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.25">ChangeLog</a>.
+</p>
+<?php site_footer(); ?>
diff --git a/releases/7_2_13.php b/releases/7_2_13.php
new file mode 100644
index 0000000..ada12c1
--- /dev/null
+++ b/releases/7_2_13.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_2_13.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.2.13 Release Announcement");
+?>
+<h1>PHP 7.2.13 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 7.2.13.
+This is a security release.</p>
+
+<p>All PHP 7.2 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.2.13 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.2.13">ChangeLog</a>.
+</p>
+<?php site_footer(); ?>
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php