| Ilia Alshanetsky 2004-08-31, 3:58 pm |
| iliaa Tue Aug 31 10:31:05 2004 EDT
Modified files:
/phpweb index.php
Log:
4.3.9RC2
http://cvs.php.net/diff.php/phpweb/...8&r2=1.609&ty=u
Index: phpweb/index.php
diff -u phpweb/index.php:1.608 phpweb/index.php:1.609
--- phpweb/index.php:1.608 Tue Aug 24 21:17:10 2004
+++ phpweb/index.php Tue Aug 31 10:31:04 2004
@@ -146,6 +146,21 @@
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
+<?php news_image("/downloads.php#v4", "php-version4.gif", "PHP 4"); ?>
+<h1>PHP 4.3.9RC2 released!</h1>
+<p>
+ <span class="newsdate">[31-Aug-2004]</span>
+<a href="http://qa.php.net/">PHP 4.3.9RC2</a> has been released for testing.
+This is the last release candidate before the final release and should have
+a very low number of problems and/or bugs. Nevertheless, please download and
+test it as much as possible on real-life applications to uncover any remaining issues.
+</p>
+
+<p>List of changes can be found in the
+<a href="http://viewcvs.php.net/viewcvs.cgi/php-src/NEWS.diff?r1=1.1247.2.724&r2=1.1247.2.714">NEWS</a> file.</p>
+
+<hr />
+
<h1>OSCOM.4 with apache Track</h1>
<p>
<span class="newsdate">[14-Aug-2004]</span>
@@ -189,21 +204,6 @@
For changes since PHP 5.0.0, please consult the
<a href="/ChangeLog-5.php#5.0.1">ChangeLog</a>.
</p>
-
-<hr />
-
-<?php news_image("/downloads.php#v4", "php-version4.gif", "PHP 4"); ?>
-<h1>PHP 4.3.9RC1 released!</h1>
-<p>
- <span class="newsdate">[11-Aug-2004]</span>
-<a href="http://qa.php.net/">PHP 4.3.9RC1</a> has been released for testing.
-This is the first release candidate and should have a very low number of problems
-and/or bugs. Nevertheless, please download and test it as much as
-possible on real-life applications to uncover any remaining issues.
-</p>
-
-<p>List of changes can be found in the
-<a href="http://viewcvs.php.net/viewcvs.cgi/php-src/NEWS.diff?r1=1.1247.2.714&r2=1.1247.2.673.2.1">NEWS</a> file.</p>
<hr />
|