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) /* {{{ */
197197 } ZEND_HASH_FOREACH_END ();
198198 zend_hash_destroy (SG (rfc1867_uploaded_files ));
199199 FREE_HASHTABLE (SG (rfc1867_uploaded_files ));
200+ SG (rfc1867_uploaded_files ) = NULL ;
200201}
201202/* }}} */
202203
@@ -1157,7 +1158,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
11571158 register_http_post_files_variable (lbuf , s , & PG (http_globals )[TRACK_VARS_FILES ], 0 );
11581159 s = NULL ;
11591160
1160- /* Add full path of supplied file for folder uploads via
1161+ /* Add full path of supplied file for folder uploads via
11611162 * <input type="file" name="files" multiple webkitdirectory>
11621163 */
11631164 /* Add $foo[full_path] */
You can’t perform that action at this time.
0 commit comments