Fixed typo spotted by Mikko

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282953 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-06-28 17:46:23 +00:00
parent e2959e6326
commit 299bcac805

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<section xml:id="odbc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@ -74,7 +74,7 @@
<entry>odbc.default_cursortype</entry>
<entry>"3"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available as of PHP5.3.0</entry>
<entry>Available as of PHP 5.3.0</entry>
</row>
</tbody>
</tgroup>
@ -216,7 +216,7 @@
</term>
<listitem>
<para>
Controles the ODBC cursormodel.
Controls the ODBC cursormodel.
Possible values are <constant>SQL_CURSOR_FORWARD_ONLY</constant>,
<constant>SQL_CURSOR_KEYSET_DRIVEN</constant>,
<constant>SQL_CURSOR_DYNAMIC</constant> and