]> granicus.if.org Git - php/commitdiff
removed #ifdef for mbstring.encoding_translation.
authorRui Hirokawa <hirokawa@php.net>
Tue, 3 Sep 2002 09:11:33 +0000 (09:11 +0000)
committerRui Hirokawa <hirokawa@php.net>
Tue, 3 Sep 2002 09:11:33 +0000 (09:11 +0000)
ext/mbstring/mbstring.c

index b706b7bc6a4945e7cb805023db5f335be1b50601..ac4d82f6c1b5594d6516334f042251d8b156ee35 100644 (file)
@@ -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()