From: Rui Hirokawa Date: Mon, 30 Apr 2001 13:27:53 +0000 (+0000) Subject: added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input... X-Git-Tag: php-4.0.6RC1~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2e2d432fd9f4f366a1382c180de92fe85bd5e8b;p=php added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring. --- 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