diff options
| author | Andrey Hristov <andrey@php.net> | 2002-11-05 12:32:11 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2002-11-05 12:32:11 +0000 |
| commit | 69283998ae840c4e000d990c8933b84956515a34 (patch) | |
| tree | 10dc6e2baafc8296539d0c62de7ca223137012dd /php.ini-recommended | |
| parent | 30e916d5cdcc19d07fbe06243a0bfb6f729494f4 (diff) | |
| download | php-git-69283998ae840c4e000d990c8933b84956515a34.tar.gz | |
correcting typos.
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 81004152a6..bd9c3a000e 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -114,7 +114,7 @@ output_buffering = 4096 ; directive. Instead, explicitly set the output handler using ob_start(). ; Using this ini directive may cause problems unless you know what script ; is doing. -; Note: You cannot use both "mb_output_handler" with "ob_inconv_handler" +; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler" ; and you cannot use both "ob_gzhandler" and "zlib.output_compression". ;output_handler = |
