summaryrefslogtreecommitdiff
path: root/main/streams/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/streams/memory.c')
-rw-r--r--main/streams/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/streams/memory.c b/main/streams/memory.c
index 6b3fc3f95b..1f6bfbde04 100644
--- a/main/streams/memory.c
+++ b/main/streams/memory.c
@@ -357,6 +357,7 @@ typedef struct {
/* {{{ */
+
static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC)
{
php_stream_temp_data *ts = (php_stream_temp_data*)stream->abstract;