diff options
| author | Andrey Hristov <andrey@php.net> | 2002-10-03 13:03:21 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2002-10-03 13:03:21 +0000 |
| commit | 76a104feb89c79fd5082ea820e2aa646446b37d2 (patch) | |
| tree | ecdf6e8caa8b8978083a1355184e180f4ad78384 /php.ini-recommended | |
| parent | 8fae3d7a49e409f99cf2320be718841699becec2 (diff) | |
| download | php-git-76a104feb89c79fd5082ea820e2aa646446b37d2.tar.gz | |
colon written instead of semi-colon.
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 b2a1ed9b78..96d7995642 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -108,7 +108,7 @@ output_buffering = 4096 ; Note: People who wrote portable scripts should not depend on this ini ; directive. Instead, explicitly set the output handler using ob_start(). ; Using this ini directive may cause problems unless you know what script -: is doing. +; is doing. ; Note: You cannot use both "mb_output_handler" with "ob_inconv_handler" ; and you cannot use both "ob_gzhandler" and "zlib.output_compression". ;output_handler = |
