mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Send $HTTP_POST_FILES to the right place
This commit is contained in:
parent
51a4b2411d
commit
677d4b9913
@ -105,7 +105,7 @@ static void php_mime_split(char *buf, int cnt, char *boundary, zval *array_ptr)
|
||||
ALLOC_ZVAL(http_post_files);
|
||||
array_init(http_post_files);
|
||||
INIT_PZVAL(http_post_files);
|
||||
PG(http_globals)[TRACK_VARS_POST] = http_post_files;
|
||||
PG(http_globals)[TRACK_VARS_FILES] = http_post_files;
|
||||
|
||||
ptr = buf;
|
||||
rem = cnt;
|
||||
|
Loading…
Reference in New Issue
Block a user