build administrativa
[m6w6/ext-psi] / src / context.c
index ebe4e08ed5fddabe4cb34f3e35cfae3202d89bed..9d508de45e48899f0852d0025f17884eaf4cdcd2 100644 (file)
@@ -63,6 +63,7 @@
 #include "token.h"
 #include "parser.h"
 
 #include "token.h"
 #include "parser.h"
 
+PHP_MINIT_FUNCTION(psi_context);
 PHP_MINIT_FUNCTION(psi_context)
 {
        unsigned flags = 0;
 PHP_MINIT_FUNCTION(psi_context)
 {
        unsigned flags = 0;
@@ -100,6 +101,7 @@ PHP_MINIT_FUNCTION(psi_context)
        return SUCCESS;
 }
 
        return SUCCESS;
 }
 
+PHP_MSHUTDOWN_FUNCTION(psi_context);
 PHP_MSHUTDOWN_FUNCTION(psi_context)
 {
        if (psi_check_env("PSI_DUMP")) {
 PHP_MSHUTDOWN_FUNCTION(psi_context)
 {
        if (psi_check_env("PSI_DUMP")) {