summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-09-25 23:36:27 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-09-25 23:36:27 +0000
commitb437a23ada9a34a4e3182d7b0561e610a516b0cf (patch)
treecd65968b9170315dbe955f6ba519a6c9e85105ac /php.ini-dist
parenta85ed54e883613e296f176db250bcc7247bedb4d (diff)
downloadphp-git-b437a23ada9a34a4e3182d7b0561e610a516b0cf.tar.gz
on -> On
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
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