Browse Source

Fixed compile failure with ZTS build.

experimental/new_ui_api
foobar 25 years ago
parent
commit
e034d43ccf
  1. 2
      ext/ming/ming.c

2
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);
}

Loading…
Cancel
Save