From 15ff1d211bd4fb4ac751297eb1ecb64ab34345fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9not=20David?= Date: Mon, 17 Jul 2000 21:29:30 +0000 Subject: Added extension ii for Ingres II native support. @- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H) --- php.ini-recommended | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'php.ini-recommended') diff --git a/php.ini-recommended b/php.ini-recommended index 2321976fff..26c87def03 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -404,6 +404,14 @@ mssql.compatability_mode = Off ; compatability mode with old versions of PHP 3.0 ;assert.callback = 0 ; user-function to be called if an assertion fails. ;assert.quiet_eval = 0 ; eval the expression with current error_reporting(). set to true if you want error_reporting(0) around the eval(). +[Ingres II] +ii.allow_persistent = On ; allow or prevent persistent link +ii.max_persistent = -1 ; maximum number of persistent links. (-1 means no limit) +ii.max_links = -1 ; maximum number of links, including persistents (-1 means no limit) +ii.default_database = ; default database (format : [node_id::]dbname[/srv_class] +ii.default_user = ; default user +ii.default_password = ; default password + ; Local Variables: ; tab-width: 4 ; End: -- cgit v1.2.1