diff options
author | Hénot David <henot@php.net> | 2000-07-17 21:29:30 +0000 |
---|---|---|
committer | Hénot David <henot@php.net> | 2000-07-17 21:29:30 +0000 |
commit | 15ff1d211bd4fb4ac751297eb1ecb64ab34345fd (patch) | |
tree | 0a45231ffc55d10fba19286404bbba970299a91f /php.ini-optimized | |
parent | 896d64be10e3cce151acb0a4a307f9029b7d2a60 (diff) | |
download | php-git-15ff1d211bd4fb4ac751297eb1ecb64ab34345fd.tar.gz |
Added extension ii for Ingres II native support.
@- Added extension ii for Ingres II native support. See README in ext/ii
@ directory. (David H)
Diffstat (limited to 'php.ini-optimized')
-rw-r--r-- | php.ini-optimized | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-optimized b/php.ini-optimized index 2321976fff..26c87def03 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -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: |