| Ilia Alshanetsky 2004-11-30, 4:00 pm |
| iliaa Tue Nov 30 10:20:02 2004 EDT
Modified files:
/phpweb index.php
Log:
5.0.3RC1
http://cvs.php.net/diff.php/phpweb/...7&r2=1.638&ty=u
Index: phpweb/index.php
diff -u phpweb/index.php:1.637 phpweb/index.php:1.638
--- phpweb/index.php:1.637 Fri Nov 26 14:39:50 2004
+++ phpweb/index.php Tue Nov 30 10:20:02 2004
@@ -145,6 +145,18 @@
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>
+<?php news_image("/downloads.php#v5", "php-version5.gif", "PHP 5"); ?>
+<h1>PHP 5.0.3RC1 released!</h1>
+<p>
+ <span class="newsdate">[30-Nov-2004]</span>
+ <a href="http://qa.php.net/">PHP 5.0.3RC1</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>
+
+<hr />
+
<?php news_image("/downloads.php#v4", "php-version4.gif", "PHP 4"); ?>
<h1>PHP 4.3.10RC1 released!</h1>
<p>
|