mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
#uups commit on wrong file
This commit is contained in:
@@ -318,7 +318,7 @@ static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t
|
||||
if (memsize + count >= ts->smax) {
|
||||
php_stream *file = php_stream_fopen_tmpfile();
|
||||
php_stream_write(file, membuf, memsize);
|
||||
php_stream_memory_close(ts->innerstream);
|
||||
php_stream_close(ts->innerstream);
|
||||
ts->innerstream = file;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user