svn: /web/php/trunk/ ChangeLog-5.php include/releases.inc include/version.inc releases/5_2_17.php releases/5_3_5.php
[email protected] (Ilia Alshanetsky)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
iliaa Thu, 06 Jan 2011 14:53:09 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307161
Log:
5.2.17 bits
Changed paths:
U web/php/trunk/ChangeLog-5.php
U web/php/trunk/include/releases.inc
U web/php/trunk/include/version.inc
A web/php/trunk/releases/5_2_17.php
U web/php/trunk/releases/5_3_5.php
Modified: web/php/trunk/ChangeLog-5.php
===================================================================
--- web/php/trunk/ChangeLog-5.php 2011-01-06 14:37:28 UTC (rev 307160)
+++ web/php/trunk/ChangeLog-5.php 2011-01-06 14:53:09 UTC (rev 307161)
@@ -23,6 +23,18 @@
<hr />
<!-- }}} -->
+<a name="5.2.17"></a><!-- {{{ 5.2.17 -->
+<h3>Version 5.2.17</h3>
+<b>06-Jan-2010</b>
+<ul>
+
+<li><?php bugfix(53632); ?> (PHP hangs on numeric value 2.2250738585072011e-308). (CVE-2010-4645) (Rasmus, Scott)</li>
+
+</ul>
+
+<hr />
+<!-- }}} -->
+
<a name="5.2.16"></a><!-- {{{ 5.2.16 -->
<h3>Version 5.2.16</h3>
<b>16-Dec-2010</b>
Modified: web/php/trunk/include/releases.inc
===================================================================
--- web/php/trunk/include/releases.inc 2011-01-06 14:37:28 UTC (rev 307160)
+++ web/php/trunk/include/releases.inc 2011-01-06 14:53:09 UTC (rev 307161)
@@ -28,6 +28,32 @@
'date' => NULL,
'museum' => false,
),
+ '5.2.16' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_2_16.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.2.16.tar.bz2',
+ 'name' => 'PHP 5.2.16 (tar.bz2)',
+ 'md5' => '3b0bd012bd53bac9a5fefca61eccd5c6',
+ 'date' => '16 December 2010',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.2.16.tar.gz',
+ 'name' => 'PHP 5.2.16 (tar.gz)',
+ 'md5' => '68f2c92b5b33d131b1ea70ece9fc40ad',
+ 'date' => '16 December 2010',
+ ),
+ ),
+ 'date' => '16 December 2010',
+ 'museum' => true,
+ ),
'5.2.15' =>
array (
'announcement' =>
Modified: web/php/trunk/include/version.inc
===================================================================
--- web/php/trunk/include/version.inc 2011-01-06 14:37:28 UTC (rev 307160)
+++ web/php/trunk/include/version.inc 2011-01-06 14:53:09 UTC (rev 307161)
@@ -32,20 +32,20 @@
$PHP_5_2_RC = false; // '5.2.15RC2'; // false;
$PHP_5_2_RC_DATE = "02 December 2010";
-$PHP_5_2_VERSION = "5.2.16";
-$PHP_5_2_DATE = "16 December 2010";
+$PHP_5_2_VERSION = "5.2.17";
+$PHP_5_2_DATE = "06 January 2010";
$PHP_5_2_WINDOWS_DATE = $PHP_5_2_DATE;
$PHP_5_2_WINDOWS_VERSION = $PHP_5_2_VERSION;
$PHP_5_2_MD5 = array(
- "tar.bz2" => "3b0bd012bd53bac9a5fefca61eccd5c6",
- "tar.gz" => "68f2c92b5b33d131b1ea70ece9fc40ad",
- "zip" => "49438bad72fb57ee078a8a22e5459ec4",
- "installer" => "c9bc784aa00be843991030b93cb9081c",
- "nts.zip" => "e738ff4c3f2d6dd109e35507bf301913",
- "nts.installer" => "05dce41ea1d54d4a6c45c03200ac712f",
- "debugpack" => "43fac8a0ec9dd228e216fad4d05ae75c",
- "nts.debugpack" => "2c82f2de285933a2b9c1d3b582387307",
+ "tar.bz2" => "66a3e5755df257c814c42d90546bc3de",
+ "tar.gz" => "a8ad77d821a8e708a37b05131e8407d3",
+ "zip" => "f4683c473c6c6db8b0d856eb84a97cdc",
+ "installer" => "57f3d5fd4ff30f889cc9309c4f3bee17",
+ "nts.zip" => "0b214f3225ee41422c08d0a722bb0a9f",
+ "nts.installer" => "fa6878e8f6ac124c2fde1af80347e286",
+ "debugpack" => "f3619fe2abc4ab33e71e5b8330cb33c9",
+ "nts.debugpack" => "71c17dc6831349fffd79f0746eddee13",
);
$PHP_5_2_WINDOWS_NOTE_MSI = "";
Added: web/php/trunk/releases/5_2_17.php
===================================================================
--- web/php/trunk/releases/5_2_17.php (rev 0)
+++ web/php/trunk/releases/5_2_17.php 2011-01-06 14:53:09 UTC (rev 307161)
@@ -0,0 +1,33 @@
+<?php
+// $Id$
+ $_SERVER['BASE_PAGE'] = 'releases/5.2.17.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.2.17 Release Announcement");
+?>
+
+<h1>PHP 5.2.17 Release Announcement</h1>
+<p>
+The PHP development team would like to announce the immediate
+availability of PHP 5.2.17.</p>
+
+<p>This release resolves a critical issue, reported as PHP bug #53632,
+where conversions from string to double might cause the PHP interpreter
+to hang on systems using x87 FPU registers.</p>
+
+<p>The problem is known to only affect x86 32-bit PHP processes, regardless
+of whether the system hosting PHP is 32-bit or 64-bit. You can test
+whether your system is affected by running <a
+href="http://php.net/~johannes/test_bug53632.php.txt">this script</a>
+from command line.</p>
+
+<p>All users of PHP are strongly advised to update to these versions
+immediately.</p>
+
+<p>
+<b>Security Enhancements and Fixes in PHP 5.2.17:</b>
+</p>
+<ul>
+ <li>Fixed bug #53632 (PHP hangs on numeric value 2.2250738585072011e-308). (CVE-2010-4645)</li>
+</ul>
+
+<?php site_footer(); ?>
Property changes on: web/php/trunk/releases/5_2_17.php
___________________________________________________________________
Added: svn:keywords
+ Id Rev Revision
Added: svn:eol-style
+ native
Modified: web/php/trunk/releases/5_3_5.php
===================================================================
--- web/php/trunk/releases/5_3_5.php 2011-01-06 14:37:28 UTC (rev 307160)
+++ web/php/trunk/releases/5_3_5.php 2011-01-06 14:53:09 UTC (rev 307161)
@@ -24,7 +24,7 @@
immediately.</p>
<p>
-<b>Security Enhancements and Fixes in PHP 5.3.4:</b>
+<b>Security Enhancements and Fixes in PHP 5.3.5:</b>
</p>
<ul>
<li>Fixed bug #53632 (PHP hangs on numeric value 2.2250738585072011e-308). (CVE-2010-4645)</li>