1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 03:02:13 +02:00
Files
archived-web-php/downloads.php3
James Gingerich aa246acce8 Add note that PHP4 isn't available (not that it will stop anyone from asking).
Remove the "binaries" page and the distributions. It was just an ancient RPM that probably didn't work any more. These should go on the regular downloads page when whenever we make new ones (particularly a source RPM).
1999-06-15 04:42:15 +00:00

19 lines
620 B
PHP

<?
require("shared.inc");
commonHeader("Downloads ");
?>
<UL>
<LI>Download the PHP <A HREF="download-php.php3">source code and Windows distribution</A>
<LI>To download the latest development version, see the instructions on using the
<a href="http://cvs.php.net">PHP 3.0 CVS tree</a>.
<LI><I>PHP4 is not available yet.</I>
<LI><A HREF="download-logos.php3">PHP logos</A> for your site
<LI>For downloadable documentation, go to the <A HREF="docs.php3">documentation</A> page
<LI><A HREF="ftp://ftp.nerosworld.com/pub/php/dist">PHP2 Distributions and related files - no longer supported</A>
</UL>
<?
commonFooter();
?>