summaryrefslogtreecommitdiff
path: root/ext/swf
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-09 10:35:18 +0000
committerSascha Schumann <sas@php.net>2000-12-09 10:35:18 +0000
commitac3c7fb5dee40136bb3131277e3f4d2015ad3961 (patch)
treee27dd4efb51f69cab7392ae4b23ac039b357435d /ext/swf
parent98349a94088fe3c11f31e7257279c5f0c59275b2 (diff)
downloadphp-git-ac3c7fb5dee40136bb3131277e3f4d2015ad3961.tar.gz
Fetch SWF globals
PR: #8181
Diffstat (limited to 'ext/swf')
-rw-r--r--ext/swf/swf.c1
1 files changed, 1 insertions, 0 deletions
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;