mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added missing ini descriptions, as described in php.ini-dist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9f4d721b10
commit
d56392c250
1 changed files with 41 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="pgsql.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -95,6 +95,46 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.pgsql.auto-reset-persistent">
|
||||
<term>
|
||||
<parameter>pgsql.auto_reset_persistent</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Detect broken persistent links with <function>pg_pconnect</function>.
|
||||
Needs a little overhead.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.pgsql.ignore-notice">
|
||||
<term>
|
||||
<parameter>pgsql.ignore_notice</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether or not to ignore PostgreSQL backend notices.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.pgsql.log-notice">
|
||||
<term>
|
||||
<parameter>pgsql.log_notice</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether or not to log PostgreSQL backends notice messages. The PHP
|
||||
directive <link linkend="ini.pgsql.ignore-notice">
|
||||
pgsql.ignore_notice</link> must be off in order to log notice
|
||||
messages.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue