summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-02-13 08:35:01 +0100
committerAnatol Belski <ab@php.net>2017-02-13 08:35:01 +0100
commit8164e024cd9a5e953b73edd9e86e6d75113437f4 (patch)
treeb93cca5f94194d7432ba776048a6e7384df85227 /UPGRADING.INTERNALS
parent0d529d6eb323d425615050dae97584e5fad14b30 (diff)
downloadphp-git-8164e024cd9a5e953b73edd9e86e6d75113437f4.tar.gz
update UPGRADING.INTERNALS
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS6
1 files changed, 5 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index a9f1547245..13bfb9f8f2 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -1,7 +1,8 @@
PHP 7.1 INTERNALS UPGRADE NOTES
1. Internal API changes
- a.
+ a. Path related functions
+ b. php_win32_get_random_bytes()
2. Build system changes
a. Unix build system changes
@@ -19,6 +20,9 @@ PHP 7.1 INTERNALS UPGRADE NOTES
- PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filename_len);
- PHPAPI void php_stat(const char *filename, size_t filename_length, int type, zval *return_value);
+ b. php_win32_get_random_bytes()
+ The iternal randomness source on Windows switched to use CNG API.
+
========================
2. Build system changes