From: foobar Date: Sat, 29 Jun 2002 01:55:36 +0000 (+0000) Subject: This is not done anymore. (should fix win32 snapshot build too) X-Git-Tag: php-4.3.0dev_zend2_alpha2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=158370464a330a30cac78c2efe7a6f21acd272e6;p=php This is not done anymore. (should fix win32 snapshot build too) --- diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index 650850862b..e98cadbb89 100644 --- a/ext/xslt/sablot.c +++ b/ext/xslt/sablot.c @@ -81,8 +81,6 @@ function_entry xslt_functions[] = { PHP_FE(xslt_set_base, NULL) #ifdef HAVE_SABLOT_SET_ENCODING PHP_FE(xslt_set_encoding, NULL) -#else - PHP_FALIAS(xslt_set_encoding, warn_not_available, NULL) #endif PHP_FE(xslt_set_log, NULL) PHP_FE(xslt_process, NULL)