Skip to content

Commit 00053c9

Browse files
committed
7.0.8 announce
1 parent b04b8e8 commit 00053c9

File tree

6 files changed

+178
-9
lines changed

6 files changed

+178
-9
lines changed

ChangeLog-7.php

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

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

10+
<section class="version" id="7.0.8"><!-- {{{ 7.0.8 -->
11+
<h3>Version 7.0.8</h3>
12+
<b><?php release_date('23-Jun-2016'); ?></b>
13+
<ul><li>Core:
14+
<ul>
15+
<li><?php bugfix(72218); ?> (If host name cannot be resolved then PHP 7 crashes).</li>
16+
<li><?php bugfix(72221); ?> (segfault, past-the-end access).</li>
17+
<li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li>
18+
<li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li>
19+
<li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li>
20+
<li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li>
21+
</ul></li>
22+
<li>FPM:
23+
<ul>
24+
<li><?php bugfix(72308); ?> (fastcgi_finish_request and logging environment variables).</li>
25+
</ul></li>
26+
<li>GD:
27+
<ul>
28+
<li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li>
29+
<li><?php bugfix(72337); ?> (invalid dimensions can lead to crash) (Pierre)</li>
30+
<li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li>
31+
<li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li>
32+
</ul></li>
33+
<li>Intl:
34+
<ul>
35+
<li><?php bugfix(64524); ?> (Add intl.use_exceptions to php.ini-*).</li>
36+
</ul></li>
37+
<li>mbstring:
38+
<ul>
39+
<li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li>
40+
</ul></li>
41+
<li>mcrypt:
42+
<ul>
43+
<li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li>
44+
</ul></li>
45+
<li>PCRE:
46+
<ul>
47+
<li><?php bugfix(72143); ?> (preg_replace uses int instead of size_t).</li>
48+
</ul></li>
49+
<li>PDO_pgsql:
50+
<ul>
51+
<li><?php bugfix(71573); ?> (Segfault (core dumped) if paramno beyond bound).</li>
52+
<li><?php bugfix(72294); ?> (Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor).</li>
53+
</ul></li>
54+
<li>Phpdbg:
55+
<ul>
56+
<li><?php bugfix(72284); ?> (phpdbg fatal errors with coverage).</li>
57+
</ul></li>
58+
<li>Postgres:
59+
<ul>
60+
<li><?php bugfix(72195); ?> (pg_pconnect/pg_connect cause use-after-free).</li>
61+
<li><?php bugfix(72197); ?> (pg_lo_create arbitrary read).</li>
62+
</ul></li>
63+
<li>SPL:
64+
<ul>
65+
<li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li>
66+
<li><?php bugfix(72433); ?> (Use After Free Vulnerability in PHP's GC algorithm and unserialize).</li>
67+
</ul></li>
68+
<li>Standard:
69+
<ul>
70+
<li><?php bugfix(72017); ?> (range() with float step produces unexpected result).</li>
71+
<li><?php bugfix(72193); ?> (dns_get_record returns array containing elements of type 'unknown').</li>
72+
<li><?php bugfix(72229); ?> (Wrong reference when serialize/unserialize an object).</li>
73+
<li><?php bugfix(72300); ?> (ignore_user_abort(false) has no effect).</li>
74+
</ul></li>
75+
<li>XML:
76+
<ul>
77+
<li><?php bugfix(72206); ?> (xml_parser_create/xml_parser_free leaks mem).</li>
78+
</ul></li>
79+
<li>XMLRPC:
80+
<ul>
81+
<li><?php bugfix(72155); ?> (use-after-free caused by get_zval_xmlrpc_type).</li>
82+
</ul></li>
83+
<li>WDDX:
84+
<ul>
85+
<li><?php bugfix(72340); ?> (Double Free Courruption in wddx_deserialize).</li>
86+
</ul></li>
87+
<li>Zip:
88+
<ul>
89+
<li><?php bugfix(72258); ?> (ZipArchive converts filenames to unrecoverable form).</li>
90+
<li><?php bugfix(72434); ?> (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize).</li>
91+
</ul></li>
92+
</ul>
93+
<!-- }}} --></section>
94+
1095
<section class="version" id="7.0.7"><!-- {{{ 7.0.7 -->
1196
<h3>Version 7.0.7</h3>
1297
<b><?php release_date('26-May-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-06-23-1.xml"/>
1213
<xi:include href="entries/2016-06-15-1.xml"/>
1314
<xi:include href="entries/2016-06-09-1.xml"/>
1415
<xi:include href="entries/2016-06-06-1.xml"/>

archive/entries/2016-06-23-1.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 7.0.8 Released</title>
4+
<id>http://php.net/archive/2016.php#id2016-06-23-1</id>
5+
<published>2016-06-23T13:00:00+01:00</published>
6+
<updated>2016-06-23T13: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-06-23-1" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2016.php#id2016-06-23-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.8. 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.</p>
18+
19+
<p>For source downloads of PHP 7.0.8 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
20+
Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>.
21+
The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.0.8">ChangeLog</a>.
22+
</p>
23+
</div>
24+
</content>
25+
</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.7' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/7_0_7.php',
10+
),
11+
'source' =>
12+
array (
13+
0 =>
14+
array (
15+
'filename' => 'php-7.0.7.tar.bz2',
16+
'name' => 'PHP 7.0.7 (tar.bz2)',
17+
'md5' => 'cc231de15146ca14a69610f695995ab8',
18+
'sha256' => '474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a',
19+
'date' => '26 May 2016',
20+
),
21+
1 =>
22+
array (
23+
'filename' => 'php-7.0.7.tar.gz',
24+
'name' => 'PHP 7.0.7 (tar.gz)',
25+
'md5' => '197ec66d134da8968ddd0b89f1cfac2a',
26+
'sha256' => '66282ff4a9f88fe9607d9574e15bf335885b964245591a1740adb3f79c514a67',
27+
'date' => '26 May 2016',
28+
),
29+
2 =>
30+
array (
31+
'filename' => 'php-7.0.7.tar.xz',
32+
'name' => 'PHP 7.0.7 (tar.xz)',
33+
'md5' => '75f8d1693a470cefe2a50abd283eb291',
34+
'sha256' => '9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794',
35+
'date' => '26 May 2016',
36+
),
37+
),
38+
'date' => '26 May 2016',
39+
'museum' => false,
40+
),
541
'7.0.6' =>
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.8RC1"; // 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 = '09 Jun 2016';
2424

25-
$PHP_7_0_VERSION = "7.0.7";
26-
$PHP_7_0_DATE = "26 May 2016";
25+
$PHP_7_0_VERSION = "7.0.8";
26+
$PHP_7_0_DATE = "23 Jun 2016";
2727
$PHP_7_0_MD5 = array(
28-
"tar.bz2" => "cc231de15146ca14a69610f695995ab8",
29-
"tar.gz" => "197ec66d134da8968ddd0b89f1cfac2a",
30-
"tar.xz" => "75f8d1693a470cefe2a50abd283eb291",
28+
"tar.bz2" => "d4f67b081a3c1b0b35f729ef8131cdda",
29+
"tar.gz" => "642d86f3269404abc1bbfd887b682ccf",
30+
"tar.xz" => "c4438583c95d3ddf746929d7fcb61045",
3131
);
3232
$PHP_7_0_SHA256 = array(
33-
"tar.bz2" => "474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a",
34-
"tar.gz" => "66282ff4a9f88fe9607d9574e15bf335885b964245591a1740adb3f79c514a67",
35-
"tar.xz" => "9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794",
33+
"tar.bz2" => "66dc7ba388490e07b1313fe3a06b1fa822e1310585fe29f4909995f131e27c8d",
34+
"tar.gz" => "1f024fa6d87594b99fa312e3185c357dcffa42e07d21c726f41d1fa6f773720b",
35+
"tar.xz" => "0a2142c458b0846f556b16da1c927d74c101aa951bb840549abe5c58584fb394",
3636
);
3737

3838
/* PHP 5.6 Release */

releases/7_0_8.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_8.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 7.0.8 Release Announcement");
6+
?>
7+
8+
<h1>PHP 7.0.8 Release Announcement</h1>
9+
10+
<p>The PHP development team announces the immediate availability of PHP
11+
7.0.8. 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.8 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.8">ChangeLog</a>.
20+
</p>
21+
22+
<?php site_footer(); ?>

0 commit comments

Comments
 (0)