svn: /web/php/trunk/ ChangeLog-5.php releases/5_3_5.php
[email protected] (Johannes Schlüter)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
johannes Thu, 06 Jan 2011 14:37:28 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307160
Log:
- Add CVE
Changed paths:
U web/php/trunk/ChangeLog-5.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:27:26 UTC (rev 307159)
+++ web/php/trunk/ChangeLog-5.php 2011-01-06 14:37:28 UTC (rev 307160)
@@ -16,7 +16,7 @@
<b>06-Jan-2010</b>
<ul>
-<li><?php bugfix(53632); ?> (PHP hangs on numeric value 2.2250738585072011e-308). (Rasmus, Scott)</li>
+<li><?php bugfix(53632); ?> (PHP hangs on numeric value 2.2250738585072011e-308). (CVE-2010-4645) (Rasmus, Scott)</li>
</ul>
Modified: web/php/trunk/releases/5_3_5.php
===================================================================
--- web/php/trunk/releases/5_3_5.php 2011-01-06 14:27:26 UTC (rev 307159)
+++ web/php/trunk/releases/5_3_5.php 2011-01-06 14:37:28 UTC (rev 307160)
@@ -27,7 +27,7 @@
<b>Security Enhancements and Fixes in PHP 5.3.4:</b>
</p>
<ul>
- <li>Fixed bug #53632 (PHP hangs on numeric value 2.2250738585072011e-308)</li>
+ <li>Fixed bug #53632 (PHP hangs on numeric value 2.2250738585072011e-308). (CVE-2010-4645)</li>
</ul>
<?php site_footer(); ?>