diff options
author | Marcus Boerger <helly@php.net> | 2002-08-20 23:29:39 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-08-20 23:29:39 +0000 |
commit | 0e065f6b36153700547c30f21ab5ed8564e410e9 (patch) | |
tree | 46a3ef2dbd80fa884e64bed6b6d3a62d781bdc67 /php.ini-dist | |
parent | 8e10659648b322a34c715d6a1878f7d6f4bbbb20 (diff) | |
download | php-git-0e065f6b36153700547c30f21ab5ed8564e410e9.tar.gz |
speling - thanks (Masaki Fujimoto), acually this wasn't my best piece of doc
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index cec6f35965..7590eda835 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -103,7 +103,7 @@ output_buffering = Off ; Normally you won't use an additional first output buffer when using any ; special output handler but you can enforce this since it can help to reduce ; memory used by output buffering when huge output chunks and total server -; troughput are preferred. This value can either be set On in which case the +; throughput are preferred. This value can either be set 'On' in which case the ; additional buffer is four times the size of all other output buffers or any ; greater size. ;double_buffering = Off |