Commit:    ae41347beb6e73c06abd61f637ce17cce20a9f1f
Author:    Julien Pauli <jpa...@php.net>         Thu, 18 Dec 2014 17:23:14 +0100
Parents:   52d14941ce1a30cd2dbe04547c13e5540ab92f59
Branches:  master

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

Log:
5.5.20 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-12-18-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_5_20.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index b55ea2b..04e0b06 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,53 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.5.20"><!-- {{{ 5.5.20 -->
+<h3>Version 5.5.20</h3>
+<?php release_date('18-Dec-2014'); ?>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(68091); ?> (Some Zend headers lack appropriate extern "C" 
blocks).</li>
+  <li><?php bugfix(68185); ?> ("Inconsistent insteadof definition."- 
incorrectly triggered).</li>
+  <li><?php bugfix(68370); ?> ("unset($this)" can make the program crash).</li>
+  <li><?php bugfix(68545); ?> (NULL pointer dereference in unserialize.c).</li>
+  <li><?php bugfix(68594); ?> (Use after free vulnerability in 
unserialize())(CVE-2014-8142).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li>Fixed day_of_week function as it could sometimes return negative values 
internally.</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li><?php bugfix(68381); ?> (fpm_unix_init_main ignores log_level).</li>
+  <li><?php bugfix(68420); ?> (listen=9000 listens to ipv6 localhost instead 
of all addresses).</li>
+  <li><?php bugfix(68421); ?> (access.format='%R' doesn't log ipv6 
address).</li>
+  <li><?php bugfix(68423); ?> (PHP-FPM will no longer load all pools).</li>
+  <li><?php bugfix(68428); ?> (listen.allowed_clients is IPv4 only).</li>
+  <li><?php bugfix(68452); ?> (php-fpm man page is oudated).</li>
+  <li><?php bugfix(68458); ?> (Change pm.start_servers default warning to 
notice).</li>
+  <li><?php bugfix(68463); ?> (listen.allowed_clients can silently result in 
no allowed access).</li>
+  <li><?php bugfix(68391); ?> (php-fpm conf files loading order).</li>
+  <li><?php bugfix(68478); ?> (access.log don't use prefix).</li>
+</ul></li>
+<li>Mcrypt:
+<ul>
+  <li>Fixed possible read after end of buffer and use after free.</li>
+</ul></li>
+<li>PDO_pgsql:
+<ul>
+  <li><?php bugfix(66584); ?> (Segmentation fault on statement 
deallocation).</li>
+  <li><?php bugfix(67462); ?> (PDO_PGSQL::beginTransaction() wrongly throws 
exception
+  when not in transaction).</li>
+  <li><?php bugfix(68351); ?> (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES 
misbehaving).</li>
+</ul></li>
+<li>zlib:
+<ul>
+  <li><?php bugfix(53829); ?> (Compiling PHP with large file support will 
replace
+    function gzopen by gzopen64).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.3"><!-- {{{ 5.6.3 -->
 <h3>Version 5.6.3</h3>
 <?php release_date('13-Nov-2014'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index 3eee5dd..544668e 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
     <uri>http://php.net/contact</uri>
     <email>php-webmaster@lists.php.net</email>
   </author>
+  <xi:include href="entries/2014-12-18-1.xml"/>
   <xi:include href="entries/2014-11-13-3.xml"/>
   <xi:include href="entries/2014-11-13-2.xml"/>
   <xi:include href="entries/2014-11-13-1.xml"/>
diff --git a/archive/entries/2014-12-18-1.xml b/archive/entries/2014-12-18-1.xml
new file mode 100644
index 0000000..d255b99
--- /dev/null
+++ b/archive/entries/2014-12-18-1.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.20 is available</title>
+  <id>http://php.net/archive/2014.php#id2014-12-18-1</id>
+  <published>2014-12-18T16:10:55+00:00</published>
+  <updated>2014-12-18T16:10:55+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-12-18-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-12-18-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.20. This release fixes several bugs and one CVE related to 
unserialization.
+
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.5.20 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.20";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index ca2e3a6..1f217c9 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.5.19' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_19.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.19.tar.bz2',
+          'name' => 'PHP 5.5.19 (tar.bz2)',
+          'md5' => '20464e44bf843ff786abf147567127ef',
+          'date' => '13 Nov 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.19.tar.gz',
+          'name' => 'PHP 5.5.19 (tar.gz)',
+          'md5' => '8ef89261aa6bb2d74df8d147f0d183a1',
+          'date' => '13 Nov 2014',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.5.19.tar.xz',
+          'name' => 'PHP 5.5.19 (tar.xz)',
+          'md5' => 'c63dcfd8b318d12127ba6d39ecc8a444',
+          'date' => '13 Nov 2014',
+        ),
+      ),
+      'date' => '13 Nov 2014',
+      'museum' => false,
+    ),
     '5.6.2' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 0417ffb..1026a71 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -27,15 +27,15 @@ $PHP_5_6_MD5     = array(
                        "tar.xz"        => "7635f344145a4edd7dff6ecec795aaea",
 );
 /* PHP 5.5 Release */
-$PHP_5_5_RC = '5.5.20RC1'; // 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 = '27 Nov 2014';
 
-$PHP_5_5_VERSION         = "5.5.19";
-$PHP_5_5_DATE            = "13 Nov 2014";
+$PHP_5_5_VERSION         = "5.5.20";
+$PHP_5_5_DATE            = "18 Dec 2014";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "20464e44bf843ff786abf147567127ef",
-                       "tar.gz"        => "8ef89261aa6bb2d74df8d147f0d183a1",
-                       "tar.xz"        => "c63dcfd8b318d12127ba6d39ecc8a444",
+                       "tar.bz2"       => "9dfc1d4d2b44fb7e2b4ee9651d032203",
+                       "tar.gz"        => "63185e6efdd4e381c5f2ec1b1e3baf1f",
+                       "tar.xz"        => "51377838dfee2d7bb4715674ac715394",
 );
 /* 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_20.php b/releases/5_5_20.php
new file mode 100644
index 0000000..1f23360
--- /dev/null
+++ b/releases/5_5_20.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_20.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.20 Release Announcement");
+?>
+
+<h1>PHP 5.5.20 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     5.5.20. This release fixes several bugs and one CVE related to 
unserialization.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.20 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.20";>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