Skip to content

Commit 5e6faf2

Browse files
committed
add UPGRADING and NEWS items
1 parent 5e2ed8c commit 5e6faf2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ PHP NEWS
2323
php.exe). (Michele Locati)
2424
. Implemented "Convert numeric keys in object/array casts" RFC, fixes
2525
bugs #53838, #61655, #66173, #70925, #72254, etc. (Andrea)
26+
. Raised minimum supported Windows versions to Windows 7/Server 2008 R2.
27+
(Anatol)
2628

2729
- Date:
2830
. Fixed bug #69587 (DateInterval properties and isset). (jhdxr)

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ PHP 7.2 UPGRADE NOTES
3535
/^(0|(-?[1-9][0-9]*))$/ where PHP_INT_MIN <= n <= PHP_INT_MAX) to integer
3636
keys. This fixes the behaviour of previous versions, where numeric string
3737
property names would become inaccessible string keys.
38+
. Minimum supported Windows versions are Windows 7/Server 2008 R2.
3839

3940
- Session:
4041
. Removed register_globals related code and "!" can be used as $_SESSION key name.

UPGRADING.INTERNALS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ PHP 7.1 INTERNALS UPGRADE NOTES
2323

2424
b. Windows build system changes
2525

26-
* nice() now have a Windows alternative that is implemented in win32/nice.c, using
26+
. Minimum supported Windows versions are Windows 7/Server 2008 R2.
27+
. nice() now have a Windows alternative that is implemented in win32/nice.c, using
2728
SetPriorityClass(). See the implementation for more in-depth details. This also
2829
defines HAVE_NICE.
2930

0 commit comments

Comments
 (0)