mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- [DOC] add session.entropy* support to windows
This commit is contained in:
parent
dd73c48d57
commit
bfe51d3895
3 changed files with 30 additions and 2 deletions
|
@ -1495,6 +1495,8 @@ session.referer_check =
|
|||
; Defaults to /dev/urandom
|
||||
; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arandom
|
||||
; If neither are found at compile time, the default is no entropy file.
|
||||
; On windows, setting the entropy_length setting will activate the
|
||||
; Windows random source (using the CryptoAPI)
|
||||
;session.entropy_file = /dev/urandom
|
||||
|
||||
; http://php.net/session.entropy-length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue