mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
209 lines
7.1 KiB
PHP
209 lines
7.1 KiB
PHP
<?php
|
|
// $Id$
|
|
$_SERVER['BASE_PAGE'] = 'downloads.php';
|
|
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
|
|
|
// Try to make this page non-cached
|
|
header_nocache();
|
|
|
|
$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:
|
|
</p>
|
|
<ul class="simple">
|
|
' .// <li><a href="http://195.228.168.217/louise/index.php?MENU=6">AmigaOS</a></li>
|
|
'<li><a href="http://www.entropy.ch/software/macosx/php/">Mac OS X</a></li>
|
|
<li><a href="http://developer.novell.com/ndk/php.htm">Novell NetWare</a></li>
|
|
<li><a href="http://silk.apana.org.au/php/">OS/2</a></li>
|
|
<li><a href="http://php.alexwaugh.com/">RISC OS</a></li>
|
|
<li><a href="http://freeware.sgi.com/index-by-alpha.html#php">SGI IRIX 6.5.x</a></li>
|
|
<li><a href="http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/redp3639.html">AS/400</a></li>
|
|
</ul>
|
|
|
|
<h3>Older versions of PHP</h3>
|
|
<p>
|
|
See <a href="/releases.php">our releases
|
|
page</a> for older PHP versions.
|
|
</p>
|
|
|
|
<h3>Other Downloads</h3>
|
|
<p>
|
|
For downloadable manual packages, go to the
|
|
<a href="download-docs.php">documentation download</a>
|
|
page
|
|
</p>
|
|
|
|
<p>
|
|
Get some
|
|
<a href="download-logos.php">PHP logos</a>
|
|
for your site, and some PHP icons to use on
|
|
your computer
|
|
</p>
|
|
|
|
<p>
|
|
To download the latest development version,
|
|
see the <a href="anoncvs.php">instructions on
|
|
using anonymous CVS</a>
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.zend.com/zend/optimizer.php">Zend
|
|
Optimizer</a> for PHP 4.0.3 and later is
|
|
available on Zend Technologies\' web site
|
|
</p>
|
|
|
|
<p>
|
|
For <a href="http://gtk.php.net/">PHP-GTK</a>
|
|
downloads, please visit our site dedicated
|
|
to <a href="http://gtk.php.net/">PHP-GTK</a>.
|
|
</p>
|
|
';
|
|
|
|
site_header("Downloads");
|
|
?>
|
|
|
|
|
|
<h1>Latest stable version of PHP</h1>
|
|
|
|
<h2>Complete Source Code</h2>
|
|
<ul>
|
|
<li>
|
|
<?php download_link('php-4.3.6.tar.bz2','PHP 4.3.6 (tar.bz2)'); ?> - 15 April 2004<br />
|
|
<span class="md5sum">md5: 79cde484e31871176137eb78014657fa</span>
|
|
</li>
|
|
<li>
|
|
<?php download_link('php-4.3.6.tar.gz', 'PHP 4.3.6 (tar.gz)'); ?> - 15 April 2004<br />
|
|
<span class="md5sum">md5: 4848331288d6eaffcec0323a852d1082</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
See the <a href="/ChangeLog-4.php">ChangeLog</a> for a complete list of changes,
|
|
or the <a href="/release_4_3_6.php">release notes</a> for more information on
|
|
this particular release. Daily snapshots are also available from
|
|
<a href="http://snaps.php.net/">snaps.php.net</a> (not intended for production use!).
|
|
</p>
|
|
|
|
<h2>Windows Binaries</h2>
|
|
|
|
<p>
|
|
All Windows binaries can be used on Windows 98/Me and on Windows NT/2000/XP/2003.
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<?php download_link('php-4.3.6-Win32.zip', 'PHP 4.3.6 zip package'); ?> - 15 April 2004<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: fc4adb16b0bbff5089efc10a02240f81</span>
|
|
</li>
|
|
<li>
|
|
<?php download_link('php-4.3.6-installer.exe', 'PHP 4.3.6 installer'); ?> - 15 April 2004<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: 76b4ba2bfa93ce7c4df7447285c71815</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<hr />
|
|
|
|
<a name="v5">
|
|
<h1>PHP 5 Release Candidate 2</h1>
|
|
|
|
<h2>Complete Source Code</h2>
|
|
<ul>
|
|
<li>
|
|
<?php download_link('php-5.0.0RC2.tar.bz2', 'PHP 5.0.0RC2 (tar.bz2)'); ?> - 25 Apr 2004<br />
|
|
<span class="md5sum">md5: 99e056269c2e3eac7e934755c60c44b7</span>
|
|
</li>
|
|
<li>
|
|
<?php download_link('php-5.0.0RC2.tar.gz', 'PHP 5.0.0RC2 (tar.gz)'); ?> - 25 Apr 2004<br />
|
|
<span class="md5sum">md5: e9d349d5e355c4056a03fc5597495a8c</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Windows Binaries</h2>
|
|
<ul>
|
|
<li>
|
|
<?php download_link('php-5.0.0RC2-Win32.zip', 'PHP 5.0.0RC2 zip package'); ?> - 25 Apr 2004<br />
|
|
<span class="md5sum">md5: 6842b5c345bcdfc9fa2cb253681d27e7</span>
|
|
</li>
|
|
<li>
|
|
<?php download_link('pecl-5.0.0RC2-Win32.zip', 'Collection of PECL modules for PHP 5.0.0RC2'); ?> - 25 Apr 2004<br />
|
|
<span class="md5sum">md5: b37dc782df28625fb40a59be4867f398</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
We have a <a href="/zend-engine-2.php">PHP 5 / Zend Engine 2 page</a> explaining the
|
|
language level changes introduced in PHP 5. The <a href="/ChangeLog-5.php">PHP 5
|
|
ChangeLog</a> details all the other changes.
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<h1>Security fixes and patches</h1>
|
|
|
|
<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.3.0-to-4.3.1.patch.gz", "PHP 4.3.0 to 4.3.1 patch"); ?> - 17 February 2003<br />
|
|
This unified diff will enable you to update your local PHP source to version 4.3.1 from 4.3.0.<br />
|
|
<span class="md5sum">md5: ffcce0d50a752fe00c3552f7fa68dc71</span>
|
|
</li>
|
|
<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 version 4.2.2 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 version 4.2.2 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 version 4.1.1 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 version 4.1.1 from 4.1.0.<br />
|
|
<span class="md5sum">md5: c3f73adfdbde3bfe5d0d51463432a07c</span>
|
|
</li>
|
|
</ul>
|
|
|
|
<?php site_footer(); ?>
|