Commit:    5c8c296325c515bd509172c269ab31ce76393251
Author:    Julien Pauli <[email protected]>         Thu, 6 Mar 2014 10:16:11 +0100
Parents:   13f2b02fcb9f63926212868651eab3a4280706c8
Branches:  master

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

Log:
5.5.10 release

Changed paths:
  M  ChangeLog-5.php
  M  archive/archive.xml
  A  archive/entries/2014-03-06-1.xml
  M  include/releases.inc
  M  include/version.inc
  A  releases/5_5_10.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index b6f2373..460389d 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -10,6 +10,51 @@ function peclbugl($number)   { echo "<a 
href=\"http://pecl.php.net/bugs/bug.php?
 ?>
 
 <h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.5.10"><!-- {{{ 5.5.10 -->
+<h3>Version 5.5.10</h3>
+<b>6-Mar-2014</b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(66574); ?> (Allow multiple paths in 
php_ini_scanned_path).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(45528); ?> (Allow the DateTimeZone constructor to accept 
timezones
+    per offset too).</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+  <li><?php bugfix(66731); ?> (file: infinite recursion (CVE-2014-1943)).</li>
+  <li><?php bugfix(66820); ?> (out-of-bounds memory access in fileinfo 
(CVE-2014-2270)).</li>
+</ul></li>
+<li>GD:
+<ul>
+  <li><?php bugfix(66815); ?> (imagecrop(): insufficient fix for NULL defer 
(CVE-2013-7327)).</li>
+</ul></li>
+<li>JSON:
+<ul>
+  <li><?php bugfix(65753); ?> (JsonSerializeable couldn't implement on module 
extension).</li>
+</ul></li>
+<li>LDAP:
+<ul>
+  <li>Implemented ldap_modify_batch 
(https://wiki.php.net/rfc/ldap_modify_batch).</li>
+</ul></li>
+<li>Openssl:
+<ul>
+  <li><?php bugfix(66501); ?> (Add EC key support to 
php_openssl_is_private_key).</li>
+</ul></li>
+<li>PCRE:
+<ul>
+  <li>Upgraded to PCRE 8.34.</li>
+</ul></li>
+<li>Pgsql:
+<ul>
+  <li>Added warning for dangerous client encoding and remove possible 
injections
+    for pg_insert()/pg_update()/pg_delete()/pg_select().</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="5.5.9"><!-- {{{ 5.5.9 -->
 <h3>Version 5.5.9</h3>
 <b>6-Feb-2014</b>
diff --git a/archive/archive.xml b/archive/archive.xml
index f61aff9..44bb653 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-03-06-1.xml"/>
   <xi:include href="entries/2014-02-13-1.xml"/>
   <xi:include href="entries/2014-02-06-1.xml"/>
   <xi:include href="entries/2014-02-05-4.xml"/>
diff --git a/archive/entries/2014-03-06-1.xml b/archive/entries/2014-03-06-1.xml
new file mode 100644
index 0000000..a44c02f
--- /dev/null
+++ b/archive/entries/2014-03-06-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.10 released</title>
+  <id>http://php.net/archive/2014.php#id2014-03-06-1</id>
+  <published>2014-03-06T08:58:58+00:00</published>
+  <updated>2014-03-06T08:58:58+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-03-06-1"; rel="alternate" 
type="text/html"/>
+  <link href="http://php.net/archive/2014.php#id2014-03-06-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.10. Several bugs were fixed in this release, including security 
issues related
+     to CVEs. CVE-2014-1943, CVE-2014-2270 and CVE-2013-7327 have been 
addressed in this release.
+     We recommand all PHP 5.5 users to upgrade to this version.
+     </p>
+     
+     <p>For source downloads of PHP 5.5.10 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.10";>ChangeLog</a>.
+     </p>
+    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index ac55de4..e188a5a 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,39 @@
 $OLDRELEASES = array (
   5 => 
   array (
+    '5.5.9' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/5_5_9.php',
+      ),
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-5.5.9.tar.bz2',
+          'name' => 'PHP 5.5.9 (tar.bz2)',
+          'md5' => 'c4a348a07b52f6e177d8fdc75fe507b1',
+          'date' => '6 Feb 2014',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-5.5.9.tar.gz',
+          'name' => 'PHP 5.5.9 (tar.gz)',
+          'md5' => 'c018461604db38af48d1ca304cb592c6',
+          'date' => '6 Feb 2014',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-5.5.9.tar.xz',
+          'name' => 'PHP 5.5.9 (tar.xz)',
+          'md5' => '139e2ac02fddd4c80cc31de000c6f7e3',
+          'date' => '6 Feb 2014',
+        ),
+      ),
+      'date' => '6 Feb 2014',
+      'museum' => false,
+    ),
     '5.5.8' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 59b22d5..9525184 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -15,15 +15,15 @@
  *     ),
  * );6 Dec
 /* PHP 5.5 Release */
-$PHP_5_5_RC = '5.5.10RC1'; // 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 = '20 Feb 2014';
 
-$PHP_5_5_VERSION         = "5.5.9";
-$PHP_5_5_DATE            = "6 Feb 2014";
+$PHP_5_5_VERSION         = "5.5.10";
+$PHP_5_5_DATE            = "6 Mar 2014";
 $PHP_5_5_MD5     = array(
-                       "tar.bz2"       => "c4a348a07b52f6e177d8fdc75fe507b1",
-                       "tar.gz"        => "c018461604db38af48d1ca304cb592c6",
-                       "tar.xz"        => "139e2ac02fddd4c80cc31de000c6f7e3",
+                       "tar.bz2"       => "d608230c7890b6a0cc5b92e66e866226",
+                       "tar.gz"        => "e760656f7cf2f05158f73da75e8b720b",
+                       "tar.xz"        => "ff7ac75abd986f591fd6fc8e997be33e",
 );
 /* PHP 5.4 Release */
 $PHP_5_4_RC = '5.4.26RC1'; // Current RC version (e.g., '5.6.7RC1') or false
diff --git a/releases/5_5_10.php b/releases/5_5_10.php
new file mode 100644
index 0000000..812ba71
--- /dev/null
+++ b/releases/5_5_10.php
@@ -0,0 +1,21 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_5_10.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.5.9 Release Announcement");
+?>
+
+<h1>PHP 5.5.10 Release Announcement</h1>
+
+<p>The PHP Development Team announces the immediate availability of PHP 5.5.10.
+This release fixes several bugs against PHP 5.5.9, as well as CVE-2014-1943, 
CVE-2014-2270
+and CVE-2013-7327</p>
+
+<p>All PHP users are encouraged to upgrade to this new version.</p>
+
+<p>For source downloads of PHP 5.5.10, 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.10";>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