diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index df2bd6376a..5f07c31ea3 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -91,9 +91,6 @@ PHP_FUNCTION(strcoll); PHP_FUNCTION(money_format); #endif -PHP_MINIT_FUNCTION(string_filters); -PHP_MSHUTDOWN_FUNCTION(string_filters); - #if defined(HAVE_LOCALECONV) && defined(ZTS) PHP_MINIT_FUNCTION(localeconv); PHP_MSHUTDOWN_FUNCTION(localeconv); |