yohgaki Wed Sep 25 19:34:50 2002 EDT
Modified files:
/php4 php.ini-recommended
Log:
Merge changes from php.ini-dist
Index: php4/php.ini-recommended
diff -u php4/php.ini-recommended:1.107 php4/php.ini-recommended:1.108
--- php4/php.ini-recommended:1.107 Mon Sep 23 14:12:38 2002
+++ php4/php.ini-recommended Wed Sep 25 19:34:50 2002
@@ -90,7 +90,7 @@
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 = /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.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php