]> granicus.if.org Git - php/commitdiff
Fixed compile failure with ZTS build.
authorfoobar <sniper@php.net>
Sun, 7 Apr 2002 22:43:17 +0000 (22:43 +0000)
committerfoobar <sniper@php.net>
Sun, 7 Apr 2002 22:43:17 +0000 (22:43 +0000)
ext/ming/ming.c

index 79553186af764a0cffd219bead5e8cfd0027c298..731efd4e93862b2bf3988ca3533e69bb804f6b35 100644 (file)
@@ -1563,6 +1563,8 @@ PHP_FUNCTION(swfmovie_output)
 
 void phpStreamOutputMethod(byte b, void * data)
 {
+       TSRMLS_FETCH();
+
        php_stream_write((php_stream*)data, &b, 1);
 }