Skip to content

Commit bb43f81

Browse files
committed
announce 5.6.26
1 parent db368ea commit bb43f81

File tree

6 files changed

+190
-9
lines changed

6 files changed

+190
-9
lines changed

ChangeLog-5.php

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,103 @@
77
?>
88

99
<h1>PHP 5 ChangeLog</h1>
10+
<section class="version" id="5.6.26"><!-- {{{ 5.6.26 -->
11+
<h3>Version 5.6.26</h3>
12+
<b><?php release_date('15-Sep-2016'); ?></b>
13+
<ul><li>Core:
14+
<ul>
15+
<li><?php bugfix(72907); ?> (null pointer deref, segfault in gc_remove_zval_from_buffer (zend_gc.c:260)).</li>
16+
</ul></li>
17+
<li>Dba:
18+
<ul>
19+
<li><?php bugfix(71514); ?> (Bad dba_replace condition because of wrong API usage).</li>
20+
<li><?php bugfix(70825); ?> (Cannot fetch multiple values with group in ini file).</li>
21+
</ul></li>
22+
<li>EXIF:
23+
<ul>
24+
<li><?php bugfix(72926); ?> (Uninitialized Thumbail Data Leads To Memory Leakage in exif_process_IFD_in_TIFF).</li>
25+
</ul></li>
26+
<li>FTP:
27+
<ul>
28+
<li><?php bugfix(70195); ?> (Cannot upload file using ftp_put to FTPES with require_ssl_reuse).</li>
29+
</ul></li>
30+
<li>GD:
31+
<ul>
32+
<li><?php bugfix(66005); ?> (imagecopy does not support 1bit transparency on truecolor images).</li>
33+
<li><?php bugfix(72913); ?> (imagecopy() loses single-color transparency on palette images).</li>
34+
<li><?php bugfix(68716); ?> (possible resource leaks in _php_image_convert()).</li>
35+
</ul></li>
36+
<li>Intl:
37+
<ul>
38+
<li><?php bugfix(73007); ?> (add locale length check).</li>
39+
</ul></li>
40+
<li>JSON:
41+
<ul>
42+
<li><?php bugfix(72787); ?> (json_decode reads out of bounds).</li>
43+
</ul></li>
44+
<li>mbstring:
45+
<ul>
46+
<li><?php bugfix(66797); ?> (mb_substr only takes 32-bit signed integer).</li>
47+
<li><?php bugfix(72910); ?> (Out of bounds heap read in mbc_to_code() / triggered by mb_ereg_match()).</li>
48+
</ul></li>
49+
<li>MSSQL:
50+
<ul>
51+
<li><?php bugfix(72039); ?> (Use of uninitialised value on mssql_guid_string).</li>
52+
</ul></li>
53+
<li>Mysqlnd:
54+
<ul>
55+
<li><?php bugfix(72293); ?> (Heap overflow in mysqlnd related to BIT fields).</li>
56+
</ul></li>
57+
<li>Phar:
58+
<ul>
59+
<li><?php bugfix(72928); ?> (Out of bound when verify signature of zip phar in phar_parse_zipfile).</li>
60+
<li><?php bugfix(73035); ?> (Out of bound when verify signature of tar phar in phar_parse_tarfile).</li>
61+
</ul></li>
62+
<li>PDO:
63+
<ul>
64+
<li><?php bugfix(60665); ?> (call to empty() on NULL result using PDO::FETCH_LAZY returns false).</li>
65+
</ul></li>
66+
<li>PDO_pgsql:
67+
<ul>
68+
<li>Implemented FR <?php bugl(72633); ?> (Postgres PDO lastInsertId() should work without specifying a sequence).</li>
69+
<li><?php bugfix(72759); ?> (Regression in pgo_pgsql).</li>
70+
</ul></li>
71+
<li>SPL:
72+
<ul>
73+
<li><?php bugfix(73029); ?> (Missing type check when unserializing SplArray).</li>
74+
</ul></li>
75+
<li>Standard:
76+
<ul>
77+
<li><?php bugfix(72823); ?> (strtr out-of-bound access).</li>
78+
<li><?php bugfix(72278); ?> (getimagesize returning FALSE on valid jpg).</li>
79+
<li><?php bugfix(65550); ?> (get_browser() incorrectly parses entries with "+" sign).</li>
80+
<li><?php bugfix(71882); ?> (Negative ftruncate() on php://memory exhausts memory).</li>
81+
<li><?php bugfix(73011); ?> (integer overflow in fgets cause heap corruption).</li>
82+
<li><?php bugfix(73017); ?> (memory corruption in wordwrap function).</li>
83+
<li><?php bugfix(73045); ?> (integer overflow in fgetcsv caused heap corruption).</li>
84+
<li><?php bugfix(73052); ?> (Memory Corruption in During Deserialized-object Destruction) (Stas)</li>
85+
</ul></li>
86+
<li>Streams:
87+
<ul>
88+
<li><?php bugfix(72853); ?> (stream_set_blocking doesn't work).</li>
89+
</ul></li>
90+
<li>Wddx:
91+
<ul>
92+
<li><?php bugfix(72860); ?> (wddx_deserialize use-after-free).</li>
93+
<li><?php bugfix(73065); ?> (Out-Of-Bounds Read in php_wddx_push_element).</li>
94+
</ul></li>
95+
<li>XML:
96+
<ul>
97+
<li><?php bugfix(72085); ?> (SEGV on unknown address zif_xml_parse).</li>
98+
<li><?php bugfix(72927); ?> (integer overflow in xml_utf8_encode).</li>
99+
</ul></li>
100+
<li>ZIP:
101+
<ul>
102+
<li><?php bugfix(68302); ?> (impossible to compile php with zip support).</li>
103+
</ul></li>
104+
</ul>
105+
<!-- }}} --></section>
106+
10107
<section class="version" id="5.6.25"><!-- {{{ 5.6.25 -->
11108
<h3>Version 5.6.25</h3>
12109
<b><?php release_date('18-Aug-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-09-16-1.xml"/>
1213
<xi:include href="entries/2016-09-15-1.xml"/>
1314
<xi:include href="entries/2016-09-09-1.xml"/>
1415
<xi:include href="entries/2016-09-06-1.xml"/>

archive/entries/2016-09-16-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 5.6.26 is released</title>
4+
<id>http://php.net/archive/2016.php#id2016-09-16-1</id>
5+
<published>2016-09-16T06:39:08+00:00</published>
6+
<updated>2016-09-16T06:39:08+00:00</updated>
7+
<category term="frontpage" label="PHP.net frontpage news"/>
8+
<category term="releases" label="New PHP release"/>
9+
<link href="http://php.net/index.php#id2016-09-16-1" rel="alternate" type="text/html"/>
10+
<link href="http://php.net/archive/2016.php#id2016-09-16-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+
5.6.26. This is a security release. Several security bugs were fixed in
15+
this release.
16+
17+
All PHP 5.6 users are encouraged to upgrade to this version.</p>
18+
19+
<p>For source downloads of PHP 5.6.26 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-5.php#5.6.26">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
@@ -401,6 +401,42 @@ $OLDRELEASES = array (
401401
),
402402
5 =>
403403
array (
404+
'5.6.25' =>
405+
array (
406+
'announcement' =>
407+
array (
408+
'English' => '/releases/5_6_25.php',
409+
),
410+
'source' =>
411+
array (
412+
0 =>
413+
array (
414+
'filename' => 'php-5.6.25.tar.bz2',
415+
'name' => 'PHP 5.6.25 (tar.bz2)',
416+
'md5' => 'f63b9956c25f1ae0433015a80b44224c',
417+
'sha256' => '58ce6032aced7f3e42ced492bd9820e5b3f2a3cd3ef71429aa92fd7b3eb18dde',
418+
'date' => '18 Aug 2016',
419+
),
420+
1 =>
421+
array (
422+
'filename' => 'php-5.6.25.tar.gz',
423+
'name' => 'PHP 5.6.25 (tar.gz)',
424+
'md5' => '75f90f5bd7d0076a0dcc5f3205ce260e',
425+
'sha256' => '733f1c811d51c2d4031a0c058dc94d09d03858d781ca2eb2cce78853bc76db58',
426+
'date' => '18 Aug 2016',
427+
),
428+
2 =>
429+
array (
430+
'filename' => 'php-5.6.25.tar.xz',
431+
'name' => 'PHP 5.6.25 (tar.xz)',
432+
'md5' => '81cb8c0de0d0b714587edbd27a2a75bb',
433+
'sha256' => '7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644',
434+
'date' => '18 Aug 2016',
435+
),
436+
),
437+
'date' => '18 Aug 2016',
438+
'museum' => false,
439+
),
404440
'5.6.24' =>
405441
array (
406442
'announcement' =>

include/version.inc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ $PHP_7_0_SHA256 = array(
3535
);
3636

3737
/* PHP 5.6 Release */
38-
$PHP_5_6_RC = '5.6.26RC1'; // Current RC version (e.g., '5.6.7RC1') or false
38+
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
3939
$PHP_5_6_RC_DATE = '01 Sep 2016';
4040

41-
$PHP_5_6_VERSION = "5.6.25";
42-
$PHP_5_6_DATE = "18 Aug 2016";
41+
$PHP_5_6_VERSION = "5.6.26";
42+
$PHP_5_6_DATE = "15 Sep 2016";
4343
$PHP_5_6_MD5 = array(
44-
"tar.bz2" => "f63b9956c25f1ae0433015a80b44224c",
45-
"tar.gz" => "75f90f5bd7d0076a0dcc5f3205ce260e",
46-
"tar.xz" => "81cb8c0de0d0b714587edbd27a2a75bb",
44+
"tar.bz2" => "cb424b705cfb715fc04f499f8a8cf52e",
45+
"tar.gz" => "6aa387761ee6afa1e3be7ee94a1e8c03",
46+
"tar.xz" => "c51e9115263b4d63ef8f68935cefd7d4",
4747
);
4848
$PHP_5_6_SHA256 = array(
49-
"tar.bz2" => "58ce6032aced7f3e42ced492bd9820e5b3f2a3cd3ef71429aa92fd7b3eb18dde",
50-
"tar.gz" => "733f1c811d51c2d4031a0c058dc94d09d03858d781ca2eb2cce78853bc76db58",
51-
"tar.xz" => "7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644",
49+
"tar.bz2" => "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236",
50+
"tar.gz" => "f76b6cc23739d9dabf875aee57d91ae73f15e88ddf78803369b8b4728b19b924",
51+
"tar.xz" => "203a854f0f243cb2810d1c832bc871ff133eccdf1ff69d32846f93bc1bef58a8",
5252
);
5353
/* PHP 5.5 Release */
5454
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false

releases/5_6_26.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/5_6_26.php';
4+
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
5+
site_header("PHP 5.6.26 Release Announcement");
6+
?>
7+
8+
<h1>PHP 5.6.26 Release Announcement</h1>
9+
10+
<p>The PHP development team announces the immediate availability of PHP
11+
5.6.26. This is a security release. Several security bugs were fixed in
12+
this release.
13+
14+
All PHP 5.6 users are encouraged to upgrade to this version.
15+
</p>
16+
17+
<p>For source downloads of PHP 5.6.26 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-5.php#5.6.26">ChangeLog</a>.
20+
</p>
21+
22+
<?php site_footer(); ?>

0 commit comments

Comments
 (0)