[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc /en/reference/uodbc ini.xml
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2008-09-09 14:32:04
Message-ID: cvsbjori1220970724 () cvsserver
[Download RAW message or body]

bjori		Tue Sep  9 14:32:04 2008 UTC

  Modified files:              
    /phpdoc/en/reference/uodbc	ini.xml 
  Log:
  New INI option as of 5.3
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/uodbc/ini.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/uodbc/ini.xml
diff -u phpdoc/en/reference/uodbc/ini.xml:1.8 phpdoc/en/reference/uodbc/ini.xml:1.9
--- phpdoc/en/reference/uodbc/ini.xml:1.8	Fri Jan  4 10:19:02 2008
+++ phpdoc/en/reference/uodbc/ini.xml	Tue Sep  9 14:32:03 2008
@@ -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>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic