summaryrefslogtreecommitdiff
path: root/main/php_main.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2002-08-02 06:53:48 +0000
committerRui Hirokawa <hirokawa@php.net>2002-08-02 06:53:48 +0000
commit7527bf0c587f5bec04c47d7d21e2cc533e7f87f4 (patch)
tree5b135911d0fef140bb4963e47e237f82d35c603a /main/php_main.h
parent82b5dc103f205ae51eb4de7662035eb50265f558 (diff)
downloadphp-git-7527bf0c587f5bec04c47d7d21e2cc533e7f87f4.tar.gz
made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data.
Diffstat (limited to 'main/php_main.h')
-rw-r--r--main/php_main.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php_main.h b/main/php_main.h
index 0ae80136cd..1e16496ca8 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -53,8 +53,4 @@ extern void php_call_shutdown_functions(void);
extern int php_init_environ(void);
extern int php_shutdown_environ(void);
-#if defined(MBSTR_ENC_TRANS)
-#define php_treat_data mbstr_treat_data
-#endif
-
#endif