mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
e2959e6326
commit
299bcac805
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue