Browse Source

added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring.

PHP-4.0.6
Rui Hirokawa 25 years ago
parent
commit
e2e2d432fd
  1. 4
      main/php_main.h

4
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
Loading…
Cancel
Save