summaryrefslogtreecommitdiff
path: root/ext/swf/swf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/swf/swf.c')
-rw-r--r--ext/swf/swf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c
index b06eba7fd6..3b0ca328b7 100644
--- a/ext/swf/swf.c
+++ b/ext/swf/swf.c
@@ -255,7 +255,7 @@ PHP_FUNCTION(swf_closefile)
}
while ((b = fread(buf, 1, sizeof(buf), f)) > 0)
- php_write(buf, b);
+ php_write(buf, b TSRMLS_CC);
fclose(f);