Commit:    4546c379b7bed87cd4ab5626f85ac159db5b5947
Author:    Julien Pauli <[email protected]>         Fri, 10 Jul 2015 11:32:35 +0200
Parents:   07d9c8c5315e8be9f896d40aaca2415200a90718
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=4546c379b7bed87cd4ab5626f85ac159db5b5947

Log:
5.5.27 GA

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2015-07-10-2.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_5_27.php

diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index fe49b09..073d355 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,57 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.5.27"><!-- {{{ 5.5.27 -->
+<h3>Version 5.5.27</h3>
+<b>09-Jul-2015</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(69768); ?> (escapeshell*() doesn't cater to !).</li>
+  <li><?php bugfix(69703); ?> (Use __builtin_clzl on PowerPC).</li>
+  <li><?php bugfix(69732); ?> (can induce segmentation fault with basic php 
code).</li>
+  <li><?php bugfix(69642); ?> (Windows 10 reported as Windows 8).</li>
+  <li><?php bugfix(69551); ?> (parse_ini_file() and parse_ini_string() 
segmentation fault).</li>
+  <li><?php bugfix(69781); ?> (phpinfo() reports Professional Editions of 
Windows 7/8/8.1/10 as "Business").</li>
+  <li><?php bugfix(69835); ?> (phpinfo() does not report many Windows 
SKUs).</li>
+  <li><?php bugfix(69892); ?> (Different arrays compare indentical due to 
integer key truncation).</li>
+  <li><?php bugfix(69874); ?> (Can't set empty additional_headers for mail()), 
regression from fix to bug #68776.</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(61221); ?> (imagegammacorrect function loses alpha 
channel).</li>
+</ul></li>
+<li>Mysqlnd:
+<ul>
+  <li><?php bugfix(69669); ?> (mysqlnd is vulnerable to BACKRONYM) 
(CVE-2015-3152).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles 
the string).</li>
+  <li><?php bugfix(69864); ?> (Segfault in preg_replace_callback) (cmb, 
ab)</li>
+</ul></li>
+<li>PDO_pgsql:
+<ul>
+  <li><?php bugfix(69752); ?> (PDOStatement::execute() leaks memory with DML 
Statements when closeCuror() is u).</li>
+  <li><?php bugfix(69362); ?> (PDO-pgsql fails to connect if password contains 
a leading single quote).</li>
+  <li><?php bugfix(69344); ?> (PDO PgSQL Incorrect binding numeric array with 
gaps).</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li><?php bugfix(69958); ?> (Segfault in Phar::convertToData on invalid 
file).</li>
+  <li><?php bugfix(69923); ?> (Buffer overflow and stack smashing error in 
phar_fix_filepath).</li>
+</ul></li>
+<li>SimpleXML:
+<ul>
+  <li>Refactored the fix for bug #66084 (simplexml_load_string() mangles empty 
node name).</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(69737); ?> (Segfault when SplMinHeap::compare produces 
fatal error).</li>
+  <li><?php bugfix(67805); ?> (SplFileObject setMaxLineLength). (Willian 
Gustavo Veiga).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.4.43"><!-- {{{ 5.4.43 -->
 <h3>Version 5.4.43</h3>
 <b>09-Jul-2015</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f17730d..039b682 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-07-10-2.xml"/>
   <xi:include href="entries/2015-07-09-1.xml"/>
   <xi:include href="entries/2015-07-10-1.xml"/>
   <xi:include href="entries/2015-07-04-1.xml"/>
