Changeset 21696 for branches/version-2_12-dev/html/install/index.php
- Timestamp:
- 2012/03/30 03:54:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/install/index.php
r21666 r21696 1073 1073 'password' => $arrRet['db_password'], 1074 1074 'database' => $arrRet['db_name'], 1075 'port' => $arrRet['db_port'], 1075 1076 ); 1076 1077 1077 1078 // 文字列形式の DSN との互換処理 1078 if ( $arrRet['db_server'] !== '+') {1079 if (strlen($arrRet['db_server']) >= 1 && $arrRet['db_server'] !== '+') { 1079 1080 $arrDsn['hostspec'] = $arrRet['db_server']; 1080 $arrDsn['port'] = $arrRet['db_port'];1081 1081 } 1082 1082
Note: See TracChangeset
for help on using the changeset viewer.