PHP_FUNCTION(swfmovie_output)
{
- zval **zlimit = NULL;
- int limit = -1;
SWFMovie movie = getMovie(getThis() TSRMLS_CC);
#ifdef HAVE_MING_ZLIB
PHP_FUNCTION(swfmovie_saveToFile)
{
zval **x;
- zval **zlimit = NULL;
- int limit = -1;
SWFMovie movie = getMovie(getThis() TSRMLS_CC);
php_stream *what;
Saves the movie. 'where' can be stream and the movie will be saved there otherwise it is treated as string and written in file with that name */
PHP_FUNCTION(swfmovie_save)
{
- zval **x, **zlimit = NULL;
- int limit = -1;
+ zval **x;
long retval;
php_stream *stream;