diff options
author | Sascha Schumann <sas@php.net> | 2002-09-25 16:11:31 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-09-25 16:11:31 +0000 |
commit | 6816ba4b324d9e0ba0167be933f2afdd3b05d70a (patch) | |
tree | 7eb0f018d7ee72bb118cc86c22553ccfc3a14534 /php.ini-dist | |
parent | bc4253f73a445ef9bd7643273888a172877529a3 (diff) | |
download | php-git-6816ba4b324d9e0ba0167be933f2afdd3b05d70a.tar.gz |
We are about to enter 2003, sending two-digit years does not make too
much sense anymore. According to an article from '98, only Netscape 3.x was
affected anyway.
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist index 59ad4f200e..58b3267f2b 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -77,7 +77,7 @@ asp_tags = Off precision = 12 ; Enforce year 2000 compliance (will cause problems with non-compliant browsers) -y2k_compliance = Off +y2k_compliance = on ; Output buffering allows you to send header lines (including cookies) even ; after you send body content, at the price of slowing PHP's output layer a @@ -819,7 +819,8 @@ session.entropy_file = ;session.entropy_file = /dev/urandom -; Set to {nocache,private,public} to determine HTTP caching aspects. +; Set to {nocache,private,public,} to determine HTTP caching aspects +; or leave this empty to avoid sending anti-caching headers. session.cache_limiter = nocache ; Document expires after n minutes. |