mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e0e25b849b
commit
1f8a9585f1
2 changed files with 12 additions and 11 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue