summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/php_main.h4
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