For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > June 2005 > cvs: phpweb / downloads.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpweb / downloads.php
Andi Gutmans

2005-06-10, 8:56 pm

andi Fri Jun 10 17:38:39 2005 EDT

Modified files:
/phpweb downloads.php
Log:
- Go live with downloads


http://cvs.php.net/diff.php/phpweb/...2&r2=1.233&ty=u
Index: phpweb/downloads.php
diff -u phpweb/downloads.php:1.232 phpweb/downloads.php:1.233
--- phpweb/downloads.php:1.232 Thu Jun 2 11:52:51 2005
+++ phpweb/downloads.php Fri Jun 10 17:38:38 2005
@@ -1,5 +1,5 @@
<?php
-// $Id: downloads.php,v 1.232 2005/06/02 15:52:51 goba Exp $
+// $Id: downloads.php,v 1.233 2005/06/10 21:38:38 andi Exp $
$_SERVER['BASE_PAGE'] = 'downloads.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';

@@ -168,6 +168,48 @@

<hr />

+<a name="v5.1"></a>
+<h1>PHP 5.1.0 Beta 1</h1>
+
+<h2>Complete Source Code</h2>
+<ul>
+ <li>
+ <?php download_link('php-5.1.0b1.tar.bz2', 'PHP 5.1.0b1 (tar.bz2)'); ?> - 10 Jun 2005<br />
+ <span class="md5sum">md5: 21eceeda5b1daec528d58a6af3ce13df</span>
+ </li>
+ <li>
+ <?php download_link('php-5.1.0b1.tar.gz', 'PHP 5.1.0b1 (tar.gz)'); ?> - 10 Jun 2005<br />
+ <span class="md5sum">md5: db893041053a4e717b096f3d50c9cdcc</span>
+ </li>
+</ul>
+
+<!--
+<h2>Windows Binaries</h2>
+<ul>
+ <li>
+ <?php download_link('php-5.1.0b1-Win32.zip', 'PHP 5.1.0b1 zip package'); ?> - 10 Jun 2005<br />
+ <span class="md5sum">md5: fff10991a8e6f3b36ee567eb236ae3f4</span>
+ </li>
+ <li>
+ <?php download_link('pecl-5.1.0b1-Win32.zip', 'Collection of PECL modules for PHP 5.1.0b1'); ?> - 10 Jun 2005<br />
+ (Most of these <a href="http://pecl.php.net/">PECL</a> extension files come
+ standard with PHP 4 Windows binaries but have since been moved into this
+ separate PECL download. Files such as php_pdf.dll, php_zip.dll, etc.)<br />
+ <span class="md5sum">md5: 44304bc1e1d3f08404ed99279ea1b8de</span>
+ </li>
+ <li>
+ <?php download_link('php-5.1.0b1-installer.exe', 'PHP 5.1.0b1 installer'); ?> - 10 Jun 2005<br />
+ (CGI only, 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: 8f951136757600ce78d5e442cb5b1541</span>
+ </li>
+</ul>
+-->
+
+<hr />
+
<h1>Security fixes and patches</h1>

<h2>File Uploads Security Fix</h2>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com