From e451aecc9c277455e6e4d2b96252ad411f156d0a Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Wed, 12 Feb 2014 12:03:10 +0100 Subject: Disable RFC1867 stuff more agressively. --- rfc1867.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rfc1867.c b/rfc1867.c index b07ed68..3af62c4 100644 --- a/rfc1867.c +++ b/rfc1867.c @@ -36,6 +36,8 @@ #include "php_ini.h" #include "ext/standard/php_string.h" +#if PHP_VERSION_ID < 50400 + #define DEBUG_FILE_UPLOAD ZEND_DEBUG #if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING) @@ -1382,6 +1384,8 @@ fileupload_done: SAFE_RETURN; } +#endif + /* * Local variables: * tab-width: 4 -- cgit v1.3