1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/downloads.php
Gabor Hojtsy 85f8f106e5 Removing old mirror detection code, as it is not used
anymore, it was not a too close approximation and the
geoip method is also on the horizon.
2002-12-21 13:41:30 +00:00

246 lines
10 KiB
PHP

<?php
/*********************************************************************
*
* USE download_link('filename','desc') for all local download links
*
**********************************************************************/
require_once 'prepend.inc';
header("Cache-Control: private");
header("Pragma: no-cache");
$SIDEBAR_DATA = '
<h3>Binaries for other systems</h3>
<p>
We do not distribute UNIX/Linux binaries. Most Linux
distributions come with PHP these days, so if you do
not want to compile your own, go to your distribution\'s
download site. Binaries available on external servers:
<ul>
<li>' . make_link("http://louise.amiga.hu/index.php?MENU=6", "AmigaOS") . '</li>
<li>' . make_link("http://www.entropy.ch/software/macosx/php/", "Mac OS X") . '</li>
<li>' . make_link("http://developer.novell.com/ndk/php.htm", "Novell NetWare") . '</li>
<li>' . make_link("http://silk.apana.org.au/php/", "OS/2") . '</li>
<li>' . make_link("http://php.alexwaugh.com/", "RISC OS") . '</li>
<li>' . make_link("http://freeware.sgi.com/index-by-alpha.html#php", "SGI IRIX 6.5.x") . '</li>
</ul>
</p>
<h3>Other Downloads</h3>
<p>
For downloadable manual packages, go to the '.
make_link("download-docs.php", "documentation download").'
page
</p>
<p>
Get some '.
make_link("download-logos.php", "PHP logos").'
for your site, and some PHP icons to use on
your computer
</p>
<p>
To download the latest development version,
see the '.
make_link("anoncvs.php","instructions on using anonymous CVS").'
</p>
<p>'.
make_link("http://www.zend.com/zend/optimizer.php", "Zend Optimizer").'
for PHP 4.0.3 and later is
available on Zend Technologies\' web site
</p>
<p> For '.
make_link("http://gtk.php.net/", "PHP-GTK").'
downloads, please visit our site dedicated
to ' . make_link("http://gtk.php.net/", "PHP-GTK").'.
</p>
';
commonHeader("Downloads");
$server = $SERVER_NAME;
?>
<h1>Latest version of PHP</h1>
<h2>Complete Source Code</h2>
<ul>
<li><?php download_link('php-4.2.3.tar.bz2','PHP 4.2.3 (tar.bz2)'); ?> - 6 September 2002<br />
<span class="md5sum">md5: a0c7531f3d53a7736742c780f72a0f41</span>
</li>
<li><?php download_link('php-4.2.3.tar.gz', 'PHP 4.2.3 (tar.gz)'); ?> - 6 September 2002<br />
<span class="md5sum">md5: 2a4a963d79d97ea2725c860c77e908a2</span>
</li>
</ul>
<p>
See the <a href="ChangeLog-4.php">ChangeLog</a> for a complete list of changes. Daily
snapshots are also available from <a href="http://snaps.php.net/">snaps.php.net</a>
(not intended for production use!).
</p>
<p>
If you would like to download these files with wget or lynx or any command line
utility, be aware that the question mark and/or ampersand in the URL may be handled
specially by your shell. To overcome this problem, the easiest fix is to enclose
the whole URL parameter in quotes, and so there will be no problem with the download.
</p>
<h2>Windows Binaries</h2>
All Windows binaries can be used on Windows 95/98/Me and on Windows NT/2000/XP.
<ul>
<li><?php download_link('php-4.2.3-Win32.zip', 'PHP 4.2.3 zip package'); ?> - 6 September 2002<br />
(CGI binary plus server API versions for Apache, Apache2 (experimental), ISAPI, NSAPI, Servlet and Pi3Web. MySQL
support built-in, many extensions included, packaged as zip)<br />
<span class="md5sum">md5: cc65371d6f6252bb7fecc979fd4cf60e</span>
</li>
<li><?php download_link('php-4.2.3-installer.exe', 'PHP 4.2.3 installer'); ?> - 6 September 2002<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)<br />
<span class="md5sum">md5: d872eaad5ae1c0b333f1b8b342e83807</span>
</li>
<?php /* <li>Win32 binaries will be posted soon!</li> */ ?>
</ul>
<h2>File Uploads Security Fix</h2>
<ul>
<li><?php download_link("rfc1867.c.diff-4.1.x.gz", "for PHP 4.1.0/4.1.1"); ?> - 27 February 2002<br />
(Apply in php-4.1.x/main)<br />
<span class="md5sum">md5: c8ad890a7fdb9843b48fef9a2034a1df</span>
</li>
<li><?php download_link("rfc1867.c.diff-4.0.6.gz", "for PHP 4.0.6"); ?> - 27 February 2002<br />
(Apply in php-4.0.6/main)<br />
<span class="md5sum">md5: 2fcb7e1c4762a8253f30d08476f147dc</span>
</li>
<li><?php download_link("mime.c.diff-3.0.gz", "for PHP 3.0"); ?> - 27 February 2002<br />
(Apply in php-3.0.x/functions)<br />
<span class="md5sum">md5: b4826b2d7968553f808ddb80269d87a0</span>
</li>
</ul>
<h2>Patches</h2>
<ul>
<li><?php download_link("php-4.2.0-to-4.2.2.patch.gz", "PHP 4.2.0 to 4.2.2 patch"); ?> - 22 July 2002<br />
This unified diff will enable you to update your local PHP source to the latest version from 4.2.0.<br />
<span class="md5sum">md5: 254bccc245d65cece1f40f782b70ec6b</span>
</li>
<li><?php download_link("php-4.2.1-to-4.2.2.patch.gz", "PHP 4.2.1 to 4.2.2 patch"); ?> - 22 July 2002<br />
This unified diff will enable you to update your local PHP source to the latest version from 4.2.1.<br />
<span class="md5sum">md5: a725c3c9fada0b2e21336250faeca39b</span>
</li>
<li><?php download_link("php-4.0.6-memlimit.diff.gz", "PHP 4.0.6 memory limit fix"); ?> - 1 July 2001<br />
(This patch fixes a bug in the 4.0.6 memory limit option. This is only needed when configuring
PHP with --enable-memory-limit). If you have problems applying the patch try using GNU patch.<br />
<span class="md5sum">md5: 75a6f4377ab54853bf866ffd44d1c700</span>
</li>
<li><?php download_link("php-4.0.6-to-4.1.1.patch.gz", "PHP 4.0.6 to 4.1.1 patch"); ?> - 03 January 2002<br />
This unified diff will enable you to update your local PHP source to the latest version from 4.0.6.<br />
<span class="md5sum">md5: 408127b09d87932c5e0f2cd57133e939</span>
</li>
<li><?php download_link("php-4.1.0-to-4.1.1.patch.gz", "PHP 4.1.0 to 4.1.1 patch"); ?> - 03 January 2002<br />
This unified diff will enable you to update your local PHP source to the latest version from 4.1.0.<br />
<span class="md5sum">md5: c3f73adfdbde3bfe5d0d51463432a07c</span>
</li>
</ul>
<?php echo hdelim(); ?>
<h1>Older Versions of PHP</h1>
<p>
<i>Older releases are listed for archaeological purposes only. They are no longer supported.</i>
</p>
<ul>
<li>PHP 4.2.2
<ul>
<li><?php download_link("php-4.2.2.tar.gz", "Source Code"); ?><br />
<span class="md5sum">md5: 2c3c803152878c799cdf551d56bd142b</span>
</li>
<li><?php download_link("php-4.2.2-Win32.zip", "Windows Binary (zip)"); ?><br />
<span class="md5sum">md5: aae616caf02c9d7af930c605f616e86a</span>
</li>
</ul>
</li>
<li>PHP 4.1.2
<ul>
<li><?php download_link("php-4.1.2.tar.gz", "Source Code"); ?><br />
<span class="md5sum">md5: 75a62553076c20e91d3be575ce158be2</span>
</li>
<li><?php download_link("php-4.1.2-Win32.zip", "Windows Binary (zip)"); ?><br />
<span class="md5sum">md5: 7df7d0edac5c504adec87b9bd518d2df</span>
</li>
</ul>
</li>
<li>PHP 3.0.x (latest)
<ul>
<li><?php download_link("php-3.0.18.tar.gz", "PHP 3.0.18 Source Code"); ?><br />
<span class="md5sum">md5: b4b8f7f1151ce66d5f3910a066651133</span>
</li>
<li><?php download_link("php-3.0.17-win32.zip", "PHP 3.0.17 Windows Binary (zip)"); ?><br />
<span class="md5sum">md5: 29029ac1c3c2075dce38bbd804c42f72</span>
</li>
</ul>
</li>
<li>If you are searching for older versions of PHP, go to the <a href="http://ftp.proventum.net/pub/php/">"PHP Museum"</a>.</li>
<li>Search for PHP tarballs on AllTheWeb.com:
<form action="http://www.alltheweb.com/search" method="GET">
<input type="hidden" name="cat" value="ftp">
<input type="hidden" name="ftype" value="6">
<?php /*
cvs status -v php[34]/INSTALL |grep 'php_'|awk '{print $1}'|grep -Ev '(RC[0-9]*|rc[_0-9]*|REL|[ab][a0-9-]+|b..rc.|b.pl.|bazaar|pre|[ab])$'|sed -e 's,php_,,' -e 's,_,.,g'|sort -n|while read ver; do echo " <option value=\"php-${ver}.tar.gz\">$ver</option>"; done
*/?>
<select name="query" onchange="this.form.submit()">
<option value="">--select version--</option>
<option value="php-3.0.tar.gz">3.0</option>
<option value="php-3.0.1.tar.gz">3.0.1</option>
<option value="php-3.0.2.tar.gz">3.0.2</option>
<option value="php-3.0.3.tar.gz">3.0.3</option>
<option value="php-3.0.4.tar.gz">3.0.4</option>
<option value="php-3.0.5.tar.gz">3.0.5</option>
<option value="php-3.0.6.tar.gz">3.0.6</option>
<option value="php-3.0.7.tar.gz">3.0.7</option>
<option value="php-3.0.8.tar.gz">3.0.8</option>
<option value="php-3.0.9.tar.gz">3.0.9</option>
<option value="php-3.0.10.tar.gz">3.0.10</option>
<option value="php-3.0.11.tar.gz">3.0.11</option>
<option value="php-3.0.12.tar.gz">3.0.12</option>
<option value="php-3.0.13.tar.gz">3.0.13</option>
<option value="php-3.0.14.tar.gz">3.0.14</option>
<option value="php-3.0.15.tar.gz">3.0.15</option>
<option value="php-3.0.16.tar.gz">3.0.16</option>
<option value="php-3.0.17.tar.gz">3.0.17</option>
<option value="php-3.0.18.tar.gz">3.0.18</option>
<option value="">--------</option>
<option value="php-4.0.0.tar.gz">4.0.0</option>
<option value="php-4.0.1.tar.gz">4.0.1</option>
<option value="php-4.0.1pl1.tar.gz">4.0.1pl1</option>
<option value="php-4.0.2.tar.gz">4.0.2</option>
<option value="php-4.0.3.tar.gz">4.0.3</option>
<option value="php-4.0.4.tar.gz">4.0.4</option>
<option value="php-4.0.4pl1.tar.gz">4.0.4pl1</option>
<option value="php-4.0.5.tar.gz">4.0.5</option>
<option value="php-4.0.6.tar.gz">4.0.6</option>
<option value="php-4.1.0.tar.gz">4.1.0</option>
<option value="php-4.1.1.tar.gz">4.1.1</option>
<option value="php-4.1.2.tar.gz">4.1.2</option>
<option value="php-4.2.0.tar.gz">4.2.0</option>
<option value="php-4.2.1.tar.gz">4.2.1</option>
<option value="php-4.2.2.tar.gz">4.2.2</option>
<option value="php-4.2.3.tar.gz">4.2.3</option>
</select>
</form>
</li>
</ul>
<?php commonFooter(); ?>