diff options
author | Rui Hirokawa <hirokawa@php.net> | 2001-04-30 13:27:53 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2001-04-30 13:27:53 +0000 |
commit | e2e2d432fd9f4f366a1382c180de92fe85bd5e8b (patch) | |
tree | ebdc3c10def7ed25aa42db540c407b48770cc254 /main | |
parent | 1cc00fa05a24979e22426ea54f780f20b885beea (diff) | |
download | php-git-e2e2d432fd9f4f366a1382c180de92fe85bd5e8b.tar.gz |
added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring.
Diffstat (limited to 'main')
-rw-r--r-- | main/php_main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_main.h b/main/php_main.h index d3f7664763..598f55a091 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -53,4 +53,8 @@ extern void php_call_shutdown_functions(void); extern int php_init_environ(void); extern int php_shutdown_environ(void); +#if defined(JSTR_ENC_TRANS) +#define php_treat_data jstr_treat_data +#endif + #endif |