For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > June 2004 > cvs: phpdoc /en/reference/mysqli constants.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/mysqli constants.xml
Georg Richter

2004-06-29, 3:56 am

georg Tue Jun 29 01:49:03 2004 EDT

Modified files:
/phpdoc/en/reference/mysqli constants.xml
Log:
fixed description of constants for CHAR/VARCHAR (bug #28912)


http://cvs.php.net/diff.php/phpdoc/...1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.6 phpdoc/en/reference/mysqli/constants.xml:1.7
--- phpdoc/en/reference/mysqli/constants.xml:1.6 Thu Apr 15 11:34:02 2004
+++ phpdoc/en/reference/mysqli/constants.xml Tue Jun 29 01:49:02 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id='mysqli.constants'>
&reftitle.constants;

@@ -405,14 +405,14 @@
</row>
<row>
<entry>
- <constant id='constantmysqli-type-string'>MYSQLI_TYPE_STRING</constant>
+ <constant id='constantmysqli-type-string'>MYSQLI_TYPE_VAR_STRING</constant>
(<link linkend='language.types.integer'>integer</link> )
</entry>
<entry>Field is defined as <literal>VARCHAR</literal></entry>
</row>
<row>
<entry>
- <constant id='constantmysqli-type-char'>MYSQLI_TYPE_CHAR</constant>
+ <constant id='constantmysqli-type-char'>MYSQLI_TYPE_STRING</constant>
(<link linkend='language.types.integer'>integer</link> )
</entry>
<entry>Field is defined as <literal>CHAR</literal></entry>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com