@@ -2,8 +2,10 @@
php.ini-recommended | 307 ++--------------------------------------------------
1 file changed, 15 insertions(+), 292 deletions(-)
---- php.ini-recommended.orig
-+++ php.ini-recommended
+Index: php.ini-recommended
+===================================================================
+--- php.ini-recommended.orig 2007-08-22 01:24:18.000000000 +0200
++++ php.ini-recommended 2007-12-11 06:29:32.000000000 +0100
@@ -244,7 +244,9 @@ safe_mode_allowed_env_vars = PHP_
; This directive contains a comma-delimited list of environment variables that
; the end user won't be able to change using putenv(). These variables will be
@@ -341,6 +343,25 @@
; Handler used to serialize data. php is the standard serializer of PHP.
session.serialize_handler = php
+@@ -1106,14 +908,14 @@ session.bug_compat_warn = 1
+ session.referer_check =
+
+ ; How many bytes to read from the file.
+-session.entropy_length = 0
++;session.entropy_length = 0
+
+ ; Specified here to create the session id.
+-session.entropy_file =
++;session.entropy_file =
+
+-;session.entropy_length = 16
++session.entropy_length = 16
+
+-;session.entropy_file = /dev/urandom
++session.entropy_file = /dev/urandom
+
+ ; Set to {nocache,private,public,} to determine HTTP caching aspects
+ ; or leave this empty to avoid sending anti-caching headers.
@@ -1136,7 +938,7 @@ session.use_trans_sid = 0
; Select a hash function
; 0: MD5 (128 bits)
|