cvs: pear /MDB2 MDB2.php
[email protected] ("Lorenzo Alberton")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsquipo1209806771@cvsserver> |
quipo Sat May 3 09:26:11 2008 UTC
Modified files:
/pear/MDB2 MDB2.php
Log:
added 'multy_query' option description
http://cvs.php.net/viewvc.cgi/pear/MDB2/MDB2.php?r1=1.321&r2=1.322&diff_format=u
Index: pear/MDB2/MDB2.php
diff -u pear/MDB2/MDB2.php:1.321 pear/MDB2/MDB2.php:1.322
--- pear/MDB2/MDB2.php:1.321 Sat Apr 5 15:39:22 2008
+++ pear/MDB2/MDB2.php Sat May 3 09:26:11 2008
@@ -43,7 +43,7 @@
// | Author: Lukas Smith <[email protected]> |
// +----------------------------------------------------------------------+
//
-// $Id: MDB2.php,v 1.321 2008/04/05 15:39:22 quipo Exp $
+// $Id: MDB2.php,v 1.322 2008/05/03 09:26:11 quipo Exp $
//
/**
@@ -1145,7 +1145,8 @@
* <li>$options['emulate_prepared'] -> boolean: force prepared statements to be emulated</li>
* <li>$options['datatype_map'] -> array: map user defined datatypes to other primitive datatypes</li>
* <li>$options['datatype_map_callback'] -> array: callback function/method that should be called</li>
- * <li>$options['bindname_format'] -> string: regular expression pattern for named parameters
+ * <li>$options['bindname_format'] -> string: regular expression pattern for named parameters</li>
+ * <li>$options['multi_query'] -> boolean: determines if queries returning multiple result sets should be executed</li>
* <li>$options['max_identifiers_length'] -> integer: max identifier length</li>
* </ul>
*
@@ -4321,4 +4322,4 @@
}
// }}}
-?>
+?>
\ No newline at end of file