From 4c9b8af61ea2fb11f255e9b0d1d060c1d75630fe Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 9 Sep 2008 14:32:03 +0000 Subject: [PATCH] New INI option as of 5.3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266034 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/ini.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/reference/uodbc/ini.xml b/reference/uodbc/ini.xml index bb461ac9ca..436b31bf76 100644 --- a/reference/uodbc/ini.xml +++ b/reference/uodbc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -70,6 +70,12 @@ PHP_INI_ALL + + odbc.default_cursortype + "3" + PHP_INI_ALL + Available as of PHP5.3.0 + @@ -202,6 +208,22 @@ + + + + odbc.default_cursortype + integer + + + + Controles the ODBC cursormodel. + Possible values are SQL_CURSOR_FORWARD_ONLY, + SQL_CURSOR_KEYSET_DRIVEN, + SQL_CURSOR_DYNAMIC and + SQL_CURSOR_STATIC. + + +