mirror of
https://github.com/php/web-php.git
synced 2026-04-27 00:48:10 +02:00
18 lines
813 B
PHP
18 lines
813 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("Downloads ");
|
|
?>
|
|
|
|
<UL>
|
|
<LI>Download <a href="version4/downloads.php">PHP 4.0</a> (source code and Windows binaries distributions available).</li>
|
|
<li>To download the latest development version, see the <a href="version4/cvs.php">instructions on using CVS</a>. Instructions for the PHP 3.0 CVS tree are <a href="http://cvs.php.net">still available.</a>.
|
|
<LI>Download <a href="download-php.php3">PHP 3.0</a> (source code and Windows binaries distributions available).</li>
|
|
<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">PHP/FI 2.0 Distributions and related files - no longer supported</A>
|
|
</UL>
|
|
|
|
<?
|
|
commonFooter();
|
|
?>
|