summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/soap/soap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index 42a23c8891..2d09138f48 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -511,6 +511,7 @@ PHP_RINIT_FUNCTION(soap)
SOAP_GLOBAL(encoding) = NULL;
SOAP_GLOBAL(class_map) = NULL;
SOAP_GLOBAL(features) = 0;
+ SOAP_GLOBAL(ref_map) = NULL;
return SUCCESS;
}