File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ PHPAPI void destroy_uploaded_files_hash(void) /* {{{ */
197
197
} ZEND_HASH_FOREACH_END ();
198
198
zend_hash_destroy (SG (rfc1867_uploaded_files ));
199
199
FREE_HASHTABLE (SG (rfc1867_uploaded_files ));
200
+ SG (rfc1867_uploaded_files ) = NULL ;
200
201
}
201
202
/* }}} */
202
203
@@ -1157,7 +1158,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
1157
1158
register_http_post_files_variable (lbuf , s , & PG (http_globals )[TRACK_VARS_FILES ], 0 );
1158
1159
s = NULL ;
1159
1160
1160
- /* Add full path of supplied file for folder uploads via
1161
+ /* Add full path of supplied file for folder uploads via
1161
1162
* <input type="file" name="files" multiple webkitdirectory>
1162
1163
*/
1163
1164
/* Add $foo[full_path] */
You can’t perform that action at this time.
0 commit comments