Changeset 6171 for temp/trunk
- Timestamp:
- 2006/10/12 22:17:04 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6162 r6171 2453 2453 // ¥Ç¥£¥ì¥¯¥È¥ê¤¬¤Ê¤±¤ì¤ÐºîÀ®¤¹¤ë 2454 2454 if(!file_exists($des)) { 2455 mkdir($des, $mod[2]); 2455 if(!mkdir($des, $mod[2])) { 2456 print($des); 2457 } 2456 2458 } 2457 2459 -
temp/trunk/html/install/index.php
r6170 r6171 521 521 // Àܳ³Îǧ 522 522 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 523 524 print($dsn);525 526 523 // Debug¥â¡¼¥É»ØÄê 527 524 $options['debug'] = 9; 528 525 $objDB = DB::connect($dsn, $options); 526 527 sfPrintR($objDB); 528 529 529 // Àܳ¥¨¥é¡¼ 530 530 if(PEAR::isError($objDB)) {
Note: See TracChangeset
for help on using the changeset viewer.
