diff options
author | Wez Furlong <wez@php.net> | 2003-01-01 11:04:44 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-01-01 11:04:44 +0000 |
commit | f58628ca4d100480b2ab45cf16e368c20af31417 (patch) | |
tree | b56ca65fabf6e991c927203f8e65901800aacb1c /ext/standard/php_string.h | |
parent | 30dafe2f42adfa081e39c9287aa0708598736561 (diff) | |
download | php-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.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); |