diff options
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 97403571e4..c160da40cc 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -62,6 +62,9 @@ #include "aggregation.h" #define phpext_standard_ptr basic_functions_module_ptr +PHP_MINIT_FUNCTION(standard_filters); +PHP_MSHUTDOWN_FUNCTION(standard_filters); + /* * Local variables: |