1
0
mirror of https://github.com/php/web-php.git synced 2026-04-27 00:48:10 +02:00

And use download_link() again here :)

This commit is contained in:
Gabor Hojtsy
2001-03-11 11:04:26 +00:00
parent 24aeff1ab3
commit 7ddf1ffffd
+15 -15
View File
@@ -8,14 +8,14 @@ $server = ($SERVER_PORT == "81" ? $SERVER_NAME . ":81" : $SERVER_NAME);
<h2>Complete Source Code</h2>
<UL>
<li><a href="http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gz&source_site=<?php echo $server; ?>">PHP 4.0.4pl1</a> - 11 January 2001</li>
</UL>
<ul>
<li><?php download_link("php-4.0.4pl1.tar.gz", "PHP 4.0.4pl1"); ?> - 11 January 2001</li>
</ul>
<h2>Win32 Binaries</h2>
<UL>
<li><a href="http://www.php.net/do_download.php?download_file=php-4.0.4pl1-Win32.zip&source_site=<?php echo $server; ?>">PHP 4.0.4pl1</a> - 13 January 2001<br>(3.64 Mb CGI binary plus server API versions for Apache, AOL server, ISAPI and NSAPI. MySQL support built-in, many extensions included, packaged as zip)</li>
<li><a href="http://www.php.net/do_download.php?download_file=php404pl1-installer.exe&source_site=<?php echo $server; ?>">PHP 4.0.4pl1</a> - 13 January 2001<br>(735 Kb CGI only, MySQL support built-in, packaged as Windows installer to install and configure PHP, and automatically configure IIS, PWS and Xitami, with manual configuration for other servers. N.B. no external extensions included)</li>
<ul>
<li><?php download_link("php-4.0.4pl1-Win32.zip", "PHP 4.0.4pl1"); ?> - 13 January 2001<br>(CGI binary plus server API versions for Apache, AOL server, ISAPI and NSAPI. MySQL support built-in, many extensions included, packaged as zip)</li>
<li><?php download_link("php404pl1-installer.exe", "PHP 4.0.4pl1"); ?> - 13 January 2001<br>(CGI only, MySQL support built-in, packaged as Windows installer to install and configure PHP, and automatically configure IIS, PWS and Xitami, with manual configuration for other servers. N.B. no external extensions included)</li>
<!--
<li>Win32 binaries will be posted soon!</li>
-->
@@ -30,7 +30,7 @@ $server = ($SERVER_PORT == "81" ? $SERVER_NAME . ":81" : $SERVER_NAME);
<a href="http://www.php.net/do_download.php?download_file=php-4.0.2-Win32-java-jdk122.zip&source_site=<?php echo $server; ?>">jdk1.2.2</a>,
<a href="http://www.php.net/do_download.php?download_file=php-4.0.2-Win32-java-jdk13.zip&source_site=<?php echo $server; ?>">jdk1.3</a>
-->
</UL>
</ul>
<? echo hdelim(); ?>
@@ -38,9 +38,9 @@ $server = ($SERVER_PORT == "81" ? $SERVER_NAME . ":81" : $SERVER_NAME);
<h1>Other Downloads</h1>
<UL>
<li>For downloadable documentation, go to the <A HREF="docs.php">documentation</A> page
<li>Get some <A HREF="download-logos.php">PHP logos</A> for your site
<ul>
<li>For downloadable documentation, go to the <a href="docs.php">documentation</a> page
<li>Get some <a href="download-logos.php">PHP logos</A> for your site
<li>To download the latest development version, see the <a href="anoncvs.php">instructions on using anonymous CVS</a>
<li><a href="http://www.zend.com/zend/optimizer.php">Zend Optimizer 1.0.0</a> for PHP 4.0.3 and later is available on Zend Technologies' web site.
</ul>
@@ -50,14 +50,14 @@ $server = ($SERVER_PORT == "81" ? $SERVER_NAME . ":81" : $SERVER_NAME);
<h1>Older Versions of PHP</h1>
<UL>
<ul>
<li><a href="download-php3.php">PHP 3.0</a> Source code and Win32 binaries
<li><A HREF="ftp://ftp.nerosworld.com/pub/php/dist">PHP/FI 2.0</a> Source and related files
</UL>
</ul>
<P>
<I>Older releases are listed for archeological purposes only. They are no longer supported.</I>
</P>
<p>
<i>Older releases are listed for archeological purposes only. They are no longer supported.</i>
</p>
<?