fix build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205245 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Antony Dovgal 2006-01-14 14:32:13 +00:00
parent fd1062efcf
commit bb34ddedb3

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@ -265,14 +265,14 @@
</row>
<row>
<entry>
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_NEWDECIMAL</constant>
<constant id='constantmysqli-type-newdecimal'>MYSQLI_TYPE_NEWDECIMAL</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>Precision math <literal>DECIMAL</literal> or <literal>NUMERIC</literal> field (MySQL 5.0.3 and up)</entry>
</row>
<row>
<entry>
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_BIT</constant>
<constant id='constantmysqli-type-bit'>MYSQLI_TYPE_BIT</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>Field is defined as <literal>BIT</literal> (MySQL 5.0.3 and up)</entry>