ssb             Sun Feb 18 08:23:03 2001 EDT

  Modified files:              
    /php4/pear/DB       common.php 
  Log:
  * added "persistent" option
  
Index: php4/pear/DB/common.php
diff -u php4/pear/DB/common.php:1.36 php4/pear/DB/common.php:1.37
--- php4/pear/DB/common.php:1.36        Thu Feb  1 12:16:53 2001
+++ php4/pear/DB/common.php     Sun Feb 18 08:23:03 2001
@@ -41,6 +41,7 @@
     var $last_query = '';
     var $fetchmode = DB_FETCHMODE_ORDERED;
     var $options = array(
+        'persistent' => false,       // persistent connection?
         'optimize' => 'performance', // 'performance' or 'portability'
     );
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to