| Edin Kadribasic 2004-03-26, 11:22 pm |
| edink Fri Mar 26 08:26:59 2004 EDT
Modified files:
/php-bugs-web/include functions.inc
Log:
php-4.3.5 is coming
http://cvs.php.net/diff.php/php-bug...5&r2=1.116&ty=u
Index: php-bugs-web/include/functions.inc
diff -u php-bugs-web/include/functions.inc:1.115 php-bugs-web/include/functions.inc:1.116
--- php-bugs-web/include/functions.inc:1.115 Thu Mar 18 13:08:41 2004
+++ php-bugs-web/include/functions.inc Fri Mar 26 08:26:58 2004
@@ -119,7 +119,7 @@
function show_version_options($current,$default="")
{
- $versions = array("4.3.5RC4", "4.3.4", "4CVS-".date("Y-m-d")." (stable)", "5.0.0RC1", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant");
+ $versions = array("4.3.5", "4.3.4", "4CVS-".date("Y-m-d")." (stable)", "5.0.0RC1", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant");
echo "<option value=\"\">--Please Select--</option>\n";
while (list(,$v) = each($versions)) {
echo "<option", ($current == $v ? " selected" : ""), ">$v</option>\n";
|