From 0414c9ceec1f86e864ed56d77f7128768d70de50 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Wed, 5 Oct 2016 19:06:03 +0200 Subject: fixed linux compile issue #12 --- rfc1867.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rfc1867.c') diff --git a/rfc1867.c b/rfc1867.c index 8daa0e8..983f9b4 100644 --- a/rfc1867.c +++ b/rfc1867.c @@ -16,7 +16,7 @@ | Authors: Stefan Esser | | Ben Fuhrmannek | +----------------------------------------------------------------------+ - + Note: The following code is based on main/rfc1867.c from PHP 7. | Copyright (c) 1997-2016 The PHP Group | Original PHP Version 7 Authors: @@ -33,13 +33,11 @@ * */ -#include #include "php.h" #include "php_open_temporary_file.h" #include "zend_globals.h" #include "php_globals.h" #include "php_variables.h" -// #include "rfc1867.h" #include "suhosin_rfc1867.h" #include "php_suhosin7.h" #include "ext/standard/php_string.h" @@ -424,7 +422,7 @@ static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header) smart_string buf_value = {0}; char *key = NULL; size_t newlines = 0; - + /* didn't find boundary, abort */ if (!find_boundary(self, self->boundary)) { return 0; -- cgit v1.3