Skip to content

Commit 4b6bccc

Browse files
authored
Fix preproc condition in exec_integration (#2459)
1 parent 54c3c3e commit 4b6bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/integrations/exec_integration.c

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

1515
#define NS "DDTrace\\Integrations\\Exec\\"
1616

17-
#if PHP_VERSION_ID <= 80000
17+
#if PHP_VERSION_ID < 80000
1818
typedef struct php_process_handle php_process_handle;
1919
#endif
2020

0 commit comments

Comments
 (0)