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 @@ -174,6 +174,7 @@ PHPAPI void destroy_uploaded_files_hash(void) /* {{{ */
174
174
} ZEND_HASH_FOREACH_END ();
175
175
zend_hash_destroy (SG (rfc1867_uploaded_files ));
176
176
FREE_HASHTABLE (SG (rfc1867_uploaded_files ));
177
+ SG (rfc1867_uploaded_files ) = NULL ;
177
178
}
178
179
/* }}} */
179
180
@@ -1134,7 +1135,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
1134
1135
register_http_post_files_variable (lbuf , s , & PG (http_globals )[TRACK_VARS_FILES ], 0 );
1135
1136
s = NULL ;
1136
1137
1137
- /* Add full path of supplied file for folder uploads via
1138
+ /* Add full path of supplied file for folder uploads via
1138
1139
* <input type="file" name="files" multiple webkitdirectory>
1139
1140
*/
1140
1141
/* Add $foo[full_path] */
You can’t perform that action at this time.
0 commit comments