diff --git a/ext/integrations/exec_integration.c b/ext/integrations/exec_integration.c index b1813ea8a3..e6cf2505f6 100644 --- a/ext/integrations/exec_integration.c +++ b/ext/integrations/exec_integration.c @@ -14,7 +14,7 @@ #define NS "DDTrace\\Integrations\\Exec\\" -#if PHP_VERSION_ID <= 80000 +#if PHP_VERSION_ID < 80000 typedef struct php_process_handle php_process_handle; #endif