Commit: 2bb8d0b29822502cb58d077e94fcc0739e265ac2
Author: Julien Pauli <[email protected]> Thu, 11 Jun 2015 17:48:44 +0200
Parents: 05358af384eb0855d7b7aed94afc10767d475eb9
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=2bb8d0b29822502cb58d077e94fcc0739e265ac2
Log:
5.5.26 release
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2015-06-11-1.xml
M include/releases.inc
M include/version.inc
A releases/5_5_26.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 0f1ac6b..de0a494 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,65 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.5.26"><!-- {{{ 5.5.26 -->
+<h3>Version 5.5.26</h3>
+<b>11-Jun-2015</b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(69566); ?> (Conditional jump or move depends on
uninitialised value in extension trait).</li>
+ <li><?php bugfix(66048); ?> (temp. directory is cached during multiple
requests).</li>
+ <li><?php bugfix(69628); ?> (complex GLOB_BRACE fails on Windows).</li>
+ <li><?php bugfix(69646); ?> (OS command injection vulnerability in
escapeshellarg).</li>
+ <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs).</li>
+</ul></li>
+<li>FTP:
+<ul>
+ <li>Improved fix for bug #69545 (Integer overflow in ftp_genlist() resulting
in heap overflow).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(69479); ?> (GD fails to build with newer libvpx).</li>
+</ul></li>
+<li>Iconv:
+<ul>
+ <li><?php bugfix(48147); ?> (iconv with //IGNORE cuts the string).</li>
+</ul></li>
+<li>Litespeed SAPI:
+<ul>
+ <li><?php bugfix(68812); ?> (Unchecked return value).</li>
+</ul></li>
+<li>Mail:
+<ul>
+ <li><?php bugfix(68776); ?> (mail() does not have mail header injection
prevention for additional headers).</li>
+</ul></li>
+<li>MCrypt:
+<ul>
+ <li>Added file descriptor caching to mcrypt_create_iv() (Leigh)</li>
+</ul></li>
+<li>Opcache:
+<ul>
+ <li><?php bugfix(69549); ?> (Memory leak with
opcache.optimization_level=0xFFFFFFFF).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+ <li>Upgraded pcrelib to 8.37. (CVE-2015-2325, CVE-2015-2326)</li>
+</ul></li>
+<li>Phar:
+<ul>
+ <li><?php bugfix(69680); ?> (phar symlink in binary directory broken).</li>
+</ul></li>
+<li>Postgres:
+<ul>
+ <li><?php bugfix(69667); ?> (segfault in php_pgsql_meta_data).</li>
+</ul></li>
+<li>Sqlite3:
+<ul>
+ <li>Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415,
+ CVE-2015-3416)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="5.6.9"><!-- {{{ 5.6.9 -->
<h3>Version 5.6.9</h3>
<b>14-May-2015</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f4d53b6..622166a 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/2015-06-11-1.xml"/>
<xi:include href="entries/2015-06-01-1.xml"/>
<xi:include href="entries/2015-05-27-3.xml"/>
<xi:include href="entries/2015-05-27-2.xml"/>
diff --git a/archive/entries/2015-06-11-1.xml b/archive/entries/2015-06-11-1.xml
new file mode 100644
index 0000000..031910d
--- /dev/null
+++ b/archive/entries/2015-06-11-1.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.5.26 is available</title>
+ <id>http://php.net/archive/2015.php#id2015-06-11-1</id>
+ <published>2015-06-11T15:39:10+00:00</published>
+ <updated>2015-06-11T15:39:10+00: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-06-11-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2015.php#id2015-06-11-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
+ 5.5.26. Several bugs have been fixed as well as several security issues
into some
+ bundled librairies (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416,
CVE-2015-2325 and CVE-2015-2326).
+
+ All PHP 5.5 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.5.26 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.5.26">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index fb71ac4..aa071db 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
5 =>
array (
+ '5.5.25' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_5_25.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.5.25.tar.bz2',
+ 'name' => 'PHP 5.5.25 (tar.bz2)',
+ 'md5' => 'b3c38f0a12e27722585d962d86dfdd16',
+ 'sha256' =>
'68df37e725ddd05675c0df906041038127938ecc52113a54d10e1e4029262c63',
+ 'date' => '14 May 2015',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.5.25.tar.gz',
+ 'name' => 'PHP 5.5.25 (tar.gz)',
+ 'md5' => 'a96b82d2369dd7b7111be6ade789f34f',
+ 'sha256' =>
'c9397f60bff139e0df441c5e2766108c5bc7ad690de136eb9f5b2f9bbf771240',
+ 'date' => '14 May 2015',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-5.5.25.tar.xz',
+ 'name' => 'PHP 5.5.25 (tar.xz)',
+ 'md5' => 'f58edc4f10d63f03e425c5378f727a7c',
+ 'sha256' =>
'ac10015dddfc103b58ccc949504bd50f0d79d0abe74a0cc7842251af06ce8b07',
+ 'date' => '14 May 2015',
+ ),
+ ),
+ 'date' => '14 May 2015',
+ 'museum' => false,
+ ),
'5.6.8' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 9d8e85d..8242122 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -33,20 +33,20 @@ $PHP_5_6_SHA256 = array(
"tar.xz" =>
"1fac497b596f5e4e87d87a7ca90f8725e39a8ca3f9d7adb500fa83c4bb70a73f",
);
/* PHP 5.5 Release */
-$PHP_5_5_RC = '5.5.26RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_5_RC_DATE = '28 May 2015';
-$PHP_5_5_VERSION = "5.5.25";
-$PHP_5_5_DATE = "14 May 2015";
+$PHP_5_5_VERSION = "5.5.26";
+$PHP_5_5_DATE = "11 Jun 2015";
$PHP_5_5_MD5 = array(
- "tar.bz2" => "b3c38f0a12e27722585d962d86dfdd16",
- "tar.gz" => "a96b82d2369dd7b7111be6ade789f34f",
- "tar.xz" => "f58edc4f10d63f03e425c5378f727a7c",
+ "tar.bz2" => "383a4b35327809afd2822e1e5efc8ee1",
+ "tar.gz" => "00cdcf41c6432eb82ce5c4b687eef801",
+ "tar.xz" => "a3de70d115b8580e50c433f83691cfaf",
);
$PHP_5_5_SHA256 = array(
- "tar.bz2" =>
"68df37e725ddd05675c0df906041038127938ecc52113a54d10e1e4029262c63",
- "tar.gz" =>
"c9397f60bff139e0df441c5e2766108c5bc7ad690de136eb9f5b2f9bbf771240",
- "tar.xz" =>
"ac10015dddfc103b58ccc949504bd50f0d79d0abe74a0cc7842251af06ce8b07",
+ "tar.bz2" =>
"816afffdb03ff4c542bc172a2f77f9c69b817df82d60cce05c1b4f578c2c926e",
+ "tar.gz" =>
"bee980d433bab99d07ee2bf6f2dcb87d746e49d57adec7d0ce7edb39306695ec",
+ "tar.xz" =>
"97672c41cf2f95628dbffb63648147b43b23ea41b99ad22ccf5f4fe9b6e91b51",
);
/* PHP 5.4 Release */
$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false
diff --git a/releases/5_5_26.php b/releases/5_5_26.php
new file mode 100644
index 0000000..f6fea09
--- /dev/null
+++ b/releases/5_5_26.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_26.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.26 Release Announcement");
+?>
+
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.5.26. Several bugs have been fixed as well as several security issues
into some
+ bundled librairies (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416,
CVE-2015-2325 and CVE-2015-2326).
+
+ All PHP 5.5 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.5.26 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.5.26">ChangeLog</a>.
+ </p>
+
+<?php site_footer(); ?>--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php