diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-09-25 23:34:50 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-09-25 23:34:50 +0000 |
commit | a85ed54e883613e296f176db250bcc7247bedb4d (patch) | |
tree | 9d5b1b6123b4c2d9a11ef9129b21bbb05c1637fc /php.ini-recommended | |
parent | 7badd563cb4eda6f5ae78d8d4e7e796c841154ad (diff) | |
download | php-git-a85ed54e883613e296f176db250bcc7247bedb4d.tar.gz |
Merge changes from php.ini-dist
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index ecbc97291c..526bd82354 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -90,7 +90,7 @@ asp_tags = Off precision = 14 ; 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 @@ -833,7 +833,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. |