Author: mysqldoc
Date: 2011-04-07 13:14:53 +0200 (Thu, 07 Apr 2011)
New Revision: 25776
Log:
PHP auto-update
Modified:
trunk/refman-common/apis-php-mysql.xml
trunk/refman-common/apis-php-mysqli.xml
trunk/refman-common/apis-php-pdo-mysql.xml
Modified: trunk/refman-common/apis-php-mysql.xml
===================================================================
--- trunk/refman-common/apis-php-mysql.xml 2011-04-07 08:19:29 UTC (rev 25775)
+++ trunk/refman-common/apis-php-mysql.xml 2011-04-07 11:14:53 UTC (rev 25776)
Changed blocks: 23, Lines Added: 23, Lines Deleted: 23; 4093 bytes
@@ -917,7 +917,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Records deleted: 10
@@ -956,7 +956,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Updated Records: 10
@@ -1129,7 +1129,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
The current character set is: latin1
@@ -1288,7 +1288,7 @@
The above example will output:
</para>
- <screen>
+<screen>
<![CDATA[
Connected successfully
@@ -1858,7 +1858,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Database my_db created successfully
@@ -2853,7 +2853,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
1049: Unknown database 'nonexistentdb'
@@ -3007,7 +3007,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
1049: Unknown database 'nonexistentdb'
@@ -3183,7 +3183,7 @@
The above example will output:
</para>
- <screen>
+<screen>
<![CDATA[
Escaped string: Zak\'s Laptop
@@ -4100,7 +4100,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Array
@@ -4713,7 +4713,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
not_null primary_key auto_increment
@@ -5059,7 +5059,7 @@
The above example will output:
</para>
- <screen>
+<screen>
<![CDATA[
user_id
@@ -5528,7 +5528,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Your 'func' table has 4 fields and 1 record(s)
@@ -5804,7 +5804,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
MySQL client info: 3.23.39
@@ -5950,7 +5950,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
MySQL host info: Localhost via UNIX socket
@@ -6094,7 +6094,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
MySQL protocol version: 10
@@ -6238,7 +6238,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
MySQL server version: 4.0.1-alpha
@@ -6727,7 +6727,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
database1
@@ -6933,7 +6933,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Array
@@ -7104,7 +7104,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
1 localhost test Processlist 0
@@ -8519,7 +8519,7 @@
The query sent to MySQL:
</para>
- <screen>
+<screen>
<![CDATA[
SELECT * FROM users WHERE user='aidan' AND password='' OR ''=''
@@ -9238,7 +9238,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Array
@@ -9282,7 +9282,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
back_log = 50
@@ -9605,7 +9605,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
current thread id is 73
Modified: trunk/refman-common/apis-php-mysqli.xml
===================================================================
--- trunk/refman-common/apis-php-mysqli.xml 2011-04-07 08:19:29 UTC (rev 25775)
+++ trunk/refman-common/apis-php-mysqli.xml 2011-04-07 11:14:53 UTC (rev 25776)
Changed blocks: 62, Lines Added: 62, Lines Deleted: 62; 9310 bytes
@@ -3591,7 +3591,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Affected rows (INSERT): 984
@@ -3826,7 +3826,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Autocommit is 1
@@ -4144,7 +4144,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Default database: world
@@ -4328,7 +4328,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Current character set is latin1_swedish_ci
@@ -5041,7 +5041,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Connect Error: 1045
@@ -5197,7 +5197,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Connect Error: Access denied for user 'fake_user'@'localhost' (using password: YES)
@@ -5596,7 +5596,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Success... MySQL host info: localhost via TCP/IP
@@ -6124,7 +6124,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Errorcode: 1193
@@ -6316,7 +6316,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Errormessage: Unknown system variable 'a'
@@ -6749,7 +6749,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
object(stdClass)#2 (7) {
@@ -6982,7 +6982,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Array
@@ -7365,7 +7365,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Array
@@ -7667,7 +7667,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Host info: Localhost via UNIX socket
@@ -7846,7 +7846,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Protocol version: 10
@@ -8024,7 +8024,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Server version: 4.1.2-alpha-debug
@@ -8217,7 +8217,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Server version: 40102
@@ -8518,7 +8518,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Records: 150 Duplicates: 0 Warnings: 0
@@ -8849,7 +8849,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
New Record has id 1.
@@ -9049,7 +9049,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Error: MySQL server has gone away
@@ -9432,7 +9432,7 @@
The above examples will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
my_user@localhost
@@ -10026,7 +10026,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Our connection is ok!
@@ -10253,7 +10253,7 @@
The above example will output:
</para>
- <screen>
+<screen>
<![CDATA[
Array
@@ -10549,7 +10549,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Amersfoort is in district Utrecht
@@ -10944,7 +10944,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Table myCity successfully created.
@@ -11439,7 +11439,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Success... MySQL host info: localhost via TCP/IP
@@ -11710,7 +11710,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Error: 42000
@@ -12221,7 +12221,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
0 rows in table myCity.
@@ -12463,7 +12463,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Default database is test.
@@ -12696,7 +12696,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Current character set: utf8
@@ -13117,7 +13117,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Input:
@@ -13317,7 +13317,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Error - SQLSTATE 42S01.
@@ -13727,7 +13727,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
System status: Uptime: 272 Threads: 1 Questions: 5340 Slow queries: 0
@@ -14229,7 +14229,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Error: MySQL server has gone away
@@ -14502,7 +14502,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
my_user@localhost
@@ -14724,7 +14724,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Warning (1264): Data truncated for column 'Name' at row 1
@@ -15184,7 +15184,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
rows inserted: 17
@@ -15801,7 +15801,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
1 Row inserted.
@@ -16080,7 +16080,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
AFG Afghanistan
@@ -16467,7 +16467,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
City: Benin City Countrycode: NGA
@@ -16684,7 +16684,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Error: 1146.
@@ -16897,7 +16897,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Error: Table 'world.myCountry' doesn't exist.
@@ -17170,7 +17170,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Stuttgart (DEU,Baden-Wuerttemberg)
@@ -17419,7 +17419,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Rockford (USA)
@@ -17933,7 +17933,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Number of rows: 20.
@@ -18127,7 +18127,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Statement has 2 markers.
@@ -18454,7 +18454,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Amersfoort is in district Utrecht
@@ -19256,7 +19256,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Error: 42S02.
@@ -19485,7 +19485,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Number of rows: 20.
@@ -19841,7 +19841,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Column 1:
@@ -20101,7 +20101,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
City: Benin City Countrycode: NGA
@@ -20585,7 +20585,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Kabul (AFG)
@@ -20824,7 +20824,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Pueblo (USA)
@@ -21130,7 +21130,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Name: SurfaceArea
@@ -21404,7 +21404,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Name: Name
@@ -21694,7 +21694,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Name: Name
@@ -21995,7 +21995,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Pueblo (USA)
@@ -22224,7 +22224,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Pueblo (USA)
@@ -22434,7 +22434,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Result set has 5 fields.
@@ -22671,7 +22671,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Name: SurfaceArea
@@ -23024,7 +23024,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Field 1 has Length 3
@@ -23229,7 +23229,7 @@
The above examples will output:
</para>
- <screen>
+<screen>
<![CDATA[
Result set has 239 rows.
@@ -24428,7 +24428,7 @@
The above example will output something similar to:
</para>
- <screen>
+<screen>
<![CDATA[
Array
Modified: trunk/refman-common/apis-php-pdo-mysql.xml
===================================================================
--- trunk/refman-common/apis-php-pdo-mysql.xml 2011-04-07 08:19:29 UTC (rev 25775)
+++ trunk/refman-common/apis-php-pdo-mysql.xml 2011-04-07 11:14:53 UTC (rev 25776)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 424 bytes
@@ -55,7 +55,7 @@
</para>
<para>
- <screen>
+<screen>
<![CDATA[
$ ./configure --with-pdo-mysql --with-mysql-sock=/var/mysql/mysql.sock
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25776 - trunk/refman-common | mysqldoc | 7 Apr |