com php-src: [ci skip] move item to right section: UPGRADING.INTERNALS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 0e1b2ae4f34e7a5966f8448fb6be0f89dfafc315 Author: Anatol Belski <[email protected]> Mon, 24 Apr 2017 18:01:56 +0200 Parents: 2e727b9be149cfbbe8c7410ef1b0a519fb5c0c7e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0e1b2ae4f34e7a5966f8448fb6be0f89dfafc315 Log: [ci skip] move item to right section Changed paths: M UPGRADING.INTERNALS Diff: diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index aeff21f..d0d7d1f 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -3,6 +3,7 @@ PHP 7.1 INTERNALS UPGRADE NOTES 1. Internal API changes a. Path related functions b. php_win32_get_random_bytes() + c. nice() Windows implementation 2. Build system changes a. Unix build system changes @@ -23,6 +24,9 @@ PHP 7.1 INTERNALS UPGRADE NOTES b. php_win32_get_random_bytes() The internal randomness source on Windows switched to use CNG API. + c. nice() now have a Windows alternative that is implemented in win32/nice.c, using + SetPriorityClass(). See the implementation for more in-depth details. This also + defines HAVE_NICE. ======================== 2. Build system changes @@ -33,9 +37,6 @@ PHP 7.1 INTERNALS UPGRADE NOTES b. Windows build system changes . Minimum supported Windows versions are Windows 7/Server 2008 R2. - . nice() now have a Windows alternative that is implemented in win32/nice.c, using - SetPriorityClass(). See the implementation for more in-depth details. This also - defines HAVE_NICE. ======================== 3. Module changes