Built-in Module Initialization

Modules can be either loaded dynamically at runtime or compiled in statically. When a module is loaded at runtime, it is registered [1] immediatelly with the core. When the module is compiled in statically, the registration[1] must be performed during the server startup. Function register_buildin_modules does the job.

Notes

[1]

Module registration is a process when the core tries to find what functions and parameters are offered by the module.