cvs: phpweb /releases index.php
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1225339310@cvsserver> |
philip Thu Oct 30 04:01:50 2008 UTC
Modified files:
/phpweb/releases index.php
Log:
Updated the filewatcher link; and 3.0 --> 3.0.0
http://cvs.php.net/viewvc.cgi/phpweb/releases/index.php?r1=1.21&r2=1.22&diff_format=u
Index: phpweb/releases/index.php
diff -u phpweb/releases/index.php:1.21 phpweb/releases/index.php:1.22
--- phpweb/releases/index.php:1.21 Wed May 28 16:04:34 2008
+++ phpweb/releases/index.php Thu Oct 30 04:01:49 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: index.php,v 1.21 2008/05/28 16:04:34 philip Exp $
+// $Id: index.php,v 1.22 2008/10/30 04:01:49 philip Exp $
$_SERVER['BASE_PAGE'] = 'releases/index.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER["DOCUMENT_ROOT"] . "/include/releases.inc";
@@ -66,13 +66,13 @@
you might try to search for a PHP tarball on FileWatcher:
</p>
-<form action="http://www.filewatcher.com/" method="get">
+<form action="http://www.filewatcher.com/_/" method="get">
<p>
<input type="hidden" name="min" value="500000" />
<input type="hidden" name="af" value="1" />
<select name="q" onchange="this.form.submit()">
<option value="">-select version-</option>
- <option value="php-3.0.tar.gz">3.0</option>
+ <option value="php-3.0.tar.gz">3.0.0</option>
<option value="php-3.0.1.tar.gz">3.0.1</option>
<option value="php-3.0.2.tar.gz">3.0.2</option>
<option value="php-3.0.3.tar.gz">3.0.3</option>