| Ilia Alshanetsky 2006-01-12, 6:57 pm |
| iliaa Thu Jan 12 15:26:47 2006 UTC
Modified files:
/qaweb/include release-qa.php
Log:
5.1.2 released
http://cvs.php.net/viewcvs.cgi/qawe...5&diff_format=u
Index: qaweb/include/release-qa.php
diff -u qaweb/include/release-qa.php:1.54 qaweb/include/release-qa.php:1.55
--- qaweb/include/release-qa.php:1.54 Thu Jan 5 22:23:44 2006
+++ qaweb/include/release-qa.php Thu Jan 12 15:26:47 2006
@@ -1,4 +1,4 @@
-<?php /* $Id: release-qa.php,v 1.54 2006/01/05 22:23:44 iliaa Exp $ */
+<?php /* $Id: release-qa.php,v 1.55 2006/01/12 15:26:47 iliaa Exp $ */
/*
* This file generates the "Providing QA for PHP x.x.x.." task item
@@ -6,7 +6,7 @@
*/
$CURRENT_QA_RELEASE = "4.4.2RC2";
-$BUILD_TEST_RELEASES = array('4.4.2RC2', '5.1.1dev');
+$BUILD_TEST_RELEASES = array('4.4.2RC2'/*, '5.1.1dev' */);
$RELEASE_PROCESS = true;
$RC_FILES = array (
@@ -24,7 +24,7 @@
),*/
);
-/* PHP 5 Releases */
+/* PHP 5 Releases
$CURRENT_QA_RELEASE_5 = '5.1.2RC2';
$RC_FILES_5 = array (
array (
@@ -35,7 +35,6 @@
'http://downloads.php.net/ilia/',
"php-{$CURRENT_QA_RELEASE_5}.tar.gz",
),
- /*
array (
'http://downloads.php.net/ilia/',
"php-{$CURRENT_QA_RELEASE_5}-Win32.zip",
@@ -43,8 +42,9 @@
array (
'http://downloads.php.net/ilia/',
"pecl-{$CURRENT_QA_RELEASE_5}-Win32.zip",
- ),*/
+ ),
);
+*/
/* Snapshot urls and files */
$SNAPSHOTS = array (
|