From b437a23ada9a34a4e3182d7b0561e610a516b0cf Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 25 Sep 2002 23:36:27 +0000 Subject: [PATCH] on -> On --- php.ini-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini-dist b/php.ini-dist index f70fc7e0e0..bc6d82ca4f 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -77,7 +77,7 @@ asp_tags = Off precision = 12 ; Enforce year 2000 compliance (will cause problems with non-compliant browsers) -y2k_compliance = on +y2k_compliance = On ; Output buffering allows you to send header lines (including cookies) even ; after you send body content, at the price of slowing PHP's output layer a -- 2.50.1