Commit:    beaaf24bdb1a11f0b0491c63d4b030f88ae71eda
Author:    Julien Pauli <jpa...@php.net>         Thu, 13 Nov 2014 18:28:43 +0100
Parents:   a0e744cee1fb20a66b5f2de1615ea671e8e5bddf
Branches:  master

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

Log:
5.5.19 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-11-13-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_5_19.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 5358ac5..3f1073a 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,61 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
+<section class="version" id="5.5.19"><!-- {{{ 5.5.19 -->
+<h3>Version 5.5.19</h3>
+<?php release_date('13-Nov-2014'); ?>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(68095); ?> (AddressSanitizer reports a heap buffer overflow 
in 
+    php_getopt()).</li>
+  <li><?php bugfix(68118); ?> ($a-&gt;foo .= 'test'; can leave $a-&gt;foo 
undefined).</li>
+  <li><?php bugfix(68129); ?> (parse_url() - incomplete support for empty 
usernames
+    and passwords).</li>
+  <li><?php bugfix(68365); ?> (zend_mm_heap corrupted after memory overflow in
+    zend_hash_copy).</li>
+</ul></li>
+<li>cURL:
+<ul>
+  <li>Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and 
+    CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl.</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(66242); ?> (libmagic: don't assume char is signed).</li>
+  <li><?php bugfix(68283); ?> (fileinfo: out-of-bounds read in elf note 
headers).
+    (CVE-2014-3710).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
+    addresses.</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(65171); ?>imagescale() fails without height param</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li><?php bugfix(63595); ?> (GMP memory management conflicts with other 
libraries
+    using GMP).</li>
+</ul></li>
+<li>Mysqli:
+<ul>
+  <li><?php bugfix(68114); ?> (linker error on some OS X machines with fixed 
width
+    decimal support).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+  <li><?php bugfix(68087); ?> (ODBC not correctly reading DATE column when 
preceded by
+    a VARCHAR column)</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li><?php bugfix(68128); ?> (Regression in RecursiveRegexIterator)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.6.2"><!-- {{{ 5.6.2 -->
 <h3>Version 5.6.2</h3>
 <?php release_date('16-Oct-2014'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index ec29281..4d3db37 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-11-13-1.xml"/>
   <xi:include href="entries/2014-11-05-1.xml"/>
   <xi:include href="entries/2014-10-27-1.xml"/>
   <xi:include href="entries/2014-10-18-1.xml"/>
diff --git a/archive/entries/2014-11-13-1.xml b/archive/entries/2014-11-13-1.xml
new file mode 100644
index 0000000..df47695
--- /dev/null
+++ b/archive/entries/2014-11-13-1.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 5.5.19 is available</title>
+  <id>http://php.net/archive/2014.php#id2014-11-13-1</id>
+  <published>2014-11-13T16:45:26+00:00</published>
+  <updated>2014-11-13T16:45:26+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-11-13-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-11-13-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.19. This release fixes several bugs and one CVE in the fileinfo 
extension.
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+
+     <p>For source downloads of PHP 5.5.19 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.19";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 0858717..9588e41 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.5.18' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_18.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.18.tar.bz2',
+          'name' => 'PHP 5.5.18 (tar.bz2)',
+          'md5' => '6f0d581ed35a2c65188a9513ccc142a0',
+          'date' => '16 Oct 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.18.tar.gz',
+          'name' => 'PHP 5.5.18 (tar.gz)',
+          'md5' => '53cdc7589cb301871888c7776eed3cf9',
+          'date' => '16 Oct 2014',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.5.18.tar.xz',
+          'name' => 'PHP 5.5.18 (tar.xz)',
+          'md5' => '3984f32985842afebe5795457e26931f',
+          'date' => '16 Oct 2014',
+        ),
+      ),
+      'date' => '16 Oct 2014',
+      'museum' => false,
+    ),
     '5.6.1' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 764dbe9..26a7a21 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -27,15 +27,15 @@ $PHP_5_6_MD5     = array(
                        "tar.xz"        => "c976f54d429a0e5214659b0098e44e37",
 );
 /* PHP 5.5 Release */
-$PHP_5_5_RC = '5.5.19RC1'; // 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 = '30 Oct 2014';
 
-$PHP_5_5_VERSION         = "5.5.18";
-$PHP_5_5_DATE            = "16 Oct 2014";
+$PHP_5_5_VERSION         = "5.5.19";
+$PHP_5_5_DATE            = "13 Nov 2014";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "6f0d581ed35a2c65188a9513ccc142a0",
-                       "tar.gz"        => "53cdc7589cb301871888c7776eed3cf9",
-                       "tar.xz"        => "3984f32985842afebe5795457e26931f",
+                       "tar.bz2"       => "20464e44bf843ff786abf147567127ef",
+                       "tar.gz"        => "8ef89261aa6bb2d74df8d147f0d183a1",
+                       "tar.xz"        => "c63dcfd8b318d12127ba6d39ecc8a444",
 );
 /* 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_19.php b/releases/5_5_19.php
new file mode 100644
index 0000000..04256dd
--- /dev/null
+++ b/releases/5_5_19.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_19.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.19 Release Announcement");
+?>
+
+<h1>PHP 5.5.19 Release Announcement</h1>
+
+     <p>The PHP development team announces the immediate availability of PHP
+     5.5.19. This release fixes several bugs and one CVE in the fileinfo 
extension.
+     
+     All PHP 5.5 users are encouraged to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.19 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.19";>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