X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.c;h=9d508de45e48899f0852d0025f17884eaf4cdcd2;hp=ebe4e08ed5fddabe4cb34f3e35cfae3202d89bed;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/context.c b/src/context.c index ebe4e08..9d508de 100644 --- a/src/context.c +++ b/src/context.c @@ -63,6 +63,7 @@ #include "token.h" #include "parser.h" +PHP_MINIT_FUNCTION(psi_context); PHP_MINIT_FUNCTION(psi_context) { unsigned flags = 0; @@ -100,6 +101,7 @@ PHP_MINIT_FUNCTION(psi_context) return SUCCESS; } +PHP_MSHUTDOWN_FUNCTION(psi_context); PHP_MSHUTDOWN_FUNCTION(psi_context) { if (psi_check_env("PSI_DUMP")) {