For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > May 2006 > cvs: qaweb /include release-qa.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: qaweb /include release-qa.php
Derick Rethans

2006-05-21, 6:58 pm

derick Sun May 21 17:52:34 2006 UTC

Modified files:
/qaweb/include release-qa.php
Log:
- Update qaweb for rc1


http://cvs.php.net/viewcvs.cgi/qawe...9&diff_format=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.58 qaweb/include/release-qa.php:1.59
--- qaweb/include/release-qa.php:1.58 Thu Apr 20 23:11:19 2006
+++ qaweb/include/release-qa.php Sun May 21 17:52:34 2006
@@ -1,14 +1,13 @@
-<?php /* $Id: release-qa.php,v 1.58 2006/04/20 23:11:19 iliaa Exp $ */
+<?php /* $Id: release-qa.php,v 1.59 2006/05/21 17:52:34 derick Exp $ */

/*
* This file generates the "Providing QA for PHP x.x.x.." task item
* with list of urls to the packages.
*/

-$CURRENT_QA_RELEASE = "";
-$BUILD_TEST_RELEASES = array(/* '4.4.2RC2', */ '5.1.3RC3');
+$CURRENT_QA_RELEASE = "4.4.3RC1";
+$BUILD_TEST_RELEASES = array( '4.4.3RC1' /*, '5.1.3RC3'*/ );
$RELEASE_PROCESS = true;
-/*
$RC_FILES = array (
array (
'http://downloads.php.net/derick/',
@@ -19,11 +18,11 @@
"php-{$CURRENT_QA_RELEASE}.tar.gz",
),
array (
- 'http://downloads.php.net/ilia/',
+ 'http://downloads.php.net/derick/',
"php-{$CURRENT_QA_RELEASE}-Win32.zip",
),
);
-*/
+
/* PHP 5 Releases */
$CURRENT_QA_RELEASE_5 = '5.1.3RC2';
$RC_FILES_5 = array (
Sponsored Links







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

Copyright 2008 codecomments.com