File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ PHP NEWS
27
27
- TSRM:
28
28
. Prevent closing of unrelated handles. (cmb)
29
29
30
+ - Windows:
31
+ . Fixed minimal Windows version. (cmb)
32
+
30
33
12 Sep 2024, PHP 8.3.12
31
34
32
35
- Core:
Original file line number Diff line number Diff line change 6
6
#undef _WIN32_WINNT
7
7
#undef NTDDI_VERSION
8
8
#define _WIN32_WINNT 0x0602
9
- #define NTDDI_VERSION 0x06010000
9
+ #define NTDDI_VERSION 0x06020000
10
10
11
11
/* Default PHP / PEAR directories */
12
12
#define PHP_CONFIG_FILE_PATH ""
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ var PHP_MAKEFILE_FRAGMENTS = PHP_SRC_DIR + "\\Makefile.fragments.w32";
50
50
51
51
/* Care also about NTDDI_VERSION and _WIN32_WINNT in config.w32.h.in
52
52
and manifest. */
53
- var WINVER = "0x0601 " ; /* 7/2008r2 */
53
+ var WINVER = "0x0602 " ; /* 8/2012 */
54
54
55
55
// There's a minimum requirement for bison.
56
56
var MINBISON = "3.0.0" ;
Original file line number Diff line number Diff line change 9
9
</trustInfo >
10
10
<compatibility xmlns =" urn:schemas-microsoft-com:compatibility.v1" >
11
11
<application >
12
- <!-- Windows 7 -->
13
- <supportedOS Id =" {35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
14
12
<!-- Windows 8 -->
15
13
<supportedOS Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />
16
14
<!-- Windows 8.1 -->
You can’t perform that action at this time.
0 commit comments