| Ilia Alshanetsky 2007-02-08, 10:00 pm |
| iliaa Fri Feb 9 01:10:02 2007 UTC
Modified files:
/phpweb index.php
/phpweb/releases 5_2_1.php
Log:
Added qualifiers
http://cvs.php.net/viewvc.cgi/phpwe...5&diff_format=u
Index: phpweb/index.php
diff -u phpweb/index.php:1.854 phpweb/index.php:1.855
--- phpweb/index.php:1.854 Fri Feb 9 00:58:55 2007
+++ phpweb/index.php Fri Feb 9 01:10:02 2007
@@ -184,7 +184,7 @@
<p>
Majority of the security vulnerabilities discovered and resolved can in most cases be only abused by local users and cannot be triggered
-remotely. However, some of the above issues can be triggered remotely, or exploited by malicious local users on shares hosting setups
+remotely. However, some of the above issues can be triggered remotely in certain situations, or exploited by malicious local users on shares hosting setups
utilizing PHP as an apache module. Therefor, we strongly advise all users of PHP, regardless of the version to upgrade to 5.2.1 release
as soon as possible.
</p>
http://cvs.php.net/viewvc.cgi/phpwe...3&diff_format=u
Index: phpweb/releases/5_2_1.php
diff -u phpweb/releases/5_2_1.php:1.2 phpweb/releases/5_2_1.php:1.3
--- phpweb/releases/5_2_1.php:1.2 Fri Feb 9 00:58:55 2007
+++ phpweb/releases/5_2_1.php Fri Feb 9 01:10:02 2007
@@ -1,5 +1,5 @@
<?php
-// $Id: 5_2_1.php,v 1.2 2007/02/09 00:58:55 iliaa Exp $
+// $Id: 5_2_1.php,v 1.3 2007/02/09 01:10:02 iliaa Exp $
$_SERVER['BASE_PAGE'] = 'releases/5_2_1.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.2.1 Release Announcement");
@@ -39,7 +39,7 @@
<p>
Majority of the security vulnerabilities discovered and resolved can in most cases be only abused by local users and cannot be triggered
-remotely. However, some of the above issues can be triggered remotely, or exploited by malicious local users on shares hosting setups
+remotely. However, some of the above issues can be triggered remotely in certain situations, or exploited by malicious local users on shares hosting setups
utilizing PHP as an apache module. Therefor, we strongly advise all users of PHP, regardless of the version to upgrade to 5.2.1 release
as soon as possible.
</p>
|