]> granicus.if.org Git - php/commitdiff
Adding ini setting for max_procs
authorFrank M. Kromann <fmk@php.net>
Mon, 10 Jun 2002 20:00:20 +0000 (20:00 +0000)
committerFrank M. Kromann <fmk@php.net>
Mon, 10 Jun 2002 20:00:20 +0000 (20:00 +0000)
php.ini-dist
php.ini-recommended

index b59651489dbb1e3052ba150a9f766ed2583bb691..7c0a43373181ddc3752ddd190bb78fbd657f9c9f 100644 (file)
@@ -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
index d8a6d1d44f7aff30fc10cbb8dfcc4e3a1ae9ab61..13fdd46c65879ebc0ae8d861651dde263ee6d37e 100644 (file)
@@ -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