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
2006-11-02 22:42:23 +00:00

169 lines
5.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="toc">
<li><a href="http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/redp3639.html">AS/400</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://smedley.info/os2ports/">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>Solaris (<a href="http://sunfreeware.com/programlistsparc10.html#php">SPARC</a>, <a href="http://sunfreeware.com/programlistintel10.html#php">INTEL</a>)</li>
</ul>
<h3>Development and archive versions</h3>
<p>
Regular source and binary snapshots are available
from <a href="http://snaps.php.net/">snaps.php.net</a>.
These are not intended for production use!
</p>
<p>
To download the very latest development version,
see the <a href="anoncvs.php">instructions on
using anonymous CVS</a>
</p>
<p>
Information about older releases and their downloads
are available on <a href="/releases.php">our releases page</a>.
</p>
<h3>Other Downloads</h3>
<p>
<a href="http://pear.php.net/packages.php">PEAR
packages</a>, <a href="http://pecl.php.net/packages.php">PECL hosted
PHP extensions</a>, <a href="http://gtk.php.net/download.php">PHP-GTK
source and binaries</a>, and
<a href="http://smarty.php.net/download.php">Smarty
sources</a> are available on their own pages.
</p>
<p>
For downloadable PHP 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>
<a href="http://www.zend.com/store/products/zend-optimizer.php">Zend
Optimizer</a> for PHP 4.0.3 and later is
available on Zend Technologies\' web site.
</p>
';
site_header("Downloads");
?>
<a name="v5"></a>
<h1>PHP 5.2.0</h1>
<h2>Complete Source Code</h2>
<ul>
<li>
<?php download_link('php-5.2.0.tar.bz2', 'PHP 5.2.0 (tar.bz2)'); ?> - 02 Nov 2006<br />
<span class="md5sum">md5: e6029fafcee029edcfa2ceed7a005333</span>
</li>
<li>
<?php download_link('php-5.2.0.tar.gz', 'PHP 5.2.0 (tar.gz)'); ?> - 02 Nov 2006<br />
<span class="md5sum">md5: 52d7e8b3d8d7573e75c97340f131f988</span>
</li>
</ul>
<h2>Windows Binaries</h2>
<ul>
<li>
<?php download_link('php-5.2.0-Win32.zip', 'PHP 5.2.0 zip package'); ?> - 02 Nov 2006<br />
<span class="md5sum">md5: 910734e96f41190020272d80b82ce553</span>
</li>
<li>
<?php download_link('php-5.2.0-win32-installer.msi', 'PHP 5.2.0 installer'); ?> - 02 Nov 2006<br />
<span class="md5sum">md5: 1521d6e9b273299ebd8081d174146d22</span>
</li>
<li>
<?php download_link('pecl-5.2.0-Win32.zip', 'Collection of PECL modules for PHP 5.2.0'); ?> - 02 Nov 2006<br />
<span class="md5sum">md5: 638f5997884ae3ce35d2b3ec12f399b2</span>
</li>
</ul>
<p>
We have a <a href="/manual/en/migration5.oop.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 />
<a name="v4"></a>
<h1>PHP 4.4.4</h1>
<h2>Complete Source Code</h2>
<ul>
<li>
<?php download_link('php-4.4.4.tar.bz2','PHP 4.4.4 (tar.bz2)'); ?> - 17 Aug 2006<br />
<span class="md5sum">md5: bc6fa8908e2ac36e93bab9f7d42cda3a</span>
</li>
<li>
<?php download_link('php-4.4.4.tar.gz', 'PHP 4.4.4 (tar.gz)'); ?> - 17 Aug 2006<br />
<span class="md5sum">md5: e884b9b7c2e936310553c946bc2f67c2</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_4_4.php">release notes</a> for more
information on this particular release.
</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>
The Windows binaries and installer will follow shortly.
</li>
-->
<li>
<?php download_link('php-4.4.4-Win32.zip', 'PHP 4.4.4 zip package'); ?> - 17 Aug 2006<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: 3ff3f58a2f573c80f34f2b670d7ac873</span>
</li>
<li>
<?php download_link('php-4.4.4-installer.exe', 'PHP 4.4.4 installer'); ?> - 17 Aug 2006<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: e5db53efb3e0fed5407fc7c71cf0b436</span>
</li>
</ul>
<?php site_footer(); ?>