diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-11-30 08:59:55 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-11-30 08:59:55 +0100 |
| commit | dfb98dfcf8f5d049b5766e66e0cddaa28588e989 (patch) | |
| tree | 06f849019c54d567f78b3b445739bdd0d65417d9 /php-pgsql/pgsql.ini | |
| parent | 49066ca33e354d21a10a3a9bd8ebc24d4fbb4ec0 (diff) | |
| download | slackbuilder-dfb98dfcf8f5d049b5766e66e0cddaa28588e989.tar.gz | |
php-pgsql: Added
Diffstat (limited to 'php-pgsql/pgsql.ini')
| -rw-r--r-- | php-pgsql/pgsql.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/php-pgsql/pgsql.ini b/php-pgsql/pgsql.ini new file mode 100644 index 0000000..017cd7f --- /dev/null +++ b/php-pgsql/pgsql.ini @@ -0,0 +1,21 @@ +; Enable pgsql 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" |
