Commit:    ea3482ae584f45c1037812bca4a05cc826d89d43
Author:    Julien Pauli <[email protected]>         Thu, 3 Apr 2014 13:37:49 +0200
Parents:   573a6de084d1a69020394d290d296bab7086b325
Branches:  master

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

Log:
5.5.11 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-04-02-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_5_11.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index f22b223..0e0623a 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -16,6 +16,75 @@ function release_date($in) {
 ?>
 
 <h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.5.11"><!-- {{{ 5.5.11 -->
+<h3>Version 5.5.11</h3>
+<?php release_date('3-Apr-2014'); ?>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(60602); ?> (proc_open() changes environment array).</li>
+  <li>Allow zero length comparison in substr_compare().</li>
+</ul></li>
+<li>cURL:
+<ul>
+  <li><?php bugfix(66109); ?> (Can't reset CURLOPT_CUSTOMREQUEST to default 
behaviour).</li>
+  <li>Fix compilation on libcurl versions between 7.10.5 and 7.12.2, 
inclusive.</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(66946); ?> (fileinfo: extensive backtracking in awk rule 
regular expression (CVE-2013-7345)).</li>
+</ul></li>
+<li>FPM:
+<ul>
+  <li>Added clear_env configuration directive to disable clearenv() call.</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(66714); ?> (imageconvolution breakage).</li>
+  <li><?php bugfix(66869); ?> (Invalid 2nd argument crashes 
imageaffinematrixget).</li>
+  <li><?php bugfix(66887); ?> (imagescale - poor quality of scaled image).</li>
+  <li><?php bugfix(66890); ?> (imagescale segfault).</li>
+  <li><?php bugfix(66893); ?> (imagescale ignore method argument).</li>
+</ul></li>
+<li>GMP:
+<ul>
+  <li><?php bugfix(66872); ?> (invalid argument crashes gmp_testbit).</li>
+</ul></li>
+<li>Hash:
+<ul>
+  <li>hash_pbkdf2() now works correctly if the $length argument is not 
specified.</li>
+</ul></li>
+<li>Intl:
+<ul>
+  <li><?php bugfix(66873); ?> A reproductible crash in UConverter when given 
invalid encoding.</li>
+</ul></li>
+<li>Mail:
+<ul>
+  <li><?php bugfix(66535); ?> (Don't add newline after 
X-PHP-Originating-Script).</li>
+</ul></li>
+<li>MySQLi:
+<ul>
+  <li><?php bugfix(66762); ?> (Segfault in mysqli_stmt::bind_result() when 
link closed).</li>
+</ul></li>
+<li>OPCache:
+<ul>
+  <li>Added function opcache_is_script_cached().</li>
+  <li>Added information about interned strings usage.</li>
+</ul></li>
+<li>Openssl:
+<ul>
+  <li><?php bugfix(66833); ?> (Default disgest algo is still MD5, switch to 
SHA1).</li>
+</ul></li>
+<li>SQLite:
+<ul>
+  <li>Updated bundled libsqlite to 3.8.3.1.</li>
+</ul></li>
+<li>SPL:
+<ul>
+  <li>Added feature #65545 (SplFileObject::fread()).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.10"><!-- {{{ 5.5.10 -->
 <h3>Version 5.5.10</h3>
 <?php release_date('6-Mar-2014'); ?>
diff --git a/archive/archive.xml b/archive/archive.xml
index 108281c..3c8a804 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-04-02-1.xml"/>
   <xi:include href="entries/2014-03-26-1.xml"/>
   <xi:include href="entries/2014-03-13-1.xml"/>
   <xi:include href="entries/2014-03-07-1.xml"/>
diff --git a/archive/entries/2014-04-02-1.xml b/archive/entries/2014-04-02-1.xml
new file mode 100644
index 0000000..82fcc69
--- /dev/null
+++ b/archive/entries/2014-04-02-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.11 is released</title>
+  <id>http://php.net/archive/2014.php#id2014-04-02-1</id>
+  <published>2014-04-02T16:28:21+00:00</published>
+  <updated>2014-04-02T16:28:21+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-04-02-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-04-02-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.11. Several bugs were fixed in this release, some bundled libraries 
updated and a security issue
+     has been fixed : CVE-2013-7345. We recommand all PHP 5.5 users to upgrade 
to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.11 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.11";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 862e4f2..9579bc8 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,32 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.5.10' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_10.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.10.tar.bz2',
+          'name' => 'PHP 5.5.10 (tar.bz2)',
+          'md5' => 'd608230c7890b6a0cc5b92e66e866226',
+          'date' => '6 Mar 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.10.tar.gz',
+          'name' => 'PHP 5.5.10 (tar.gz)',
+          'md5' => 'e760656f7cf2f05158f73da75e8b720b',
+          'date' => '6 Mar 2014',
+        ),
+      ),
+      'date' => '6 Mar 2014',
+      'museum' => false,
+    ),
     '5.5.9' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 8f5f94b..edb49c9 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -18,12 +18,12 @@
 $PHP_5_5_RC = '5.5.11RC1'; // Current RC version (e.g., '5.6.7RC1') or false
 $PHP_5_5_RC_DATE = '20 Mar 2014';
 
-$PHP_5_5_VERSION         = "5.5.10";
-$PHP_5_5_DATE            = "6 Mar 2014";
+$PHP_5_5_VERSION         = "5.5.11";
+$PHP_5_5_DATE            = "3 Apr 2014";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "d608230c7890b6a0cc5b92e66e866226",
-                       "tar.gz"        => "e760656f7cf2f05158f73da75e8b720b",
-                       "tar.xz"        => "ff7ac75abd986f591fd6fc8e997be33e",
+                       "tar.bz2"       => "c8c9ad960bae0265054b5879423f7a75",
+                       "tar.gz"        => "9156fcd4b254cbfa9a7535f931da29d5",
+                       "tar.xz"        => "1559ef6444d5020670ec52ea752501ee",
 );
 /* PHP 5.4 Release */
 $PHP_5_4_RC = '5.4.27RC1'; // Current RC version (e.g., '5.6.7RC1') or false
diff --git a/releases/5_5_11.php b/releases/5_5_11.php
new file mode 100644
index 0000000..ee54be5
--- /dev/null
+++ b/releases/5_5_11.php
@@ -0,0 +1,20 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_11.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.11 Release Announcement");
+?>
+
+<h1>PHP 5.5.11 Release Announcement</h1>
+
+<p>The PHP Development Team announces the immediate availability of PHP 5.5.11.
+This release fixes several bugs against PHP 5.5.10, as well as CVE-2013-7345 
regarding Fileinfo</p>
+
+<p>All PHP users are encouraged to upgrade to this new version.</p>
+
+<p>For source downloads of PHP 5.5.11, 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.11";>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