New INI option as of 5.3

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266034 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-09-09 14:32:03 +00:00
parent 9c12b0dc20
commit 4c9b8af61e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<section xml:id="odbc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@ -70,6 +70,12 @@
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>odbc.default_cursortype</entry>
<entry>"3"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available as of PHP5.3.0</entry>
</row>
</tbody>
</tgroup>
</table>
@ -202,6 +208,22 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.uodbc.defaultcursortype">
<term>
<parameter>odbc.default_cursortype</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Controles the ODBC cursormodel.
Possible values are <constant>SQL_CURSOR_FORWARD_ONLY</constant>,
<constant>SQL_CURSOR_KEYSET_DRIVEN</constant>,
<constant>SQL_CURSOR_DYNAMIC</constant> and
<constant>SQL_CURSOR_STATIC</constant>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>