From: Frank M. Kromann Date: Mon, 10 Jun 2002 20:00:20 +0000 (+0000) Subject: Adding ini setting for max_procs X-Git-Tag: php5_5_0~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b40b9513bb67b9d34c7c65d4cd2a466743d66cb;p=php Adding ini setting for max_procs --- 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