Author: mcbrown
Date: 2008-11-10 18:40:47 +0100 (Mon, 10 Nov 2008)
New Revision: 12381
Log:
PHP auto-update
Modified:
trunk/refman-common/apis-php-mysql.xml
trunk/refman-common/apis-php-mysqli.xml
Modified: trunk/refman-common/apis-php-mysql.xml
===================================================================
--- trunk/refman-common/apis-php-mysql.xml 2008-11-10 17:17:27 UTC (rev 12380)
+++ trunk/refman-common/apis-php-mysql.xml 2008-11-10 17:40:47 UTC (rev 12381)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 1058 bytes
@@ -339,7 +339,7 @@
For further details and definitions of the PHP_INI_* constants,
see the
- <ulink url="http://www.php.net/manual/en/ini.php"></ulink>.
+ <ulink url="http://www.php.net/manual/en/ini.php">ini</ulink>.
</para>
<para>
@@ -1812,7 +1812,7 @@
"127.0.0.1" instead of "localhost". If the
MySQL client library tries to connect to the wrong local
socket, you should set the correct path as
- <ulink url="http://www.php.net/manual/en/ini.mysql.default-host.php"></ulink>
+ <ulink url="http://www.php.net/manual/en/ini.mysql.default-host.php">ini.mysql.default-host</ulink>
in your PHP configuration and leave the server field blank.
</para>
</note>
Modified: trunk/refman-common/apis-php-mysqli.xml
===================================================================
--- trunk/refman-common/apis-php-mysqli.xml 2008-11-10 17:17:27 UTC (rev 12380)
+++ trunk/refman-common/apis-php-mysqli.xml 2008-11-10 17:40:47 UTC (rev 12381)
Changed blocks: 13, Lines Added: 39, Lines Deleted: 42; 14531 bytes
@@ -17,7 +17,7 @@
<para>
An overview of software available for using MySQL from PHP can be
- found at <xref linkend="mysqli.overview"/>
+ found at <xref linkend="apis-php-mysqli.overview"/>
</para>
<para>
@@ -126,11 +126,12 @@
</para>
<para>
- By way of an example, the <link linkend="mysqli.overview.pdo">PHP
- Data Objects (PDO)</link> database abstraction layer may use one
- of several database-specific drivers. One of the drivers it has
- available is the PDO MYSQL driver, which allows it to interface
- with the MySQL server.
+ By way of an example, the
+ <link linkend="apis-php-mysqli.overview.pdo">PHP Data Objects
+ (PDO)</link> database abstraction layer may use one of several
+ database-specific drivers. One of the drivers it has available is
+ the PDO MYSQL driver, which allows it to interface with the MySQL
+ server.
</para>
<para>
@@ -239,7 +240,7 @@
<para>
For further information on the <literal>mysql</literal> extension,
- see <xref linkend="book.mysql"/>.
+ see <xref linkend="apis-php-mysql"/>.
</para>
<para>
@@ -321,7 +322,7 @@
<para>
For further information on the <literal>mysqli</literal>
- extension, see <xref linkend="book.mysqli"/>.
+ extension, see <xref linkend="apis-php-mysqli"/>.
</para>
<para id="apis-php-mysqli.overview.pdo">
@@ -358,7 +359,7 @@
<para>
For further information on PDO, see the
- <xref linkend="book.pdo"/>.
+ <xref linkend="apis-php-pdo-mysql"/>.
</para>
<para>
@@ -389,7 +390,7 @@
<para>
For further information on the PDO MYSQL driver, see
- <xref linkend="ref.pdo-mysql"/>.
+ <xref linkend="apis-php-pdo-mysql"/>.
</para>
<para>
@@ -454,10 +455,6 @@
<colspec colwidth="25*"/>
<colspec colwidth="25*"/>
<colspec colwidth="25*"/>
- <col align="" />
- <col align="" />
- <col align="" />
- <col align="" />
<thead>
<row>
<entry/>
@@ -1632,13 +1629,13 @@
<entry><emphasis>Properties</emphasis></entry>
</row>
<row>
- <entry><link linkend="mysqli.affected-rows">$mysqli->affected_rows</link></entry>
+ <entry><link linkend="apis-php-mysqli.affected-rows">$mysqli->affected_rows</link></entry>
<entry><function>mysqli_affected_rows</function></entry>
<entry>N/A</entry>
<entry>Gets the number of affected rows in a previous MySQL operation</entry>
</row>
<row>
- <entry><link linkend="mysqli.connect-errno">$mysqli->connect_errno</link></entry>
+ <entry><link linkend="apis-php-mysqli.connect-errno">$mysqli->connect_errno</link></entry>
<entry><function>mysqli_connect_errno</function></entry>
<entry>N/A</entry>
<entry>Returns the error code from last connect call</entry>
@@ -1650,67 +1647,67 @@
<entry>Returns a string description of the last connect error</entry>
</row>
<row>
- <entry><link linkend="mysqli.errno">$mysqli->errno</link></entry>
+ <entry><link linkend="apis-php-mysqli.errno">$mysqli->errno</link></entry>
<entry><link linkend="apis-php-mysqli.errno"><function>mysqli_errno</function></link></entry>
<entry>N/A</entry>
<entry>Returns the error code for the most recent function call</entry>
</row>
<row>
- <entry><link linkend="mysqli.error">$mysqli->error</link></entry>
+ <entry><link linkend="apis-php-mysqli.error">$mysqli->error</link></entry>
<entry><link linkend="apis-php-mysqli.error"><function>mysqli_error</function></link></entry>
<entry>N/A</entry>
<entry>Returns a string description of the last error</entry>
</row>
<row>
- <entry><link linkend="mysqli.field-count">$mysqli->field_count</link></entry>
+ <entry><link linkend="apis-php-mysqli.field-count">$mysqli->field_count</link></entry>
<entry><function>mysqli_field_count</function></entry>
<entry>N/A</entry>
<entry>Returns the number of columns for the most recent query</entry>
</row>
<row>
- <entry><link linkend="mysqli.get-host-info">$mysqli->host_info</link></entry>
+ <entry><link linkend="apis-php-mysqli.get-host-info">$mysqli->host_info</link></entry>
<entry><function>mysqli_get_host_info</function></entry>
<entry>N/A</entry>
<entry>Returns a string representing the type of connection used</entry>
</row>
<row>
- <entry><link linkend="mysqli.get-proto-info">$mysqli->protocol_version</link></entry>
+ <entry><link linkend="apis-php-mysqli.get-proto-info">$mysqli->protocol_version</link></entry>
<entry><function>mysqli_get_proto_info</function></entry>
<entry>N/A</entry>
<entry>Returns the version of the MySQL protocol used</entry>
</row>
<row>
- <entry><link linkend="mysqli.get-server-info">$mysqli->server_info</link></entry>
+ <entry><link linkend="apis-php-mysqli.get-server-info">$mysqli->server_info</link></entry>
<entry><function>mysqli_get_server_info</function></entry>
<entry>N/A</entry>
<entry>Returns the version of the MySQL server</entry>
</row>
<row>
- <entry><link linkend="mysqli.get-server-version">$mysqli->server_version</link></entry>
+ <entry><link linkend="apis-php-mysqli.get-server-version">$mysqli->server_version</link></entry>
<entry><function>mysqli_get_server_version</function></entry>
<entry>N/A</entry>
<entry>Returns the version of the MySQL server as an integer</entry>
</row>
<row>
- <entry><link linkend="mysqli.info">$mysqli->info</link></entry>
+ <entry><link linkend="apis-php-mysqli.info">$mysqli->info</link></entry>
<entry><link linkend="apis-php-mysqli.info"><function>mysqli_info</function></link></entry>
<entry>N/A</entry>
<entry>Retrieves information about the most recently executed query</entry>
</row>
<row>
- <entry><link linkend="mysqli.insert-id">$mysqli->insert_id</link></entry>
+ <entry><link linkend="apis-php-mysqli.insert-id">$mysqli->insert_id</link></entry>
<entry><function>mysqli_insert_id</function></entry>
<entry>N/A</entry>
<entry>Returns the auto generated id used in the last query</entry>
</row>
<row>
- <entry><link linkend="mysqli.sqlstate">$mysqli->sqlstate</link></entry>
+ <entry><link linkend="apis-php-mysqli.sqlstate">$mysqli->sqlstate</link></entry>
<entry><link linkend="apis-php-mysqli.sqlstate"><function>mysqli_sqlstate</function></link></entry>
<entry>N/A</entry>
<entry>Returns the SQLSTATE error from previous MySQL operation</entry>
</row>
<row>
- <entry><link linkend="mysqli.warning-count">$mysqli->warning_count</link></entry>
+ <entry><link linkend="apis-php-mysqli.warning-count">$mysqli->warning_count</link></entry>
<entry><function>mysqli_warning_count</function></entry>
<entry>N/A</entry>
<entry>Returns the number of warnings from the last query for the given link</entry>
@@ -1731,7 +1728,7 @@
<entry>Changes the user of the specified database connection</entry>
</row>
<row>
- <entry><methodname>mysqli->character_set_name</methodname>,<link linkend="mysqli.character-set-name">
+ <entry><methodname>mysqli->character_set_name</methodname>,<link linkend="apis-php-mysqli.character-set-name">
mysqli->client_encoding</link></entry>
<entry><function>mysqli_character_set_name</function></entry>
<entry><function>mysqli_client_encoding</function></entry>
@@ -1980,50 +1977,50 @@
<entry><emphasis>Properties</emphasis></entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.affected-rows">$mysqli_stmt->affected_rows</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.affected-rows">$mysqli_stmt->affected_rows</link></entry>
<entry><function>mysqli_stmt_affected_rows</function></entry>
<entry>N/A</entry>
<entry>Returns the total number of rows changed, deleted, or inserted by the
last executed statement</entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.errno">$mysqli_stmt->errno</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.errno">$mysqli_stmt->errno</link></entry>
<entry><function>mysqli_stmt_errno</function></entry>
<entry>N/A</entry>
<entry>Returns the error code for the most recent statement call</entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.error">$mysqli_stmt->error</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.error">$mysqli_stmt->error</link></entry>
<entry><function>mysqli_stmt_error</function></entry>
<entry>N/A</entry>
<entry>Returns a string description for last statement error</entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.field-count">$mysqli_stmt->field_count</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.field-count">$mysqli_stmt->field_count</link></entry>
<entry><function>mysqli_stmt_field_count</function></entry>
<entry>N/A</entry>
<entry>Returns the number of field in the given statement - not documented</entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.insert-id">$mysqli_stmt->insert_id</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.insert-id">$mysqli_stmt->insert_id</link></entry>
<entry><function>mysqli_stmt_insert_id</function></entry>
<entry>N/A</entry>
<entry>Get the ID generated from the previous INSERT operation</entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.num-rows">$mysqli_stmt->num_rows</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.num-rows">$mysqli_stmt->num_rows</link></entry>
<entry><function>mysqli_stmt_num_rows</function></entry>
<entry>N/A</entry>
<entry>Return the number of rows in statements result set</entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.param-count">$mysqli_stmt->param_count</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.param-count">$mysqli_stmt->param_count</link></entry>
<entry><function>mysqli_stmt_param_count</function></entry>
<entry><function>mysqli_param_count</function></entry>
<entry>Returns the number of parameter for the given statement</entry>
</row>
<row>
- <entry><link linkend="mysqli-stmt.sqlstate">$mysqli_stmt->sqlstate</link></entry>
+ <entry><link linkend="apis-php-mysqli-stmt.sqlstate">$mysqli_stmt->sqlstate</link></entry>
<entry><function>mysqli_stmt_sqlstate</function></entry>
<entry>N/A</entry>
<entry>Returns SQLSTATE error from previous statement operation</entry>
@@ -2171,25 +2168,25 @@
<entry><emphasis>Properties</emphasis></entry>
</row>
<row>
- <entry><link linkend="mysqli-result.current-field">$mysqli_result->current_field</link></entry>
+ <entry><link linkend="apis-php-mysqli-result.current-field">$mysqli_result->current_field</link></entry>
<entry><function>mysqli_field_tell</function></entry>
<entry>N/A</entry>
<entry>Get current field offset of a result pointer</entry>
</row>
<row>
- <entry><link linkend="mysqli-result.field-count">$mysqli_result->field_count</link></entry>
+ <entry><link linkend="apis-php-mysqli-result.field-count">$mysqli_result->field_count</link></entry>
<entry><function>mysqli_num_fields</function></entry>
<entry>N/A</entry>
<entry>Get the number of fields in a result</entry>
</row>
<row>
- <entry><link linkend="mysqli-result.lengths">$mysqli_result->lengths</link></entry>
+ <entry><link linkend="apis-php-mysqli-result.lengths">$mysqli_result->lengths</link></entry>
<entry><function>mysqli_fetch_lengths</function></entry>
<entry>N/A</entry>
<entry>Returns the lengths of the columns of the current row in the result set</entry>
</row>
<row>
- <entry><link linkend="mysqli-result.num-rows">$mysqli_result->num_rows</link></entry>
+ <entry><link linkend="apis-php-mysqli-result.num-rows">$mysqli_result->num_rows</link></entry>
<entry><function>mysqli_num_rows</function></entry>
<entry>N/A</entry>
<entry>Gets the number of rows in a result</entry>
@@ -2259,8 +2256,8 @@
</row>
<row>
<entry><methodname>mysqli_result->free</methodname>,
- <link linkend="mysqli-result.free">mysqli_result->close</link>,
- <link linkend="mysqli-result.free">mysqli_result->free_result</link></entry>
+ <link linkend="apis-php-mysqli-result.free">mysqli_result->close</link>,
+ <link linkend="apis-php-mysqli-result.free">mysqli_result->free_result</link></entry>
<entry><function>mysqli_free_result</function></entry>
<entry>N/A</entry>
<entry>Frees the memory associated with a result</entry>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12381 - trunk/refman-common | martin.brown | 10 Nov |