diff options
| author | Ben Fuhrmannek | 2014-09-22 18:03:56 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-09-22 18:03:56 +0200 |
| commit | 17a1a8e7dbfab2e9a8a7b236b3aa2c7cc6d5c895 (patch) | |
| tree | 05b74cf5df3544e73bbca1aafa8bba4aca96c4c6 /rfc1867_new.c | |
| parent | c8fad499cdba383f13440bc14ffbb1fe8482f284 (diff) | |
commented out duplicate function (resolves #59)
Diffstat (limited to 'rfc1867_new.c')
| -rw-r--r-- | rfc1867_new.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c index 1d7ff9e..720e3ff 100644 --- a/rfc1867_new.c +++ b/rfc1867_new.c | |||
| @@ -181,12 +181,12 @@ static int unlink_filename(char **filename TSRMLS_DC) /* {{{ */ | |||
| 181 | } | 181 | } |
| 182 | /* }}} */ | 182 | /* }}} */ |
| 183 | 183 | ||
| 184 | void destroy_uploaded_files_hash(TSRMLS_D) /* {{{ */ | 184 | // void destroy_uploaded_files_hash(TSRMLS_D) /* {{{ */ |
| 185 | { | 185 | // { |
| 186 | zend_hash_apply(SG(rfc1867_uploaded_files), (apply_func_t) unlink_filename TSRMLS_CC); | 186 | // zend_hash_apply(SG(rfc1867_uploaded_files), (apply_func_t) unlink_filename TSRMLS_CC); |
| 187 | zend_hash_destroy(SG(rfc1867_uploaded_files)); | 187 | // zend_hash_destroy(SG(rfc1867_uploaded_files)); |
| 188 | FREE_HASHTABLE(SG(rfc1867_uploaded_files)); | 188 | // FREE_HASHTABLE(SG(rfc1867_uploaded_files)); |
| 189 | } | 189 | // } |
| 190 | /* }}} */ | 190 | /* }}} */ |
| 191 | 191 | ||
| 192 | /* {{{ Following code is based on apache_multipart_buffer.c from libapreq-0.33 package. */ | 192 | /* {{{ Following code is based on apache_multipart_buffer.c from libapreq-0.33 package. */ |
