mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
ecd006350a
commit
4e7b11ccce
6 changed files with 11 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue