diff options
author | Hénot David <henot@php.net> | 2000-09-13 16:12:50 +0000 |
---|---|---|
committer | Hénot David <henot@php.net> | 2000-09-13 16:12:50 +0000 |
commit | 409e2e7e984e98064192f9537a77e87bd09fc8e7 (patch) | |
tree | f60123ece572a76593ad72bc62fa6b4a3bcbce10 /php.ini-recommended | |
parent | 09ac5ed7484a2ee5fbd37ad23df6763f6c2c5f66 (diff) | |
download | php-git-409e2e7e984e98064192f9537a77e87bd09fc8e7.tar.gz |
Changed the php.ini examples to match the names in the source code.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 9bfa5e3620..9732a89d54 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -447,12 +447,12 @@ mssql.compatability_mode = Off ; compatability mode with old versions of PHP 3.0 ;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 +ingres.allow_persistent = On ; allow or prevent persistent link +ingres.max_persistent = -1 ; maximum number of persistent links. (-1 means no limit) +ingres.max_links = -1 ; maximum number of links, including persistents (-1 means no limit) +ingres.default_database = ; default database (format : [node_id::]dbname[/srv_class] +ingres.default_user = ; default user +ingres.default_password = ; default password [Verisign Payflow Pro] pfpro.defaulthost = "test.signio.com" ; default Signio server |