From: Kristian Köhntopp Date: Thu, 24 Feb 2000 15:13:28 +0000 (+0000) Subject: Set y2k_compliance to "On" by default, as we do have y2k now. X-Git-Tag: PHP-4.0-RC1~434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8481cdf62f1fcd2e560567d43043cc731d432023;p=php Set y2k_compliance to "On" by default, as we do have y2k now. --- diff --git a/php.ini-dist b/php.ini-dist index 6ae1e5bd75..22480e9c67 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 tags are recognized. asp_tags = Off ; allow ASP-style <% %> tags precision = 14 ; number of significant digits displayed in floating point numbers -y2k_compliance = Off ; whether to be year 2000 compliant (will cause problems with non y2k compliant browsers) +y2k_compliance = On ; now on by default, as we do have y2k... 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.