summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Esser2014-02-12 12:03:10 +0100
committerStefan Esser2014-02-12 12:03:10 +0100
commite451aecc9c277455e6e4d2b96252ad411f156d0a (patch)
treeb9928c2e42b3eeb9f4fd78ad7763fecb68f54ae3
parent3b24f87e1e0673a2a9c6bfcfa09d91b19bcaaf3a (diff)
Disable RFC1867 stuff more agressively.
-rw-r--r--rfc1867.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/rfc1867.c b/rfc1867.c
index b07ed68..3af62c4 100644
--- a/rfc1867.c
+++ b/rfc1867.c
@@ -36,6 +36,8 @@
36#include "php_ini.h" 36#include "php_ini.h"
37#include "ext/standard/php_string.h" 37#include "ext/standard/php_string.h"
38 38
39#if PHP_VERSION_ID < 50400
40
39#define DEBUG_FILE_UPLOAD ZEND_DEBUG 41#define DEBUG_FILE_UPLOAD ZEND_DEBUG
40 42
41#if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING) 43#if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)
@@ -1382,6 +1384,8 @@ fileupload_done:
1382 SAFE_RETURN; 1384 SAFE_RETURN;
1383} 1385}
1384 1386
1387#endif
1388
1385/* 1389/*
1386 * Local variables: 1390 * Local variables:
1387 * tab-width: 4 1391 * tab-width: 4