mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205245 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fd1062efcf
commit
bb34ddedb3
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue