From 0afcb03de3816d745ba79c5e27bbe3d7998106eb Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Tue, 9 Jan 2001 15:11:23 +0000 Subject: added iconv extension. --- 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 ce6fce4a82..d4d89c8778 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -78,9 +78,6 @@ PHP_FUNCTION(strnatcasecmp); PHP_FUNCTION(substr_count); PHP_FUNCTION(str_pad); PHP_FUNCTION(sscanf); -PHP_FUNCTION(iconv); -PHP_FUNCTION(ob_iconv_handler); -PHP_FUNCTION(iconv_set_encoding); #define strnatcmp(a, b) \ strnatcmp_ex(a, strlen(a), b, strlen(b), 0) -- cgit v1.2.1