Skip to content

Commit 8164e02

Browse files
committed
update UPGRADING.INTERNALS
1 parent 0d529d6 commit 8164e02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
PHP 7.1 INTERNALS UPGRADE NOTES
22

33
1. Internal API changes
4-
a.
4+
a. Path related functions
5+
b. php_win32_get_random_bytes()
56

67
2. Build system changes
78
a. Unix build system changes
@@ -19,6 +20,9 @@ PHP 7.1 INTERNALS UPGRADE NOTES
1920
- PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filename_len);
2021
- PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
2122

23+
b. php_win32_get_random_bytes()
24+
The iternal randomness source on Windows switched to use CNG API.
25+
2226

2327
========================
2428
2. Build system changes

0 commit comments

Comments
 (0)