From c8724cde260e6c8bab4aefffffa1aa46f92a57ee Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Sat, 11 Oct 2014 10:25:59 +0200 Subject: fixed utf8 detection + made feature experimental --- php_suhosin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php_suhosin.h') diff --git a/php_suhosin.h b/php_suhosin.h index d567877..df7c877 100644 --- a/php_suhosin.h +++ b/php_suhosin.h @@ -250,7 +250,9 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) zend_bool upload_disallow_elf; zend_bool upload_disallow_binary; zend_bool upload_remove_binary; +#ifdef SUHOSIN_EXPERIMENTAL zend_bool upload_allow_utf8; +#endif char *upload_verification_script; zend_bool no_more_variables; -- cgit v1.3