bit too much c & p :-)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95607 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-09-12 19:25:27 +00:00
parent e0e25b849b
commit 1f8a9585f1
2 changed files with 12 additions and 11 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="mysql.configuration">
&reftitle.runtime;
&extension.runtime;
@ -188,7 +188,7 @@
<listitem>
<para>
Connect timeout in seconds. On Linux this timeout is also used for
waiting for the first answer from the server.
waiting for the first answer from the server.
</para>
</listitem>
</varlistentry>
@ -196,14 +196,6 @@
</variablelist>
</para>
</section>
<section id="mysql.resources">
&reftitle.resources;
<para>
There are two resource types used in the MySQL module. The first one
is the link identifier for a database connection, the second a resource
which holds the result of a query.
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<reference id="ref.mysql">
<title>MySQL Functions</title>
<titleabbrev>MySQL</titleabbrev>
@ -53,6 +53,15 @@
&reference.mysql.ini;
<section id="mysql.resources">
&reftitle.resources;
<para>
There are two resource types used in the MySQL module. The first one
is the link identifier for a database connection, the second a resource
which holds the result of a query.
</para>
</section>
&reference.mysql.constants;