|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
| void * | dotnet_runtime_stuff |
| int | code_page |
| bool | rshutdown_started |
Definition at line 53 of file php_com_dotnet.h.
| #define PHP_COM_DOTNET_API __declspec(dllexport) |
Definition at line 27 of file php_com_dotnet.h.
| #define PHP_COM_DOTNET_VERSION PHP_VERSION |
Definition at line 30 of file php_com_dotnet.h.
| #define phpext_com_dotnet_ptr &com_dotnet_module_entry |
Definition at line 21 of file php_com_dotnet.h.
| PHP_MINFO_FUNCTION | ( | com_dotnet | ) |
Definition at line 253 of file com_extension.c.
| PHP_MINIT_FUNCTION | ( | com_dotnet | ) |
Definition at line 174 of file com_extension.c.
| PHP_MSHUTDOWN_FUNCTION | ( | com_dotnet | ) |
Definition at line 216 of file com_extension.c.
| PHP_RINIT_FUNCTION | ( | com_dotnet | ) |
Definition at line 232 of file com_extension.c.
| PHP_RSHUTDOWN_FUNCTION | ( | com_dotnet | ) |
Definition at line 240 of file com_extension.c.
| bool allow_dcom |
Definition at line 39 of file php_com_dotnet.h.
| bool autoreg_case_sensitive |
Definition at line 42 of file php_com_dotnet.h.
| bool autoreg_on |
Definition at line 41 of file php_com_dotnet.h.
| bool autoreg_verbose |
Definition at line 40 of file php_com_dotnet.h.
| int code_page |
Definition at line 44 of file php_com_dotnet.h.
|
extern |
Definition at line 56 of file com_extension.c.
| void* dotnet_runtime_stuff |
Definition at line 43 of file php_com_dotnet.h.
| bool rshutdown_started |
Definition at line 45 of file php_com_dotnet.h.