Writing a PHP Extension |
|
2024-11-25 |
|
|
6 |
|
|
The structure of a typical extension contains the following components:
includes
function_entry
module_entry
PHP_INI_BEGIN
PHP_MINIT_FUNCTION
PHP_MSHUTDOWN_FUNCTION
PHP_RINIT_FUNCTION
PHP_RSHUTDOWN_FUNCTION
PHP_MINFO_FUNCTION
functions