summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r--ext/hyperwave/hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index c8c67c59f5..7857d3ee37 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -3006,7 +3006,7 @@ PHP_FUNCTION(hw_output_document)
RETURN_FALSE;
}
- php_write(ptr->data, ptr->size);
+ php_write(ptr->data, ptr->size TSRMLS_CC);
RETURN_TRUE;
}