From: Rui Hirokawa Date: Tue, 3 Sep 2002 09:11:33 +0000 (+0000) Subject: removed #ifdef for mbstring.encoding_translation. X-Git-Tag: RELEASE_0_91~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee2e4ed41f33bc4dc78c1672fabcb5bca6055f2b;p=php removed #ifdef for mbstring.encoding_translation. --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index b706b7bc6a..ac4d82f6c1 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -648,9 +648,7 @@ PHP_INI_BEGIN() #endif /* ZEND_MULTIBYTE */ PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_character) STD_PHP_INI_ENTRY("mbstring.func_overload", "0", PHP_INI_SYSTEM, OnUpdateInt, func_overload, zend_mbstring_globals, mbstring_globals) -#if !defined(COMPILE_DL_MBSTRING) STD_PHP_INI_BOOLEAN("mbstring.encoding_translation", "0", PHP_INI_ALL, OnUpdateBool, encoding_translation, zend_mbstring_globals, mbstring_globals) -#endif /* !defined(COMPILE_DL_MBSTRING) */ PHP_INI_END()