diff options
| -rw-r--r-- | rfc1867.c | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
