diff options
| author | Frank M. Kromann <fmk@php.net> | 2005-11-14 23:14:54 +0000 |
|---|---|---|
| committer | Frank M. Kromann <fmk@php.net> | 2005-11-14 23:14:54 +0000 |
| commit | 0eaec9871c8b4d3c3e79d63c5fcf09ae0e926b50 (patch) | |
| tree | 2a7b26eab2a527cd193da981b1ccd790a48f4cd3 /php.ini-recommended | |
| parent | e658842761f3d2443ca547379e054c95ca308378 (diff) | |
| download | php-git-0eaec9871c8b4d3c3e79d63c5fcf09ae0e926b50.tar.gz | |
MFB: Change max_procs from 25 to library default. This will make FreeTDS connections work a bit better
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 005c19ba96..0bb77ab9ff 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1096,8 +1096,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. |
