summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-24 15:41:34 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-24 15:41:34 +0000
commit7a22bb09d7a499109bae621188941f2510bb6037 (patch)
treea7199112ff867e73d0cfbd696e1cfb099e84f819 /php.ini-dist
parentf5cc1929eba4e25545184d395e9c317270c3ca4d (diff)
downloadphp-git-7a22bb09d7a499109bae621188941f2510bb6037.tar.gz
Revert the y2k ini patches.
# Adam's right, it shouldn't be here
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 22480e9c67..6ae1e5bd75 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -49,7 +49,7 @@ engine = On ; Enable the PHP scripting language engine under Apache
short_open_tag = On ; allow the <? tag. otherwise, only <?php and <script> tags are recognized.
asp_tags = Off ; allow ASP-style <% %> tags
precision = 14 ; number of significant digits displayed in floating point numbers
-y2k_compliance = On ; now on by default, as we do have y2k...
+y2k_compliance = Off ; whether to be year 2000 compliant (will cause problems with non y2k compliant browsers)
output_buffering = Off ; Output buffering allows you to send header lines (including cookies)
; even after you send body content, in the price of slowing PHP's
; output layer a bit.