Changeset 17153 for branches/comu-ver2/data
- Timestamp:
- 2008/03/13 21:05:00 (18 years ago)
- Location:
- branches/comu-ver2/data
- Files:
-
- 2 edited
-
class/SC_DbConn.php (modified) (1 diff)
-
mtb_constants_init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/SC_DbConn.php
r16931 r17153 45 45 // Debugモード指定 46 46 $options['debug'] = PEAR_DB_DEBUG; 47 // 持続的接続オプション 48 $options['persistent'] = PEAR_DB_PERSISTENT; 49 47 50 // 既に接続されていないか、新規接続要望の場合は接続する。 48 51 if(!isset($objDbConn->connection) || $new) { -
branches/comu-ver2/data/mtb_constants_init.php
r17137 r17153 74 74 /** PEAR::DBのデバッグモード */ 75 75 define('PEAR_DB_DEBUG', 9); 76 /** PEAR::DBの持続的接続オプション */ 77 define('PEAR_DB_PERSISTENT', false); 76 78 /** バッチを実行する最短の間隔(秒) */ 77 79 define('LOAD_BATCH_PASS', 3600);
Note: See TracChangeset
for help on using the changeset viewer.
