]> granicus.if.org Git - php/commitdiff
Fetch SWF globals
authorSascha Schumann <sas@php.net>
Sat, 9 Dec 2000 10:35:18 +0000 (10:35 +0000)
committerSascha Schumann <sas@php.net>
Sat, 9 Dec 2000 10:35:18 +0000 (10:35 +0000)
PR: #8181

ext/swf/swf.c

index e09bc9cac06a9582282d6eef9741feb5fad36a6e..cef7bad5d415b0c24dd5354965f82f9999d7499b 100644 (file)
@@ -151,6 +151,7 @@ PHP_MINIT_FUNCTION(swf)
 
 PHP_RINIT_FUNCTION(swf)
 {
+       SWFLS_FETCH();
        SWFG(use_file) = 0;
 
        return SUCCESS;