mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
44 lines
1.4 KiB
PHP
44 lines
1.4 KiB
PHP
<html><head><title>PHP3 Download</title>
|
|
<? $title="Download";
|
|
include "header"; ?>
|
|
|
|
|
|
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
Download <a href="http://www.lerdorf.on.ca/php3/php-3.0a1.tar.gz">php-3.0a1.tar.gz</a> (source) from the PHP main site in Toronto, Canada
|
|
</td>
|
|
<td>
|
|
<a href="http://www.lerdorf.on.ca/php3/php-3.0a1.tar.gz"><img src="gifs/canada.gif" border="0"></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Download <a href="http://php.netvision.net.il/php-3.0a1.tar.gz">php-3.0a1.tar.gz</a> (source) from the PHP main site in Netvision, Israel
|
|
</td>
|
|
<td align="center">
|
|
<a href="http://php.netvision.net.il/php-3.0a1.tar.gz"><img src="gifs/israel.gif" border="0"></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Download <a href="http://php.technion.ac.il/php-3.0a1.tar.gz">php-3.0a1.tar.gz</a> (source) from the PHP main site in the Technion, Israel
|
|
</td>
|
|
<td align="center">
|
|
<a href="http://php.technion.ac.il/php-3.0a1.tar.gz"><img src="gifs/israel.gif" border="0"></a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Download <a href="http://www.caraveo.com/php/php3a1win32.zip">php3a1win32.zip</a> (Win32 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/php3a1win32.zip"><img src="gifs/usa.gif" border="0"></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<?include "footer"; ?>
|