File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- 11dac673bc41fe607ddae680f4ae10ea php-5.2.9RC3.tar.bz2
2
- fe946ebdea131c97ced75139c3302676 php-5.2.9RC3.tar.gz
3
1
ac16e56bf6a4b37ff35d9bc061063a97 php-5.3.0beta1.tar.bz2
4
2
71c6c06087cfa9c38567b050d00bcabf php-5.3.0beta1.tar.gz
Original file line number Diff line number Diff line change 5
5
* with list of urls to the packages.
6
6
*/
7
7
8
- $ BUILD_TEST_RELEASES = array ('5.3.0beta1 ' , ' 5.2.9RC3 ' );
8
+ $ BUILD_TEST_RELEASES = array ('5.3.0beta1 ' );
9
9
$ DEV_RELEASES = array ();
10
10
11
11
foreach ($ BUILD_TEST_RELEASES as $ release ) {
15
15
$ DEV_RELEASES [] = $ release . "-dev " ;
16
16
}
17
17
18
- $ RELEASE_PROCESS = array (52 => true , 53 => true );
18
+ $ RELEASE_PROCESS = array (52 => false , 53 => true );
19
19
20
- $ CURRENT_QA_RELEASE_52 = '5.2.9RC3 ' ;
20
+ $ CURRENT_QA_RELEASE_52 = false ; // '5.2.9RC3';
21
21
$ RC_FILES_52 = array (
22
22
array (
23
23
'http://downloads.php.net/ilia/ ' ,
You can’t perform that action at this time.
0 commit comments