summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-dist3
-rw-r--r--php.ini-recommended3
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