diff options
author | foobar <sniper@php.net> | 2002-11-24 05:15:10 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-11-24 05:15:10 +0000 |
commit | bad0d653a1304b777ba5bb3765eeac80abfea724 (patch) | |
tree | 2b959201e883d4a727ab4d4f3c71835567c66ffd | |
parent | c7c7132a66c2192a1424aeffbfada28d1f863230 (diff) | |
download | php-git-bad0d653a1304b777ba5bb3765eeac80abfea724.tar.gz |
MFB: ; instead of :
-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 5c85cc8c41..65e2c2b230 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -100,7 +100,7 @@ output_buffering = Off ; 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_iconv_handler" ; and you cannot use both "ob_gzhandler" and "zlib.output_compression". ;output_handler = |