zend_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)
zend_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)
zend_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)
zend_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)
zend_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)
zend_com_dotnet_globals   56 ext/com_dotnet/php_com_dotnet.h # define COMG(v) TSRMG(com_dotnet_globals_id, zend_com_dotnet_globals *, v)