mirror of
https://github.com/php/web-php.git
synced 2026-04-29 09:53:12 +02:00
68 lines
2.9 KiB
PHP
68 lines
2.9 KiB
PHP
<?
|
|
require_once 'prepend.inc';
|
|
commonHeader("Downloads");
|
|
$server = $SERVER_NAME;
|
|
?>
|
|
|
|
<h1>Latest version of PHP 4.0</h1>
|
|
|
|
|
|
<h2>Complete Source Code</h2>
|
|
<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><?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, AOLserver, 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>
|
|
-->
|
|
<!--
|
|
<li>Java binaries will be posted soon!</li>
|
|
<li>Servlet Server API:
|
|
<a href="http://www.php.net/do_download.php?download_file=php-4.0.2-Win32-servlet-jdk118.zip&source_site=<?php echo $server; ?>">jdk1.1.8</a>,
|
|
<a href="http://www.php.net/do_download.php?download_file=php-4.0.2-Win32-servlet-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-servlet-jdk13.zip&source_site=<?php echo $server; ?>">jdk1.3</a>
|
|
<li>Java extensions:
|
|
<a href="http://www.php.net/do_download.php?download_file=php-4.0.2-Win32-java-jdk118.zip&source_site=<?php echo $server; ?>">jdk1.1.8</a>,
|
|
<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>
|
|
|
|
|
|
<? echo hdelim(); ?>
|
|
|
|
|
|
<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
|
|
<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>
|
|
|
|
<? echo hdelim(); ?>
|
|
|
|
|
|
<h1>Older Versions of PHP</h1>
|
|
|
|
<ul>
|
|
<li><?php download_link("php-3.0.18.tar.gz", "PHP 3.0.18"); ?> Source Code</li>
|
|
<li><?php download_link("php-3.0.17-win32.zip", "PHP 3.0.17"); ?> Windows Binary</li>
|
|
<!-- <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>
|
|
|
|
<p>
|
|
<i>Older releases are listed for archeological purposes only. They are no longer supported.</i>
|
|
</p>
|
|
|
|
|
|
<?
|
|
commonFooter();
|
|
?>
|