summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-04-12 07:34:30 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-04-12 07:34:30 +0000
commit4e7b11cccedddcdaa57c694d13d9276c8997d413 (patch)
treeb5f726f970b39cee801695bf12ee674d35624bcc /php.ini-production
parentecd006350ab1a068acb5acd888ee73356022e7dd (diff)
downloadphp-git-4e7b11cccedddcdaa57c694d13d9276c8997d413.tar.gz
Removed y2k_compliance ini option, making it "always" enabled internally
- The only reference to y2k_compliance was in php_std_date(). Browsers thats not compatable have a marketshare of 0.01% if they even are in use today
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 0 insertions, 4 deletions
diff --git a/php.ini-production b/php.ini-production
index c92690c7fe..f0b7e82bba 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -233,10 +233,6 @@ asp_tags = Off
; http://php.net/precision
precision = 14
-; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
-; http://php.net/y2k-compliance
-y2k_compliance = On
-
; Output buffering is a mechanism for controlling how much output data
; (excluding headers and cookies) PHP should keep internally before pushing that
; data to the client. If your application's output exceeds this setting, PHP