cortesi Mon Mar 4 06:44:19 2002 EDT
Modified files:
/phpdoc/en/functions pgsql.xml
Log:
adding some <filename> tags
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.69 phpdoc/en/functions/pgsql.xml:1.70
--- phpdoc/en/functions/pgsql.xml:1.69 Fri Feb 8 17:38:44 2002
+++ phpdoc/en/functions/pgsql.xml Mon Mar 4 06:44:19 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@@ -80,9 +80,9 @@
"--with-pgsql[=DIR]" is required when you compile
PHP. If shared object module is available, PostgreSQL module may
be loaded using <link linkend="ini.extension">extension</link>
- directive in php.ini or <function>dl</function>
- function. Supported ini directives are described in php.ini-dist
- file which comes with source distribution.
+ directive in <filename>php.ini</filename> or <function>dl</function>
+ function. Supported ini directives are described in
+ <filename>php.ini-dist</filename> file which comes with source distribution.
</para>
<para>
Not all functions are supported by all builds. It depends on your
@@ -1484,13 +1484,13 @@
<para>
To enable persistent connection, <link
linkend="ini.pgsql.allow-persistent">pgsql.allow_persistent</link>
- php.ini directive must be set to "On". (Default is On)
+ <filename>php.ini</filename> directive must be set to "On". (Default
+is On)
Max number of persistent connection can be defined by <link
linkend="ini.pgsql.max-persistent">pgsql.max_persistent</link>
- php.ini directive. (Default is -1 which is no limit) Total number
+ <filename>php.ini</filename> directive. (Default is -1 which is no limit) Total
+number
of connection can be set by <link
- linkend="ini.pgsql.max-links">pgsql.max_links</link> php.ini
- directive.
+ linkend="ini.pgsql.max-links">pgsql.max_links</link>
+ <filename>php.ini</filename> directive.
</para>
<para>
<function>pg_close</function> will not close persistent links