summaryrefslogtreecommitdiff
path: root/private/php-pgsql/pgsql.ini
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-04-29 09:29:46 +0200
committerEugen Wissner <belka@caraus.de>2021-05-01 10:03:11 +0200
commit146f486f0cac3af254bacc4851b19e69b75a5216 (patch)
treeed4c0a99acec75a6b8f1d893286e1eb6bf637be3 /private/php-pgsql/pgsql.ini
parentb207ba9d3fd82565e34c6e2c1ce025fefde3ba1c (diff)
downloadslackbuilder-146f486f0cac3af254bacc4851b19e69b75a5216.tar.gz
php-pgsql: Removed
Updated SBo master.
Diffstat (limited to 'private/php-pgsql/pgsql.ini')
-rw-r--r--private/php-pgsql/pgsql.ini21
1 files changed, 0 insertions, 21 deletions
diff --git a/private/php-pgsql/pgsql.ini b/private/php-pgsql/pgsql.ini
deleted file mode 100644
index 017cd7f..0000000
--- a/private/php-pgsql/pgsql.ini
+++ /dev/null
@@ -1,21 +0,0 @@
-; 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"