summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-08-19 00:12:27 +0200
committerNikita Popov <nikic@php.net>2016-08-19 00:34:13 +0200
commit37b0dcc8e01085e5a93b0dfcf79f8e87bcb9c3fe (patch)
tree472b1dafdf41b3c44f5408a8e6cb06716d0cd908 /main/rfc1867.c
parentcf40f999ba3a74acba1313cbf0a71c870de1ec8e (diff)
downloadphp-git-37b0dcc8e01085e5a93b0dfcf79f8e87bcb9c3fe.tar.gz
Decouple DEBUG_FILE_UPLOAD from ZEND_DEBUG
Enabling ZEND_DEBUG should not result in intrusive program behavior changes.
Diffstat (limited to 'main/rfc1867.c')
-rw-r--r--main/rfc1867.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c
index 6aa6b5d626..9cdaeccb79 100644
--- a/main/rfc1867.c
+++ b/main/rfc1867.c
@@ -40,7 +40,9 @@
# define HAVE_ATOLL 1
#endif
-#define DEBUG_FILE_UPLOAD ZEND_DEBUG
+#ifndef DEBUG_FILE_UPLOAD
+# define DEBUG_FILE_UPLOAD 0
+#endif
static int dummy_encoding_translation(void)
{