php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_com_dotnet.h File Reference
#include "php_version.h"

Go to the source code of this file.

Macros

#define phpext_com_dotnet_ptr   &com_dotnet_module_entry
 
#define PHP_COM_DOTNET_API   __declspec(dllexport)
 
#define PHP_COM_DOTNET_VERSION   PHP_VERSION
 
#define COMG(v)
 

Functions

 PHP_MINIT_FUNCTION (com_dotnet)
 
 PHP_MSHUTDOWN_FUNCTION (com_dotnet)
 
 PHP_RINIT_FUNCTION (com_dotnet)
 
 PHP_RSHUTDOWN_FUNCTION (com_dotnet)
 
 PHP_MINFO_FUNCTION (com_dotnet)
 

Variables

zend_module_entry com_dotnet_module_entry
 
bool allow_dcom
 
bool autoreg_verbose
 
bool autoreg_on
 
bool autoreg_case_sensitive
 
voiddotnet_runtime_stuff
 
int code_page
 
bool rshutdown_started
 

Macro Definition Documentation

◆ COMG

#define COMG ( v)
Value:
uint32_t v
Definition cdf.c:1237
#define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v)
Definition zend_API.h:274

Definition at line 53 of file php_com_dotnet.h.

◆ PHP_COM_DOTNET_API

#define PHP_COM_DOTNET_API   __declspec(dllexport)

Definition at line 27 of file php_com_dotnet.h.

◆ PHP_COM_DOTNET_VERSION

#define PHP_COM_DOTNET_VERSION   PHP_VERSION

Definition at line 30 of file php_com_dotnet.h.

◆ phpext_com_dotnet_ptr

#define phpext_com_dotnet_ptr   &com_dotnet_module_entry

Definition at line 21 of file php_com_dotnet.h.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( com_dotnet )

Definition at line 253 of file com_extension.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( com_dotnet )

Definition at line 174 of file com_extension.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( com_dotnet )

Definition at line 216 of file com_extension.c.

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( com_dotnet )

Definition at line 232 of file com_extension.c.

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( com_dotnet )

Definition at line 240 of file com_extension.c.

Variable Documentation

◆ allow_dcom

bool allow_dcom

Definition at line 39 of file php_com_dotnet.h.

◆ autoreg_case_sensitive

bool autoreg_case_sensitive

Definition at line 42 of file php_com_dotnet.h.

◆ autoreg_on

bool autoreg_on

Definition at line 41 of file php_com_dotnet.h.

◆ autoreg_verbose

bool autoreg_verbose

Definition at line 40 of file php_com_dotnet.h.

◆ code_page

int code_page

Definition at line 44 of file php_com_dotnet.h.

◆ com_dotnet_module_entry

zend_module_entry com_dotnet_module_entry
extern

Definition at line 56 of file com_extension.c.

◆ dotnet_runtime_stuff

void* dotnet_runtime_stuff

Definition at line 43 of file php_com_dotnet.h.

◆ rshutdown_started

bool rshutdown_started

Definition at line 45 of file php_com_dotnet.h.