File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ PHP                                                                        NEWS
6161- TSRM:
6262  . Prevent closing of unrelated handles. (cmb)
6363
64+ - Windows:
65+   . Fixed minimal Windows version. (cmb)
66+ 
6467- Zip:
6568  . Added ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11. (Remi)
6669
Original file line number Diff line number Diff line change 66#undef  _WIN32_WINNT
77#undef  NTDDI_VERSION
88#define  _WIN32_WINNT  0x0602
9- #define  NTDDI_VERSION  0x06010000 
9+ #define  NTDDI_VERSION  0x06020000 
1010
1111/* Default PHP / PEAR directories */ 
1212#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";
5050
5151/* Care also about NTDDI_VERSION and _WIN32_WINNT in config.w32.h.in 
5252   and manifest. */ 
53- var  WINVER  =  "0x0601 " ;  /* 7/2008r2  */ 
53+ var  WINVER  =  "0x0602 " ;  /* 8/2012  */ 
5454
5555// There's a minimum requirement for bison. 
5656var  MINBISON  =  "3.0.0" ; 
Original file line number Diff line number Diff line change 99    </trustInfo >
1010    <compatibility  xmlns =" urn:schemas-microsoft-com:compatibility.v1" 
1111       <application >
12-            <!--  Windows 7 --> 
13-            <supportedOS  Id =" {35138b9a-5d96-4fbd-8e2d-a2440225f93a}" 
1412           <!--  Windows 8 --> 
1513           <supportedOS  Id =" {4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" 
1614           <!--  Windows 8.1 --> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments