1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 01:43:15 +02:00
Files
archived-web-php/downloads.php3
T

19 lines
682 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><a href="http://www.php.net/version4/downloads.php">PHP 4.0 Beta</a> is available!</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">PHP/FI 2.0 Distributions and related files - no longer supported</A>
</UL>
<?
commonFooter();
?>