diff options
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 8 |
1 files changed, 8 insertions, 0 deletions
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: |