Commit: 146f6ef6a871eb0a123733f747946cb7fbdf6b9f
Author: Anatol Belski <[email protected]> Thu, 26 May 2016 12:19:04 +0200
Parents: 446dab60f12ee730b1c09c9989cccf60f6ec87fd
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=146f6ef6a871eb0a123733f747946cb7fbdf6b9f
Log:
7.0.7 announce
Changed paths:
M ChangeLog-7.php
M archive/archive.xml
A archive/entries/2016-05-26-1.xml
M include/releases.inc
M include/version.inc
A releases/7_0_7.php
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index b5525ae..568d3db 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -7,6 +7,99 @@ site_header("PHP 7 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 7 ChangeLog</h1>
+<section class="version" id="7.0.7"><!-- {{{ 7.0.7 -->
+<h3>Version 7.0.7</h3>
+<b><?php release_date('26-May-2016'); ?></b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(72162); ?> (use-after-free - error_reporting).</li>
+ <li>Add compiler option to disable special case function calls.</li>
+ <li><?php bugfix(72101); ?> (crash on complex code).</li>
+ <li><?php bugfix(72100); ?> (implode() inserts garbage into resulting string
when joins very big integer).</li>
+ <li><?php bugfix(72057); ?> (PHP Hangs when using custom error handler and
typehint).</li>
+ <li><?php bugfix(72038); ?> (Function calls with values to a by-ref
parameter don't always throw a notice).</li>
+ <li><?php bugfix(71737); ?> (Memory leak in closure with parameter named
$this).</li>
+ <li><?php bugfix(72059); ?> (?? is not allowed on constant expressions).</li>
+ <li><?php bugfix(72159); ?> (Imported Class Overrides Local Class Name).</li>
+</ul></li>
+<li>Curl:
+<ul>
+ <li><?php bugfix(68658); ?> (Define CURLE_SSL_CACERT_BADFILE).</li>
+</ul></li>
+<li>DBA:
+<ul>
+ <li><?php bugfix(72157); ?> (use-after-free caused by dba_open).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li>
+</ul></li>
+<li>Intl:
+<ul>
+<li><?php bugfix(72241) ?> (get_icu_value_internal out-of-bounds read).</li>
+</ul></li>
+<li>JSON:
+<ul>
+ <li><?php bugfix(72069); ?> (Behavior \JsonSerializable different from
json_encode).</li>
+</ul></li>
+<li>Mbstring:
+<ul>
+ <li><?php bugfix(72164); ?> (Null Pointer Dereference -
mb_ereg_replace).</li>
+</ul></li>
+<li>OCI8:
+<ul>
+ <li><?php bugfix(71600); ?> (oci_fetch_all segfaults when selecting more
than eight columns).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(72014); ?> (Including a file with anonymous classes
multiple times leads to fatal error).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li><?php bugfix(72165); ?> (Null pointer dereference -
openssl_csr_new).</li>
+</ul></li>
+<li>PCNTL:
+<ul>
+ <li><?php bugfix(72154); ?> (pcntl_wait/pcntl_waitpid array internal
structure overwrite).</li>
+</ul></li>
+<li>POSIX:
+<ul>
+ <li><?php bugfix(72133); ?> (php_posix_group_to_array crashes if gr_passwd
is NULL).</li>
+</ul></li>
+<li>Postgres:
+<ul>
+ <li><?php bugfix(72028); ?> (pg_query_params(): NULL converts to empty
string).</li>
+ <li><?php bugfix(71062); ?> (pg_convert() doesn't accept ISO 8601 for
datatype timestamp).</li>
+ <li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour).</li>
+</ul></li>
+<li>Reflection:
+<ul>
+ <li><?php bugfix(72174); ?> (ReflectionProperty#getValue() causes __isset
call).</li>
+</ul></li>
+<li>Session:
+<ul>
+ <li><?php bugfix(71972); ?> (Cyclic references causing session_start():
Failed to decode session object).</li>
+</ul></li>
+<li>Sockets:
+<ul>
+ <li>Added socket_export_stream() function for getting a stream compatible
resource from a socket resource.</li>
+</ul></li>
+<li>SPL:
+<ul>
+ <li><?php bugfix(72051); ?> (The reference in CallbackFilterIterator doesn't
work as expected).</li>
+</ul></li>
+<li>SQLite3:
+<ul>
+ <li><?php bugfix(68849); ?> (bindValue is not using the right data
type).</li>
+</ul></li>
+<li>Standard:
+<ul>
+ <li><?php bugfix(72075); ?> (Referencing socket resources breaks
stream_select).</li>
+ <li><?php bugfix(72031); ?> (array_column() against an array of objects
discards all values matching null).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="7.0.6"><!-- {{{ 7.0.6 -->
<h3>Version 7.0.6</h3>
<b><?php release_date('28-Apr-2016'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 946257e..217ff4d 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/2016-05-26-1.xml"/>
<xi:include href="entries/2016-05-12-1.xml"/>
<xi:include href="entries/2016-05-02-1.xml"/>
<xi:include href="entries/2016-04-29-1.xml"/>
diff --git a/archive/entries/2016-05-26-1.xml b/archive/entries/2016-05-26-1.xml
new file mode 100644
index 0000000..c85ef97
--- /dev/null
+++ b/archive/entries/2016-05-26-1.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 7.0.7 Released</title>
+ <id>http://php.net/archive/2016.php#id2016-05-26-1</id>
+ <published>2016-05-26T13:00:00+01:00</published>
+ <updated>2016-05-26T13: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#id2016-05-26-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2016.php#id2016-05-26-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.0.7. This is a security release. Several security bugs were fixed in
+ this release.
+
+ All PHP 7.0 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 7.0.7 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.7">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 0c1da62..afe287b 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
7 =>
array (
+ '7.0.6' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/7_0_6.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-7.0.6.tar.bz2',
+ 'name' => 'PHP 7.0.6 (tar.bz2)',
+ 'md5' => 'c89a1046ff06f6aff699057376e297b6',
+ 'sha256' =>
'14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7',
+ 'date' => '28 Apr 2016',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-7.0.6.tar.gz',
+ 'name' => 'PHP 7.0.6 (tar.gz)',
+ 'md5' => 'c9e2ff2d6f843a584179ce96e63e38f9',
+ 'sha256' =>
'f6b47cb3e02530d96787ae5c7888aefbd1db6ae4164d68b88808ee6f4da94277',
+ 'date' => '28 Apr 2016',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-7.0.6.tar.xz',
+ 'name' => 'PHP 7.0.6 (tar.xz)',
+ 'md5' => '5f0c5d999a6b5c700b31fd9618d5651d',
+ 'sha256' =>
'1b237a9455e5476a425dbb9d99966bad68107747c601958cb9558a7fb49ab419',
+ 'date' => '28 Apr 2016',
+ ),
+ ),
+ 'date' => '28 Apr 2016',
+ 'museum' => false,
+ ),
'7.0.5' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 04e71ae..6c28187 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -19,20 +19,20 @@
*/
/* PHP 7.0 Release */
-$PHP_7_0_RC = "7.0.7RC1"; // 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 = '12 May 2016';
-$PHP_7_0_VERSION = "7.0.6";
-$PHP_7_0_DATE = "28 Apr 2016";
+$PHP_7_0_VERSION = "7.0.7";
+$PHP_7_0_DATE = "26 May 2016";
$PHP_7_0_MD5 = array(
- "tar.bz2" => "c89a1046ff06f6aff699057376e297b6",
- "tar.gz" => "c9e2ff2d6f843a584179ce96e63e38f9",
- "tar.xz" => "5f0c5d999a6b5c700b31fd9618d5651d",
+ "tar.bz2" => "cc231de15146ca14a69610f695995ab8",
+ "tar.gz" => "197ec66d134da8968ddd0b89f1cfac2a",
+ "tar.xz" => "75f8d1693a470cefe2a50abd283eb291",
);
$PHP_7_0_SHA256 = array(
- "tar.bz2" =>
"14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7",
- "tar.gz" =>
"f6b47cb3e02530d96787ae5c7888aefbd1db6ae4164d68b88808ee6f4da94277",
- "tar.xz" =>
"1b237a9455e5476a425dbb9d99966bad68107747c601958cb9558a7fb49ab419",
+ "tar.bz2" =>
"474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a",
+ "tar.gz" =>
"66282ff4a9f88fe9607d9574e15bf335885b964245591a1740adb3f79c514a67",
+ "tar.xz" =>
"9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794",
);
/* PHP 5.6 Release */
diff --git a/releases/7_0_7.php b/releases/7_0_7.php
new file mode 100644
index 0000000..ffa8c37
--- /dev/null
+++ b/releases/7_0_7.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/7_0_7.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 7.0.7 Release Announcement");
+?>
+
+ <h1>PHP 7.0.7 Release Announcement</h1>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 7.0.7. This is a security release. Several security bugs were fixed in
+ this release.
+
+ All PHP 7.0 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 7.0.7 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.7">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php