From: Sascha Schumann Date: Sat, 9 Dec 2000 10:35:18 +0000 (+0000) Subject: Fetch SWF globals X-Git-Tag: php-4.0.5RC1~952 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac3c7fb5dee40136bb3131277e3f4d2015ad3961;p=php Fetch SWF globals PR: #8181 --- diff --git a/ext/swf/swf.c b/ext/swf/swf.c index e09bc9cac0..cef7bad5d4 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -151,6 +151,7 @@ PHP_MINIT_FUNCTION(swf) PHP_RINIT_FUNCTION(swf) { + SWFLS_FETCH(); SWFG(use_file) = 0; return SUCCESS;