Fixed SIGSEGV because of access to uninitialized data

This commit is contained in:
Dmitry Stogov 2008-03-04 12:47:18 +00:00
parent 430e54d457
commit 29eac881b0

View File

@ -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;
}