Skip to content

Commit 76a104f

Browse files
committed
colon written instead of semi-colon.
1 parent 8fae3d7 commit 76a104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php.ini-recommended

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ output_buffering = 4096
108108
; Note: People who wrote portable scripts should not depend on this ini
109109
; directive. Instead, explicitly set the output handler using ob_start().
110110
; Using this ini directive may cause problems unless you know what script
111-
: is doing.
111+
; is doing.
112112
; Note: You cannot use both "mb_output_handler" with "ob_inconv_handler"
113113
; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
114114
;output_handler =

0 commit comments

Comments
 (0)