mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
announce 5.6.16
This commit is contained in:
@@ -8,6 +8,37 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
|
||||
<h1>PHP 5 ChangeLog</h1>
|
||||
|
||||
<section class="version" id="5.6.16"><!-- {{{ 5.6.16 -->
|
||||
<h3>Version 5.6.16</h3>
|
||||
<b><?php release_date('26-Nov-2015'); ?></b>
|
||||
<ul><li>Core:
|
||||
<ul>
|
||||
<li><?php bugfix(70828); ?> (php-fpm 5.6 with opcache crashes when referencing a non-existent constant).</li>
|
||||
<li><?php bugfix(70748); ?> (Segfault in ini_lex () at Zend/zend_ini_scanner.l).</li>
|
||||
</ul></li>
|
||||
<li>Mysqlnd:
|
||||
<ul>
|
||||
<li><?php bugfix(68344); ?> (MySQLi does not provide way to disable peer certificate validation) by introducing MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT connection flag.</li>
|
||||
</ul></li>
|
||||
<li>OCI8:
|
||||
<ul>
|
||||
<li><?php bugfix(68298); ?> (OCI int overflow).</li>
|
||||
</ul></li>
|
||||
<li>PDO_DBlib:
|
||||
<ul>
|
||||
<li><?php bugfix(69757); ?> (Segmentation fault on nextRowset).</li>
|
||||
</ul></li>
|
||||
<li>SOAP:
|
||||
<ul>
|
||||
<li><?php bugfix(70875); ?> (Segmentation fault if wsdl has no targetNamespace attribute).</li>
|
||||
</ul></li>
|
||||
<li>SPL:
|
||||
<ul>
|
||||
<li><?php bugfix(70852); ?> (Segfault getting NULL offset of an ArrayObject).</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
<section class="version" id="5.6.15"><!-- {{{ 5.6.15 -->
|
||||
<h3>Version 5.6.15</h3>
|
||||
<b><?php release_date('29-Oct-2015'); ?></b>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</email>
|
||||
</author>
|
||||
<xi:include href="entries/2015-11-26-2.xml"/>
|
||||
<xi:include href="entries/2015-11-26-1.xml"/>
|
||||
<xi:include href="entries/2015-11-12-1.xml"/>
|
||||
<xi:include href="entries/2015-10-29-2.xml"/>
|
||||
|
||||
27
archive/entries/2015-11-26-2.xml
Normal file
27
archive/entries/2015-11-26-2.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<entry xmlns="http://www.w3.org/2005/Atom">
|
||||
<title>PHP 5.6.16 is available</title>
|
||||
<id>http://php.net/archive/2015.php#id2015-11-26-2</id>
|
||||
<published>2015-11-26T14:18:28-08:00</published>
|
||||
<updated>2015-11-26T14:18:28-08:00</updated>
|
||||
<category term="frontpage" label="PHP.net frontpage news"/>
|
||||
<category term="releases" label="New PHP release"/>
|
||||
<link href="http://php.net/index.php#id2015-11-26-2" rel="alternate" type="text/html"/>
|
||||
<link href="http://php.net/archive/2015.php#id2015-11-26-2" 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
|
||||
5.6.16. Several bugs have been fixed.
|
||||
|
||||
All PHP 5.6 users are encouraged to upgrade to this version.
|
||||
</p>
|
||||
|
||||
<p>For source downloads of PHP 5.6.16 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
|
||||
Windows 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-5.php#5.6.16">ChangeLog</a>.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</content>
|
||||
</entry>
|
||||
@@ -2,6 +2,42 @@
|
||||
$OLDRELEASES = array (
|
||||
5 =>
|
||||
array (
|
||||
'5.6.15' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/5_6_15.php',
|
||||
),
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-5.6.15.tar.bz2',
|
||||
'name' => 'PHP 5.6.15 (tar.bz2)',
|
||||
'md5' => 'bdfa8fb1b895a25e1cc05c162f9ae5fc',
|
||||
'sha256' => '11a0645c4d4b749e256da1e0d6df89dd886b5b06b83c914d942653661dbd1c38',
|
||||
'date' => '29 Oct 2015',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-5.6.15.tar.gz',
|
||||
'name' => 'PHP 5.6.15 (tar.gz)',
|
||||
'md5' => '4ec2fe201e24c6f65bf7bd4bac1bc880',
|
||||
'sha256' => 'bb2d4c226a4897b7c3659c2538a87aef7ec104f58f5ae930a263dd77fb8ebc40',
|
||||
'date' => '29 Oct 2015',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-5.6.15.tar.xz',
|
||||
'name' => 'PHP 5.6.15 (tar.xz)',
|
||||
'md5' => 'c726a86238017c2d9db0171b14d300e7',
|
||||
'sha256' => 'cf52e2e621e60997269663fa4bc06253191fa2a41dc9b08c8c911435b3ebcca9',
|
||||
'date' => '29 Oct 2015',
|
||||
),
|
||||
),
|
||||
'date' => '29 Oct 2015',
|
||||
'museum' => false,
|
||||
),
|
||||
'5.6.14' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -20,17 +20,17 @@
|
||||
$PHP_5_6_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
|
||||
$PHP_5_6_RC_DATE = '15 Oct 2015';
|
||||
|
||||
$PHP_5_6_VERSION = "5.6.15";
|
||||
$PHP_5_6_DATE = "29 Oct 2015";
|
||||
$PHP_5_6_VERSION = "5.6.16";
|
||||
$PHP_5_6_DATE = "26 Nov 2015";
|
||||
$PHP_5_6_MD5 = array(
|
||||
"tar.bz2" => "bdfa8fb1b895a25e1cc05c162f9ae5fc",
|
||||
"tar.gz" => "4ec2fe201e24c6f65bf7bd4bac1bc880",
|
||||
"tar.xz" => "c726a86238017c2d9db0171b14d300e7",
|
||||
"tar.bz2" => "765b164b89af1f03ae2fdf39a4e4e1df",
|
||||
"tar.gz" => "dc3c848000a80b805c1393abe39341fa",
|
||||
"tar.xz" => "3f1d999ed1f9cb5713c9a0161c557f2f",
|
||||
);
|
||||
$PHP_5_6_SHA256 = array(
|
||||
"tar.bz2" => "11a0645c4d4b749e256da1e0d6df89dd886b5b06b83c914d942653661dbd1c38",
|
||||
"tar.gz" => "bb2d4c226a4897b7c3659c2538a87aef7ec104f58f5ae930a263dd77fb8ebc40",
|
||||
"tar.xz" => "cf52e2e621e60997269663fa4bc06253191fa2a41dc9b08c8c911435b3ebcca9",
|
||||
"tar.bz2" => "4fe6f40964c1bfaba05fc144ba20a2cdad33e11685f4f101ea5a48b98bbcd2ae",
|
||||
"tar.gz" => "b6618df6b11a275fa28596f1775727679f8492e100f3bd488d8a8bfbfc19349f",
|
||||
"tar.xz" => "8ef43271d9bd8cc8f8d407d3ba569de9fa14a28985ae97c76085bb50d597de98",
|
||||
);
|
||||
/* PHP 5.5 Release */
|
||||
$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
|
||||
|
||||
21
releases/5_6_16.php
Normal file
21
releases/5_6_16.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// $Id$
|
||||
$_SERVER['BASE_PAGE'] = 'releases/5_6_16.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
site_header("PHP 5.6.15 Release Announcement");
|
||||
?>
|
||||
|
||||
<h1>PHP 5.6.16 Release Announcement</h1>
|
||||
|
||||
<p>The PHP development team announces the immediate availability of PHP
|
||||
5.6.16. Several bugs have been fixed.
|
||||
|
||||
All PHP 5.6 users are encouraged to upgrade to this version.
|
||||
</p>
|
||||
|
||||
<p>For source downloads of PHP 5.6.16 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>,
|
||||
Windows 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-5.php#5.6.16">ChangeLog</a>.
|
||||
</p>
|
||||
|
||||
<?php site_footer(); ?>
|
||||
Reference in New Issue
Block a user