Skip to content

Commit 146f6ef

Browse files
committed
7.0.7 announce
1 parent 446dab6 commit 146f6ef

File tree

6 files changed

+187
-9
lines changed

6 files changed

+187
-9
lines changed

ChangeLog-7.php

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,99 @@
77

88
<h1>PHP 7 ChangeLog</h1>
99

10+
<section class="version" id="7.0.7"><!-- {{{ 7.0.7 -->
11+
<h3>Version 7.0.7</h3>
12+
<b><?php release_date('26-May-2016'); ?></b>
13+
<ul><li>Core:
14+
<ul>
15+
<li><?php bugfix(72162); ?> (use-after-free - error_reporting).</li>
16+
<li>Add compiler option to disable special case function calls.</li>
17+
<li><?php bugfix(72101); ?> (crash on complex code).</li>
18+
<li><?php bugfix(72100); ?> (implode() inserts garbage into resulting string when joins very big integer).</li>
19+
<li><?php bugfix(72057); ?> (PHP Hangs when using custom error handler and typehint).</li>
20+
<li><?php bugfix(72038); ?> (Function calls with values to a by-ref parameter don't always throw a notice).</li>
21+
<li><?php bugfix(71737); ?> (Memory leak in closure with parameter named $this).</li>
22+
<li><?php bugfix(72059); ?> (?? is not allowed on constant expressions).</li>
23+
<li><?php bugfix(72159); ?> (Imported Class Overrides Local Class Name).</li>
24+
</ul></li>
25+
<li>Curl:
26+
<ul>
27+
<li><?php bugfix(68658); ?> (Define CURLE_SSL_CACERT_BADFILE).</li>
28+
</ul></li>
29+
<li>DBA:
30+
<ul>
31+
<li><?php bugfix(72157); ?> (use-after-free caused by dba_open).</li>
32+
</ul></li>
33+
<li>GD:
34+
<ul>
35+
<li><?php bugfix(72227); ?> (imagescale out-of-bounds read).</li>
36+
</ul></li>
37+
<li>Intl:
38+
<ul>
39+
<li><?php bugfix(72241) ?> (get_icu_value_internal out-of-bounds read).</li>
40+
</ul></li>
41+
<li>JSON:
42+
<ul>
43+
<li><?php bugfix(72069); ?> (Behavior \JsonSerializable different from json_encode).</li>
44+
</ul></li>
45+
<li>Mbstring:
46+
<ul>
47+
<li><?php bugfix(72164); ?> (Null Pointer Dereference - mb_ereg_replace).</li>
48+
</ul></li>
49+
<li>OCI8:
50+
<ul>
51+
<li><?php bugfix(71600); ?> (oci_fetch_all segfaults when selecting more than eight columns).</li>
52+
</ul></li>
53+
<li>Opcache:
54+
<ul>
55+
<li><?php bugfix(72014); ?> (Including a file with anonymous classes multiple times leads to fatal error).</li>
56+
</ul></li>
57+
<li>OpenSSL:
58+
<ul>
59+
<li><?php bugfix(72165); ?> (Null pointer dereference - openssl_csr_new).</li>
60+
</ul></li>
61+
<li>PCNTL:
62+
<ul>
63+
<li><?php bugfix(72154); ?> (pcntl_wait/pcntl_waitpid array internal structure overwrite).</li>
64+
</ul></li>
65+
<li>POSIX:
66+
<ul>
67+
<li><?php bugfix(72133); ?> (php_posix_group_to_array crashes if gr_passwd is NULL).</li>
68+
</ul></li>
69+
<li>Postgres:
70+
<ul>
71+
<li><?php bugfix(72028); ?> (pg_query_params(): NULL converts to empty string).</li>
72+
<li><?php bugfix(71062); ?> (pg_convert() doesn't accept ISO 8601 for datatype timestamp).</li>
73+
<li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour).</li>
74+
</ul></li>
75+
<li>Reflection:
76+
<ul>
77+
<li><?php bugfix(72174); ?> (ReflectionProperty#getValue() causes __isset call).</li>
78+
</ul></li>
79+
<li>Session:
80+
<ul>
81+
<li><?php bugfix(71972); ?> (Cyclic references causing session_start(): Failed to decode session object).</li>
82+
</ul></li>
83+
<li>Sockets:
84+
<ul>
85+
<li>Added socket_export_stream() function for getting a stream compatible resource from a socket resource.</li>
86+
</ul></li>
87+
<li>SPL:
88+
<ul>
89+
<li><?php bugfix(72051); ?> (The reference in CallbackFilterIterator doesn't work as expected).</li>
90+
</ul></li>
91+
<li>SQLite3:
92+
<ul>
93+
<li><?php bugfix(68849); ?> (bindValue is not using the right data type).</li>
94+
</ul></li>
95+
<li>Standard:
96+
<ul>
97+
<li><?php bugfix(72075); ?> (Referencing socket resources breaks stream_select).</li>
98+
<li><?php bugfix(72031); ?> (array_column() against an array of objects discards all values matching null).</li>
99+
</ul></li>
100+
</ul>
101+
<!-- }}} --></section>
102+
10103
<section class="version" id="7.0.6"><!-- {{{ 7.0.6 -->
11104
<h3>Version 7.0.6</h3>
12105
<b><?php release_date('28-Apr-2016'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2016-05-26-1.xml"/>
1213
<xi:include href="entries/2016-05-12-1.xml"/>
1314
<xi:include href="entries/2016-05-02-1.xml"/>
1415
<xi:include href="entries/2016-04-29-1.xml"/>

archive/entries/2016-05-26-1.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 7.0.7 Released</title>
4+
<id>http://php.net/archive/2016.php#id2016-05-26-1</id>
5+
<published>2016-05-26T13:00:00+01:00</published>
6+
<updated>2016-05-26T13:00:00+01:00</updated>
7+
<category term="releases" label="New PHP release"/>
8+
<category term="frontpage" label="PHP.net frontpage news"/>
9+
<link href="http://php.net/index.php#id2016-05-26-1" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2016.php#id2016-05-26-1" rel="via" type="text/html"/>
11+
<content type="xhtml">
12+
<div xmlns="http://www.w3.org/1999/xhtml">
13+
<p>The PHP development team announces the immediate availability of PHP
14+
7.0.7. This is a security release. Several security bugs were fixed in
15+
this release.
16+
17+
All PHP 7.0 users are encouraged to upgrade to this version.
18+
</p>
19+
20+
<p>For source downloads of PHP 7.0.7 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
21+
Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
22+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.0.7">ChangeLog</a>.
23+
</p>
24+
</div>
25+
</content>
26+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
7 =>
44
array (
5+
'7.0.6' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/7_0_6.php',
10+
),
11+
'source' =>
12+
array (
13+
0 =>
14+
array (
15+
'filename' => 'php-7.0.6.tar.bz2',
16+
'name' => 'PHP 7.0.6 (tar.bz2)',
17+
'md5' => 'c89a1046ff06f6aff699057376e297b6',
18+
'sha256' => '14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7',
19+
'date' => '28 Apr 2016',
20+
),
21+
1 =>
22+
array (
23+
'filename' => 'php-7.0.6.tar.gz',
24+
'name' => 'PHP 7.0.6 (tar.gz)',
25+
'md5' => 'c9e2ff2d6f843a584179ce96e63e38f9',
26+
'sha256' => 'f6b47cb3e02530d96787ae5c7888aefbd1db6ae4164d68b88808ee6f4da94277',
27+
'date' => '28 Apr 2016',
28+
),
29+
2 =>
30+
array (
31+
'filename' => 'php-7.0.6.tar.xz',
32+
'name' => 'PHP 7.0.6 (tar.xz)',
33+
'md5' => '5f0c5d999a6b5c700b31fd9618d5651d',
34+
'sha256' => '1b237a9455e5476a425dbb9d99966bad68107747c601958cb9558a7fb49ab419',
35+
'date' => '28 Apr 2016',
36+
),
37+
),
38+
'date' => '28 Apr 2016',
39+
'museum' => false,
40+
),
541
'7.0.5' =>
642
array (
743
'announcement' =>

include/version.inc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
*/
2020

2121
/* PHP 7.0 Release */
22-
$PHP_7_0_RC = "7.0.7RC1"; // Current RC version (e.g., '5.6.7RC1') or false
22+
$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
2323
$PHP_7_0_RC_DATE = '12 May 2016';
2424

25-
$PHP_7_0_VERSION = "7.0.6";
26-
$PHP_7_0_DATE = "28 Apr 2016";
25+
$PHP_7_0_VERSION = "7.0.7";
26+
$PHP_7_0_DATE = "26 May 2016";
2727
$PHP_7_0_MD5 = array(
28-
"tar.bz2" => "c89a1046ff06f6aff699057376e297b6",
29-
"tar.gz" => "c9e2ff2d6f843a584179ce96e63e38f9",
30-
"tar.xz" => "5f0c5d999a6b5c700b31fd9618d5651d",
28+
"tar.bz2" => "cc231de15146ca14a69610f695995ab8",
29+
"tar.gz" => "197ec66d134da8968ddd0b89f1cfac2a",
30+
"tar.xz" => "75f8d1693a470cefe2a50abd283eb291",
3131
);
3232
$PHP_7_0_SHA256 = array(
33-
"tar.bz2" => "14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7",
34-
"tar.gz" => "f6b47cb3e02530d96787ae5c7888aefbd1db6ae4164d68b88808ee6f4da94277",
35-
"tar.xz" => "1b237a9455e5476a425dbb9d99966bad68107747c601958cb9558a7fb49ab419",
33+
"tar.bz2" => "474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a",
34+
"tar.gz" => "66282ff4a9f88fe9607d9574e15bf335885b964245591a1740adb3f79c514a67",
35+
"tar.xz" => "9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794",
3636
);
3737

3838
/* PHP 5.6 Release */

releases/7_0_7.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php
2+
// $Id$
3+
$_SERVER['BASE_PAGE'] = 'releases/7_0_7.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 7.0.7 Release Announcement");
6+
?>
7+
8+
<h1>PHP 7.0.7 Release Announcement</h1>
9+
10+
<p>The PHP development team announces the immediate availability of PHP
11+
7.0.7. This is a security release. Several security bugs were fixed in
12+
this release.
13+
14+
All PHP 7.0 users are encouraged to upgrade to this version.
15+
</p>
16+
17+
<p>For source downloads of PHP 7.0.7 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
18+
Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
19+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.0.7">ChangeLog</a>.
20+
</p>
21+
22+
<?php site_footer(); ?>

0 commit comments

Comments
 (0)