For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > February 2007 > cvs: phpweb / index.php /releases 5_2_1.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpweb / index.php /releases 5_2_1.php
Ilia Alshanetsky

2007-02-08, 10:00 pm

iliaa Fri Feb 9 01:26:37 2007 UTC

Modified files:
/phpweb index.php
/phpweb/releases 5_2_1.php
Log:
Language corrections


http://cvs.php.net/viewvc.cgi/phpwe...6&diff_format=u
Index: phpweb/index.php
diff -u phpweb/index.php:1.855 phpweb/index.php:1.856
--- phpweb/index.php:1.855 Fri Feb 9 01:10:02 2007
+++ phpweb/index.php Fri Feb 9 01:26:37 2007
@@ -183,10 +183,10 @@
</ul>

<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 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.
+The 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 in certain situations, or exploited by malicious local users on shared hosting setups
+utilizing PHP as an apache module. Therefore, we strongly advise all users of PHP, regardless of the version to upgrade to 5.2.1 release
+as soon as possible. PHP 4.4.5 with equivalent security corrections will be available shortly.
</p>

<p>
http://cvs.php.net/viewvc.cgi/phpwe...4&diff_format=u
Index: phpweb/releases/5_2_1.php
diff -u phpweb/releases/5_2_1.php:1.3 phpweb/releases/5_2_1.php:1.4
--- phpweb/releases/5_2_1.php:1.3 Fri Feb 9 01:10:02 2007
+++ phpweb/releases/5_2_1.php Fri Feb 9 01:26:37 2007
@@ -1,5 +1,5 @@
<?php
-// $Id: 5_2_1.php,v 1.3 2007/02/09 01:10:02 iliaa Exp $
+// $Id: 5_2_1.php,v 1.4 2007/02/09 01:26:37 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");
@@ -38,19 +38,19 @@
</ul>

<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 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.
+The 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 in certain situations, or exploited by malicious local users on shared hosting setups
+utilizing PHP as an apache module. Therefore, we strongly advise all users of PHP, regardless of the version to upgrade to 5.2.1 release
+as soon as possible. PHP 4.4.5 with equivalent security corrections will be available shortly.
</p>

<p>
<b>The key improvements of PHP 5.2.1 include:</b>
</p>
<ul>
- <li>Several performance improvements in the engine, streams API and some Windows specific optimizations</li>
+ <li>Several performance improvements in the engine, streams API and some Windows specific optimizations.</li>
<li>PDO_MySQL now uses buffered queries by default and emulates prepared statements to bypass limitations of MySQL's prepared statement API.</li>
- <li>Many improvements and enhancements to the filter and zip extesions.</li>
+ <li>Many improvements and enhancements to the filter and zip extensions.</li>
<li>Memory limit is now always enabled, this includes Windows builds, with a default limit of 128 megabytes.</li>
<li>Added several performance optimizations using faster Win32 APIs (this change means that PHP no longer supports Windows 98).</li>
<li>FastCGI speed optimized build of PHP for Windows made available for downloading.</li>
@@ -64,8 +64,7 @@
</p>

<p>
- For a full list of changes in PHP 5.2.1, see the
- <a href="/ChangeLog-5.php#5.2.1">ChangeLog</a>.
+ For a full list of changes in PHP 5.2.1, see the <a href="/ChangeLog-5.php#5.2.1">ChangeLog</a>.
</p>

<?php site_footer(); ?>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com