mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix minimal Windows version
This commit is contained in:
commit
8c407fc3d0
4 changed files with 5 additions and 4 deletions
|
@ -50,7 +50,7 @@ var PHP_MAKEFILE_FRAGMENTS = PHP_SRC_DIR + "\\Makefile.fragments.w32";
|
|||
|
||||
/* Care also about NTDDI_VERSION and _WIN32_WINNT in config.w32.h.in
|
||||
and manifest. */
|
||||
var WINVER = "0x0601"; /* 7/2008r2 */
|
||||
var WINVER = "0x0602"; /* 8/2012 */
|
||||
|
||||
// There's a minimum requirement for bison.
|
||||
var MINBISON = "3.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue