]> granicus.if.org Git - php/commitdiff
- [DOC] add session.entropy* support to windows
authorPierre Joye <pajoye@php.net>
Tue, 8 Jun 2010 13:46:19 +0000 (13:46 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 8 Jun 2010 13:46:19 +0000 (13:46 +0000)
ext/session/tests/020.phpt
php.ini-development
php.ini-production

index 82997a8f04cc530dd2302733e6920b7901215e37..53a546f18076c9dbcdfeac1af08baabbe872f303 100644 (file)
@@ -6,7 +6,7 @@ rewriter uses arg_seperator.output for modifying URLs
 session.use_cookies=0
 session.cache_limiter=
 session.use_trans_sid=1
-arg_separator.output="&amp;"
+arg_separator.output=&
 session.name=PHPSESSID
 session.serialize_handler=php
 session.save_handler=files
index 5da1206dc8105cd001aba45c57b49e4b9c0bab80..d0a821cf39995dcb0aa104671883326482aa772c 100644 (file)
@@ -1586,6 +1586,9 @@ 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 =
 
index 71288e0b1bc639bc60651fb7a6834515a6f50eab..1fe2725e8df836a44d26645916099ad507d8a84e 100644 (file)
@@ -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