Commit:    8a2ce2082fd52e1f4973223f3b731a9e68078714
Author:    Julien Pauli <[email protected]>         Thu, 16 Oct 2014 15:55:08 +0200
Parents:   9c339e75162bc475a4e1d4b3304a90dbd877d6de
Branches:  master

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

Log:
5.5.18 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-10-16-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_5_18.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 904e09a..54b097d 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,54 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.5.18"><!-- {{{ 5.5.18 -->
+<h3>Version 5.5.18</h3>
+<?php release_date('16-Oct-2014'); ?>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(67985); ?> (Incorrect last used array index copied to new 
array after
+    unset).</li>
+  <li><?php bugfix(67739); ?> (Windows 8.1/Server 2012 R2 OS build number 
reported
+    as 6.2 (instead of 6.3)).</li>
+  <li><?php bugfix(67633); ?> (A foreach on an array returned from a function 
not doing
+    copy-on-write).</li>
+  <li><?php bugfix(51800); ?> (proc_open on Windows hangs forever).</li>
+  <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits 
only)).
+    (CVE-2014-3669).</li>
+</ul></li>
+<li>cURL:
+<ul>
+  <li><?php bugfix(68089); ?> (NULL byte injection - cURL lib).</li>
+</ul></li>
+<li>Exif:
+<ul>
+  <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()). 
(CVE-2014-3670).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(65641); ?> (PHP-FPM incorrectly defines the SCRIPT_NAME 
variable
+    when using Apache, mod_proxy-fcgi and ProxyPass).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+  <li>Revert regression introduced by fix of bug #41631.</li>
+</ul></li>
+<li>Reflection:
+<ul>
+  <li><?php bugfix(68103); ?> (Duplicate entry in Reflection for class 
alias).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(67972); ?> (SessionHandler Invalid memory read 
create_sid()).</li>
+</ul></li>
+<li>XMLRPC:
+<ul>
+  <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() function). 
+    (CVE-2014-3668).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.1"><!-- {{{ 5.6.1 -->
 <h3>Version 5.6.1</h3>
 <b>02-Oct-2014</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 1a888fa..2c2538f 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/2014-10-16-1.xml"/>
   <xi:include href="entries/2014-10-02-1.xml"/>
   <xi:include href="entries/2014-09-26-1.xml"/>
   <xi:include href="entries/2014-09-18-2.xml"/>
diff --git a/archive/entries/2014-10-16-1.xml b/archive/entries/2014-10-16-1.xml
new file mode 100644
index 0000000..cbec378
--- /dev/null
+++ b/archive/entries/2014-10-16-1.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.18 is available</title>
+  <id>http://php.net/archive/2014.php#id2014-10-16-1</id>
+  <published>2014-10-16T13:32:40+00:00</published>
+  <updated>2014-10-16T13:32:40+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#id2014-10-16-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-10-16-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.18. Several bugs were fixed in this release. A regression in OpenSSL 
introduced in PHP 5.5.17 has
+     also been addressed in this release.
+     PHP 5.5.18 also fixes 4 CVEs in different components.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.18 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.18";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index c693c55..8666b17 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.5.17' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_17.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.17.tar.bz2',
+          'name' => 'PHP 5.5.17 (tar.bz2)',
+          'md5' => 'b36c1eb5c40b872517b35d65bd840316',
+          'date' => '18 Sep 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.17.tar.gz',
+          'name' => 'PHP 5.5.17 (tar.gz)',
+          'md5' => '09b4de1d684bad93a9ea4eca6fa476a9',
+          'date' => '18 Sep 2014',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.5.17.tar.xz',
+          'name' => 'PHP 5.5.17 (tar.xz)',
+          'md5' => 'e5f25dae73004658533ee7701a527bd0',
+          'date' => '18 Sep 2014',
+        ),
+      ),
+      'date' => '18 Sep 2014',
+      'museum' => false,
+    ),
     '5.6.0' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 2f7b95e..90474df 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -27,15 +27,15 @@ $PHP_5_6_MD5     = array(
                        "tar.xz"        => "d34002f90a7049282ec663adcac7ba9e",
 );
 /* PHP 5.5 Release */
-$PHP_5_5_RC = '5.5.18RC1'; // 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 = '02 Oct 2014';
 
-$PHP_5_5_VERSION         = "5.5.17";
-$PHP_5_5_DATE            = "18 Sep 2014";
+$PHP_5_5_VERSION         = "5.5.18";
+$PHP_5_5_DATE            = "16 Oct 2014";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "b36c1eb5c40b872517b35d65bd840316",
-                       "tar.gz"        => "09b4de1d684bad93a9ea4eca6fa476a9",
-                       "tar.xz"        => "e5f25dae73004658533ee7701a527bd0",
+                       "tar.bz2"       => "6f0d581ed35a2c65188a9513ccc142a0",
+                       "tar.gz"        => "53cdc7589cb301871888c7776eed3cf9",
+                       "tar.xz"        => "3984f32985842afebe5795457e26931f",
 );
 /* 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_18.php b/releases/5_5_18.php
new file mode 100644
index 0000000..5a78a30
--- /dev/null
+++ b/releases/5_5_18.php
@@ -0,0 +1,23 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_18.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.18 Release Announcement");
+?>
+
+<h1>PHP 5.5.18 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     5.5.18. Several bugs were fixed in this release. A regression in OpenSSL 
introduced in PHP 5.5.17 has
+     also been addressed in this release.
+     PHP 5.5.18 also fixes 4 CVEs in different components.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.18 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.18";>ChangeLog</a>.
+     </p>
+
+<?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