diff options
author | Frank M. Kromann <fmk@php.net> | 2002-06-10 20:00:20 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2002-06-10 20:00:20 +0000 |
commit | 4b40b9513bb67b9d34c7c65d4cd2a466743d66cb (patch) | |
tree | ae390f926d6f91e35d77ac8aaddef3541ad5d696 | |
parent | 509c606dbcc8bf6c0114de0116ffa03d640ebfb2 (diff) | |
download | php-git-4b40b9513bb67b9d34c7c65d4cd2a466743d66cb.tar.gz |
Adding ini setting for max_procs
-rw-r--r-- | php.ini-dist | 3 | ||||
-rw-r--r-- | php.ini-recommended | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index b59651489d..7c0a433731 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -809,6 +809,9 @@ mssql.compatability_mode = Off ; Use NT authentication when connecting to the server mssql.secure_connection = Off +; Specify max number of processes. Default = 25 +;mssql.max_procs = 25 + [Assertion] ; Assert(expr); active by default. ;assert.active = On diff --git a/php.ini-recommended b/php.ini-recommended index d8a6d1d44f..13fdd46c65 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -816,6 +816,9 @@ mssql.compatability_mode = Off ; Use NT authentication when connecting to the server mssql.secure_connection = Off +; Specify max number of processes. Default = 25 +;mssql.max_procs = 25 + [Assertion] ; Assert(expr); active by default. ;assert.active = On |