Skip to content

Commit a149b27

Browse files
dunglasTimWolla
andcommitted
Update zend_call_stack.h
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
1 parent 5f553a7 commit a149b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PHP NEWS
1515
(Jakub Zelenka)
1616

1717
- Windows:
18-
. Fixed compilation with clang (missing intrin.h include)
18+
. Fixed compilation with clang (missing intrin.h include).
1919
(Kévin Dunglas)
2020

2121
15 Jan 2026, PHP 8.4.17

Zend/zend_call_stack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include "zend.h"
2323
#include "zend_portability.h"
24-
#ifdef ZEND_WIN32
24+
#ifdef _MSC_VER
2525
# include <intrin.h>
2626
#endif
2727
#ifdef __APPLE__

0 commit comments

Comments
 (0)