projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4615f80
)
Add selection of version 3.6 in pgpoolAdmin install.
author
pengbo
<
[email protected]
>
Mon, 3 Apr 2017 03:29:38 +0000
(12:29 +0900)
committer
pengbo
<
[email protected]
>
Mon, 3 Apr 2017 03:29:38 +0000
(12:29 +0900)
Per bug297.
install/checkParameter.php
patch
|
blob
|
blame
|
history
diff --git
a/install/checkParameter.php
b/install/checkParameter.php
index fe16fd3600c491210bf7eb738d66b584a054dd70..c546bfa628fa96a82bc06e229949ec7c125faaf6 100644
(file)
--- a/
install/checkParameter.php
+++ b/
install/checkParameter.php
@@
-466,7
+466,7
@@
else {
function versions()
{
- return array('3.5', '3.4', '3.3', '3.2', '3.1', '3.0',
+ return array('3.
6', '3.
5', '3.4', '3.3', '3.2', '3.1', '3.0',
'2.3', '2.2', '2.1', '2.0');
}