From f58628ca4d100480b2ab45cf16e368c20af31417 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 1 Jan 2003 11:04:44 +0000 Subject: 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 --- ext/standard/php_string.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/standard/php_string.h') 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); -- cgit v1.2.1