Skip to content

Commit 38d334f

Browse files
committed
- [DOC] MFH: add session.entropy* support to windows
1 parent 4500357 commit 38d334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ PHPAPI char *php_session_create_id(PS_CREATE_SID_ARGS) /* {{{ */
333333

334334
#ifdef PHP_WIN32
335335
size_t toread = PS(entropy_length);
336-
__debugbreak();
336+
337337
if (php_win32_get_random_bytes(rbuf, (size_t) toread) == SUCCESS){
338338

339339
switch (PS(hash_func)) {

0 commit comments

Comments
 (0)