Skip to content

Commit ab7c3bf

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix WS
2 parents f0d4c48 + ce64635 commit ab7c3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

win32/winutil.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ static zend_always_inline BOOL is_compatible(const char *name, BOOL is_smaller,
457457
/* VS 2015, 2017 and 2019 are binary compatible, but only forward compatible.
458458
It should be fine, if we load a module linked with an older one into
459459
the core linked with the newer one, but not the otherway round.
460-
Analogously, it should be fine, if a PHP build linked with an older version
461-
is used with a newer CRT, but not the other way round.
460+
Analogously, it should be fine, if a PHP build linked with an older version
461+
is used with a newer CRT, but not the other way round.
462462
Otherwise, if the linker major version is not same, it is an error, as
463463
per the current knowledge.
464464

0 commit comments

Comments
 (0)