summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-06-08 13:46:19 +0000
committerPierre Joye <pajoye@php.net>2010-06-08 13:46:19 +0000
commitf8b17007e08eb6903399bd282988593d7dc9fb6f (patch)
tree09911b1f94528937904219d7de39c0dab5794bda /php.ini-production
parent9badd4f0fb03a9ca22775cf80f115a7cb617453c (diff)
downloadphp-git-f8b17007e08eb6903399bd282988593d7dc9fb6f.tar.gz
- [DOC] add session.entropy* support to windows
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production4
1 files changed, 3 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production
index 71288e0b1b..1fe2725e8d 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1594,8 +1594,10 @@ session.entropy_length = 0
; Specified here to create the session id.
; http://php.net/session.entropy-file
+; On systems that don't have /dev/urandom /dev/arandom can be used
+; On windows, setting the entropy_length setting will activate the
+; Windows random source (using the CryptoAPI)
;session.entropy_file = /dev/urandom
-session.entropy_file =
; http://php.net/session.entropy-length
;session.entropy_length = 16