diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-09-02 20:45:16 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2012-09-02 20:45:16 +0200 |
commit | c21111dae87e5d40cd45f7a37ae7cbca971f6af3 (patch) | |
tree | 2a8489c51e3e05c4d13e898f2f7fdf99763f9fe1 /libraries/php-pgsql/pgsql.ini | |
parent | 9d68e03f4410a34149276aa8d9000a23144ccd57 (diff) |
libraries/php-pgsql: Updated for version 5.4.6.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/php-pgsql/pgsql.ini')
-rw-r--r-- | libraries/php-pgsql/pgsql.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/php-pgsql/pgsql.ini b/libraries/php-pgsql/pgsql.ini index 7b4a92e8a75e..d5fc809ef2b2 100644 --- a/libraries/php-pgsql/pgsql.ini +++ b/libraries/php-pgsql/pgsql.ini @@ -1,2 +1,21 @@ ; Enable intl extension module ; extension=pgsql.so + +; Whether to allow persistent Postgres connections. +; pgsql.allow_persistent="1" + +; The maximum number of persistent Postgres connections per process. +; pgsql.max_persistent="-1" + +; The maximum number of Postgres connections per process, including persistent connections. +; pgsql.max_links="-1" + +; Detect broken persistent links with pg_pconnect(). Needs a little overhead. +; pgsql.auto_reset_persistent="0" + +; Whether or not to ignore PostgreSQL backend notices. +; pgsql.ignore_notice="0" + +; Whether or not to log PostgreSQL backends notice messages. The PHP directive +; pgsql.ignore_notice must be off in order to log notice messages. +; pgsql.log_notice="0" |