summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-01-01 11:04:44 +0000
committerWez Furlong <wez@php.net>2003-01-01 11:04:44 +0000
commitf58628ca4d100480b2ab45cf16e368c20af31417 (patch)
treeb56ca65fabf6e991c927203f8e65901800aacb1c /ext/standard/php_string.h
parent30dafe2f42adfa081e39c9287aa0708598736561 (diff)
downloadphp-git-f58628ca4d100480b2ab45cf16e368c20af31417.tar.gz
Move rot13 filter into a new filters.c source file.
Tidy up some other filter related code. # win32 -> someone please add user_filters.c and filters.c to the .dsp
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h3
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);