From 2910a89d6c59b997a3896f05c6ad7fb65c26f813 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 9 Dec 2020 18:28:42 +0100 Subject: Add autoupdater --- php-pgsql/pgsql.ini | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 php-pgsql/pgsql.ini (limited to 'php-pgsql/pgsql.ini') 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" -- cgit v1.2.3