Browse Source

- [DOC] MFH: add session.entropy* support to windows

experimental/lemon
Pierre Joye 16 years ago
parent
commit
38d334f851
  1. 2
      ext/session/session.c

2
ext/session/session.c

@ -333,7 +333,7 @@ PHPAPI char *php_session_create_id(PS_CREATE_SID_ARGS) /* {{{ */
#ifdef PHP_WIN32
size_t toread = PS(entropy_length);
__debugbreak();
if (php_win32_get_random_bytes(rbuf, (size_t) toread) == SUCCESS){
switch (PS(hash_func)) {

Loading…
Cancel
Save