summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rfc1867_new.c12
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
184void 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. */