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
This commit is contained in:
Kalle Sommer Nielsen 2010-04-12 07:34:30 +00:00
parent ecd006350a
commit 4e7b11ccce
6 changed files with 11 additions and 29 deletions

View file

@ -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