1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 09:53:12 +02:00
Files
archived-web-php/download.php3
T
Shane Caraveo c1d6358f28 add b3 win32
1998-01-17 23:53:37 +00:00

56 lines
2.1 KiB
PHP

<html><head><title>PHP3 Download</title>
<? $title="Download";
include "include/header.inc"; ?>
<table>
<tr>
<td>
Download <a href="http://www.lerdorf.on.ca/php3/php-3.0b3.tar.gz">PHP 3.0b3</a> (source), or the
<a href="http://www.lerdorf.on.ca/php3/php-3.0b3-win32.zip">3.0b3 Windows 95/NT binary</a> from the PHP main site in Toronto, Canada
</td>
<td>
<a href="http://www.lerdorf.on.ca/php3/php-3.0b3.tar.gz"><img src="gifs/canada.gif" border="0"></a>
</td>
</tr>
<tr>
<td>
Download <a href="http://php.netvision.net.il/php-3.0b3.tar.gz">PHP 3.0b3</a> (source), or the
<a href="http://php.netvision.net.il/php-3.0b3-win32.zip">3.0b3 Windows 95/NT binary</a> from the PHP main site in Netvision, Israel
</td>
<td align="center">
<a href="http://php.netvision.net.il/php-3.0b3.tar.gz"><img src="gifs/israel.gif" border="0"></a>
</td>
</tr>
<tr>
<td>
Download <a href="http://php.technion.ac.il/php-3.0b3.tar.gz">PHP 3.0b3</a> (source), or the
<a href="http://php.technion.ac.il/php-3.0b3-win32.zip">3.0b3 Windows 95/NT binary</a> from the PHP main site in the Technion, Israel
</td>
<td align="center">
<a href="http://php.technion.ac.il/php-3.0b3.tar.gz"><img src="gifs/israel.gif" border="0"></a>
</td>
</tr>
<tr>
<td>
Download <a href="http://php.guardian.no/php-3.0b3.tar.gz">PHP 3.0b3</a> (source), or the
<a href="http://php.guardian.no/php-3.0b3-win32.zip">3.0b3 Windows 95/NT binary</a> from the PHP main site in Trondheim, Norway
</td>
<td align="center">
<a href="http://php.guardian.no/php-3.0b3.tar.gz"><img src="gifs/norway.gif" border="0"></a>
</td>
</tr>
<tr>
<td>
Download <a href="http://www.caraveo.com/php/php-3.0b3-win32.zip">PHP 3.0b3</a> (Win95/NT binary) from the PHP Win32 site in the United States. The
<a href="http://www.caraveo.com/php/php3latest.zip">latest patched version</a> may also be downloaded.
</td>
<td align="center">
<a href="http://www.caraveo.com/php/php-3.0b3-win32.zip"><img src="gifs/usa.gif" width="100" height="64" border="0"></a>
</td>
</tr>
</table>
<?include "include/footer.inc"; ?>