com_dotnet_globals  325 ext/com_dotnet/com_extension.c     STD_PHP_INI_ENTRY("com.allow_dcom",				"0", PHP_INI_SYSTEM, OnUpdateBool, allow_dcom, zend_com_dotnet_globals, com_dotnet_globals)
com_dotnet_globals  326 ext/com_dotnet/com_extension.c     STD_PHP_INI_ENTRY("com.autoregister_verbose",	"0", PHP_INI_ALL, OnUpdateBool, autoreg_verbose, zend_com_dotnet_globals, com_dotnet_globals)
com_dotnet_globals  327 ext/com_dotnet/com_extension.c     STD_PHP_INI_ENTRY("com.autoregister_typelib",	"0", PHP_INI_ALL, OnUpdateBool, autoreg_on, zend_com_dotnet_globals, com_dotnet_globals)
com_dotnet_globals  328 ext/com_dotnet/com_extension.c     STD_PHP_INI_ENTRY("com.autoregister_casesensitive",	"1", PHP_INI_ALL, OnUpdateBool, autoreg_case_sensitive, zend_com_dotnet_globals, com_dotnet_globals)
com_dotnet_globals  329 ext/com_dotnet/com_extension.c 	STD_PHP_INI_ENTRY("com.code_page", "", PHP_INI_ALL, OnUpdateLong, code_page, zend_com_dotnet_globals, com_dotnet_globals)
com_dotnet_globals  338 ext/com_dotnet/com_extension.c 	memset(com_dotnet_globals, 0, sizeof(*com_dotnet_globals));
com_dotnet_globals  339 ext/com_dotnet/com_extension.c 	com_dotnet_globals->code_page = CP_ACP;
com_dotnet_globals   58 ext/com_dotnet/php_com_dotnet.h # define COMG(v) (com_dotnet_globals.v)