mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Apply tidy formatting
This commit is contained in:
commit
169805777c
41 changed files with 6875 additions and 6875 deletions
|
@ -447,7 +447,7 @@ static zend_always_inline BOOL is_compatible(const char *name, BOOL is_smaller,
|
|||
free(err_txt);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
DWORD major = img->FileHeader->OptionalHeader.MajorLinkerVersion;
|
||||
DWORD minor = img->FileHeader->OptionalHeader.MinorLinkerVersion;
|
||||
|
||||
|
@ -459,7 +459,7 @@ static zend_always_inline BOOL is_compatible(const char *name, BOOL is_smaller,
|
|||
is used with a newer CRT, but not the other way round.
|
||||
Otherwise, if the linker major version is not same, it is an error, as
|
||||
per the current knowledge.
|
||||
|
||||
|
||||
This check is to be extended as new VS versions come out. */
|
||||
DWORD core_minor = (DWORD)(PHP_LINKER_MINOR/10);
|
||||
DWORD comp_minor = (DWORD)(minor/10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue