From: foobar Date: Sun, 7 Apr 2002 22:43:17 +0000 (+0000) Subject: Fixed compile failure with ZTS build. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~806 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e034d43ccf35ba0ffc603479e5880cf6d07b5fc6;p=php Fixed compile failure with ZTS build. --- diff --git a/ext/ming/ming.c b/ext/ming/ming.c index 79553186af..731efd4e93 100644 --- a/ext/ming/ming.c +++ b/ext/ming/ming.c @@ -1563,6 +1563,8 @@ PHP_FUNCTION(swfmovie_output) void phpStreamOutputMethod(byte b, void * data) { + TSRMLS_FETCH(); + php_stream_write((php_stream*)data, &b, 1); }