From 6bb8cdbbd56c09a6864b40ce21f9a87abd942305 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Sat, 12 Jul 2014 09:25:28 +0200 Subject: introduced suhosin.upload.allow_utf8 --- php_suhosin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'php_suhosin.h') diff --git a/php_suhosin.h b/php_suhosin.h index e5604a7..6d2ea80 100644 --- a/php_suhosin.h +++ b/php_suhosin.h @@ -150,6 +150,7 @@ ZEND_BEGIN_MODULE_GLOBALS(suhosin) zend_bool upload_disallow_elf; zend_bool upload_disallow_binary; zend_bool upload_remove_binary; + zend_bool upload_allow_utf8; char *upload_verification_script; zend_bool no_more_variables; -- cgit v1.3