Skip to content

Commit

Permalink
appsec: fix zts
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Nov 11, 2024
1 parent 21d4dd1 commit 74be367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appsec/src/extension/ddappsec.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ static PHP_RINIT_FUNCTION(ddappsec)

dd_appsec_rinit_once();
zai_config_rinit();
_check_enabled();

if (DDAPPSEC_G(enabled) == APPSEC_FULLY_DISABLED) {
return SUCCESS;
Expand Down

0 comments on commit 74be367

Please sign in to comment.