Ignore:
Timestamp:
2008/04/04 15:10:25 (18 years ago)
Author:
satou
Message:

set PEAR_DB_PERSISTENT by shutta (merge r17153)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/SC_DbConn.php

    r16931 r17205  
    4545        // Debugモード指定 
    4646        $options['debug'] = PEAR_DB_DEBUG; 
     47        // 持続的接続オプション 
     48        $options['persistent'] = PEAR_DB_PERSISTENT; 
     49 
    4750        // 既に接続されていないか、新規接続要望の場合は接続する。 
    4851        if(!isset($objDbConn->connection) || $new) { 
Note: See TracChangeset for help on using the changeset viewer.