mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
adding some <filename> tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c83dffdcca
commit
6e984af0c5
1 changed files with 8 additions and 8 deletions
|
@ -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 @@ pg_loexport pg_lo_export
|
|||
"--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 @@ $dbconn4 = pg_connect ($conn_string);
|
|||
<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
|
||||
|
|
Loading…
Reference in a new issue