summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist6
1 files changed, 4 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 49197f1dbb..55613d7a57 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -1030,8 +1030,10 @@ 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
+; Specify max number of processes. -1 = library default
+; msdlib defaults to 25
+; FreeTDS defaults to 4096
+;mssql.max_procs = -1
[Assertion]
; Assert(expr); active by default.