diff options
| author | Frank M. Kromann <fmk@php.net> | 2005-11-14 23:14:25 +0000 |
|---|---|---|
| committer | Frank M. Kromann <fmk@php.net> | 2005-11-14 23:14:25 +0000 |
| commit | fe306ed1a6e5cf7f4c330c4f2353946f7a361204 (patch) | |
| tree | c951f1adf26165b7b3eee76a690276af965ea322 /php.ini-recommended | |
| parent | 241aa9a59de7f582ef96c01c8be513ff7f534961 (diff) | |
| download | php-git-fe306ed1a6e5cf7f4c330c4f2353946f7a361204.tar.gz | |
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 8a49b3e58a..0f8078e951 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1088,8 +1088,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. |
