diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-12-09 18:28:42 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-12-09 18:28:42 +0100 |
| commit | 2910a89d6c59b997a3896f05c6ad7fb65c26f813 (patch) | |
| tree | 3d3edebdf32b0c972e8449b82be2c10742395d6c /php-pgsql/pgsql.ini | |
| parent | be64bc6dbb9d0f717f7cbdd83d9371de979d4c63 (diff) | |
| download | slackbuilder-2910a89d6c59b997a3896f05c6ad7fb65c26f813.tar.gz | |
Add autoupdater
Diffstat (limited to 'php-pgsql/pgsql.ini')
| -rw-r--r-- | php-pgsql/pgsql.ini | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/php-pgsql/pgsql.ini b/php-pgsql/pgsql.ini deleted file mode 100644 index 017cd7f..0000000 --- a/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" |
