mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
9c12b0dc20
commit
4c9b8af61e
1 changed files with 23 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue