com_dotnet_globals 330 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 331 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 332 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 333 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 334 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 346 ext/com_dotnet/com_extension.c memset(com_dotnet_globals, 0, sizeof(*com_dotnet_globals)); com_dotnet_globals 347 ext/com_dotnet/com_extension.c com_dotnet_globals->code_page = CP_ACP;