diff --git a/archive/entries/2015-07-10-2.xml b/archive/entries/2015-07-10-2.xml
new file mode 100644
index 0000000..ab717fc
--- /dev/null
+++ b/archive/entries/2015-07-10-2.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.27 released</title>
+  <id>http://php.net/archive/2015.php#id2015-07-10-2</id>
+  <published>2015-07-10T09:24:47+00:00</published>
+  <updated>2015-07-10T09:24:47+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-07-10-2"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2015.php#id2015-07-10-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.5.27. Several bugs were fixed in this release as well as CVE-2015-3152.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>
+     According to <a href="http://php.net/supported-versions.php";>our release 
calendar</a>, this PHP 5.5 version
+     is the last planned release that contains regular bugfixes. All the 
consequent releases
+     will contain only security-relevant fixes, for the term of one year.
+     PHP 5.5 users that need further bugfixes are encouraged to upgrade to PHP 
5.6.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.27 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.27";>ChangeLog</a>.
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 8fbdc9e..7946007 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.5.26' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_26.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.26.tar.bz2',
+          'name' => 'PHP 5.5.26 (tar.bz2)',
+          'md5' => '383a4b35327809afd2822e1e5efc8ee1',
+          'sha256' => 
'816afffdb03ff4c542bc172a2f77f9c69b817df82d60cce05c1b4f578c2c926e',
+          'date' => '11 Jun 2015',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.26.tar.gz',
+          'name' => 'PHP 5.5.26 (tar.gz)',
+          'md5' => '00cdcf41c6432eb82ce5c4b687eef801',
+          'sha256' => 
'bee980d433bab99d07ee2bf6f2dcb87d746e49d57adec7d0ce7edb39306695ec',
+          'date' => '11 Jun 2015',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.5.26.tar.xz',
+          'name' => 'PHP 5.5.26 (tar.xz)',
+          'md5' => 'a3de70d115b8580e50c433f83691cfaf',
+          'sha256' => 
'97672c41cf2f95628dbffb63648147b43b23ea41b99ad22ccf5f4fe9b6e91b51',
+          'date' => '11 Jun 2015',
+        ),
+      ),
+      'date' => '11 Jun 2015',
+      'museum' => false,
+    ),
     '5.6.9' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 2198d8d..41d0d4a 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -33,20 +33,20 @@ $PHP_5_6_SHA256     = array(
                        "tar.xz"        => 
"1af720c955b0a57aa47606e928616e84c78868aff2a5f269c70601a77d6da8c1",
 );
 /* PHP 5.5 Release */
-$PHP_5_5_RC =  '5.5.27RC1'; // 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 = '25 Jun 2015';
 
-$PHP_5_5_VERSION         = "5.5.26";
-$PHP_5_5_DATE            = "11 Jun 2015";
+$PHP_5_5_VERSION         = "5.5.27";
+$PHP_5_5_DATE            = "09 Jul 2015";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "383a4b35327809afd2822e1e5efc8ee1",
-                       "tar.gz"        => "00cdcf41c6432eb82ce5c4b687eef801",
-                       "tar.xz"        => "a3de70d115b8580e50c433f83691cfaf",
+                       "tar.bz2"       => "e105f664450efd87513f5b4a2055e917",
+                       "tar.gz"        => "39cc2659f8d777e803816f7b437d9001",
+                       "tar.xz"        => "2efe7c087d7073bffa64e5d538f22711",
 );
 $PHP_5_5_SHA256     = array(
-                       "tar.bz2"       => 
"816afffdb03ff4c542bc172a2f77f9c69b817df82d60cce05c1b4f578c2c926e",
-                       "tar.gz"        => 
"bee980d433bab99d07ee2bf6f2dcb87d746e49d57adec7d0ce7edb39306695ec",
-                       "tar.xz"        => 
"97672c41cf2f95628dbffb63648147b43b23ea41b99ad22ccf5f4fe9b6e91b51",
+                       "tar.bz2"       => 
"c4b4c6a534c0ca67a9ae39bec4f51e52d13e820135dd016eae230e15337e1f70",
+                       "tar.gz"        => 
"57cc716ebb37a62654c154582e48a282055b08ce91995c79b0be41b9940237f0",
+                       "tar.xz"        => 
"7ee398058067a7d8184e402fcdccb25003852cb8dc94eefa3cda051a3e47fdd8",
 );
 /* 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_27.php b/releases/5_5_27.php
new file mode 100644
index 0000000..0c932e5
--- /dev/null
+++ b/releases/5_5_27.php
@@ -0,0 +1,26 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_27.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.27 Release Announcement");
+?>
+     <h1>PHP 5.5.27 Release Announcement</h1>
+     
+     <p>The PHP development team announces the immediate availability of PHP
+     5.5.27. Several bugs were fixed in this release as well as CVE-2015-3152.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>
+     According to <a href="http://php.net/supported-versions.php";>our release 
calendar</a>, this PHP 5.5 version
+     is the last planned release that contains regular bugfixes. All the 
consequent releases
+     will contain only security-relevant fixes, for the term of one year.
+     PHP 5.5 users that need further bugfixes are encouraged to upgrade to PHP 
5.6.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.27 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.27";>ChangeLog</a>.
+
+<?php site_footer(); ?>
-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to