diff options
| author | Ben Fuhrmannek | 2015-01-15 17:09:32 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2015-01-15 17:09:32 +0100 |
| commit | 5335470004c0e97fd5f4d4a2d0371693cb26fccc (patch) | |
| tree | b058967648f7069b5f43a1c23a7c7b8f56460959 /rfc1867_new.c | |
| parent | 68960966324f4701a1f402e97f17ca7870a317a4 (diff) | |
removed <5.4 compatibility code
Diffstat (limited to 'rfc1867_new.c')
| -rw-r--r-- | rfc1867_new.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c index 9831e8a..2a8b3ab 100644 --- a/rfc1867_new.c +++ b/rfc1867_new.c | |||
| @@ -35,7 +35,6 @@ | |||
| 35 | #include "suhosin_rfc1867.h" | 35 | #include "suhosin_rfc1867.h" |
| 36 | #include "ext/standard/php_string.h" | 36 | #include "ext/standard/php_string.h" |
| 37 | 37 | ||
| 38 | #if 1 //PHP_VERSION_ID >= 50400 | ||
| 39 | 38 | ||
| 40 | #define DEBUG_FILE_UPLOAD ZEND_DEBUG | 39 | #define DEBUG_FILE_UPLOAD ZEND_DEBUG |
| 41 | 40 | ||
| @@ -1267,7 +1266,6 @@ fileupload_done: | |||
| 1267 | } | 1266 | } |
| 1268 | /* }}} */ | 1267 | /* }}} */ |
| 1269 | 1268 | ||
| 1270 | #endif | ||
| 1271 | 1269 | ||
| 1272 | /* | 1270 | /* |
| 1273 | * Local variables: | 1271 | * Local variables: |
