summaryrefslogtreecommitdiff
path: root/main/SAPI.c
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2014-07-02 14:35:20 +0200
committerMichael Wallner <mike@php.net>2014-07-03 20:40:40 +0200
commit438b6c5258021d72be3d48d46031ae516aaa0e19 (patch)
tree1f78c5bc645fcf306fa164b9b2cf90ed907416f0 /main/SAPI.c
parent40bcd909d8948c53226accf9ceb11987b0f8e442 (diff)
downloadphp-git-438b6c5258021d72be3d48d46031ae516aaa0e19.tar.gz
finish
Diffstat (limited to 'main/SAPI.c')
-rw-r--r--main/SAPI.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.c b/main/SAPI.c
index 653f587175..f9e9ccb049 100644
--- a/main/SAPI.c
+++ b/main/SAPI.c
@@ -279,7 +279,7 @@ SAPI_API SAPI_POST_READER_FUNC(sapi_read_standard_form_data)
}
- SG(request_info).request_body = php_stream_temp_create(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE);
+ SG(request_info).request_body = php_stream_temp_create_ex(TEMP_STREAM_DEFAULT, SAPI_POST_BLOCK_SIZE, PG(upload_tmp_dir));
if (sapi_module.read_post) {
int read_bytes;