From ab8413819719c5d5632044c7563aa20ab6594720 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 10 Aug 2005 08:36:30 +0000 Subject: [PATCH] ini options git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192926 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/ini.xml | 90 +++++++++++++++++++++++++++++++++++++ reference/pdo/reference.xml | 5 ++- 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 reference/pdo/ini.xml diff --git a/reference/pdo/ini.xml b/reference/pdo/ini.xml new file mode 100644 index 0000000000..f4c8fae629 --- /dev/null +++ b/reference/pdo/ini.xml @@ -0,0 +1,90 @@ + + +
+ &reftitle.runtime; + &extension.runtime; + + + PDO Configuration Options + + + + Name + Default + Changeable + Changelog + + + + + pdo.dsn.* + + &php.ini; only + + + + pdo_odbc.connection_pooling + "strict" + PHP_INI_ALL + + + + +
+ &ini.php.constants; +
+ +&ini.descriptions.title; + + + + + + pdo.dsn.* + string + + + + Defines DSN alias. See for + thorough explanation. + + + + + + + pdo_odbc.connection_pooling + string + + + + Whether to pool ODBC connections. Can be one of "strict", "relaxed" or + "off" (equals to ""). + + + + + + +
+ + diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index f72e7b60ab..dd74977c28 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + PDO Functions @@ -159,6 +159,9 @@ bash# echo extension=pdo.so >> /usr/local/php5/lib/php.ini + + &reference.pdo.ini; +
PDO Drivers