Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 95) sorted by path

1234

/PHP-7.4/
H A D.gdbinit28 ZTS detection is automatically based on ext/standard module struct
H A D.gitignore119 /sapi/apache2handler/libphp7.module
H A DCODING_STANDARDS.md31 module, and rely on each other non-trivial behavior, should be documented as
217 Unexposed module function should be static and should not be defined in
224 2. Main module source file must be named `modulename.c`.
323 * Any authoring information (known bugs, future directions of the module).
H A Dconfigure.ac335 AC_MSG_CHECKING([for chosen SAPI module])
1097 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
/PHP-7.4/Zend/
H A Dzend.c766 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
768 module_destructor(module); in module_destructor_zval()
769 free(module); in module_destructor_zval()
H A Dzend.h183 struct _zend_module_entry *module; member
H A Dzend_API.c1851 …ts_allocate_id(module->globals_id_ptr, module->globals_size, (ts_allocate_ctor) module->globals_ct… in zend_startup_module_ex()
1854 module->globals_ctor(module->globals_ptr); in zend_startup_module_ex()
1860 if (module->module_startup_func(module->type, module->module_number)==FAILURE) { in zend_startup_module_ex()
2005 if (!module) { in zend_register_module_ex()
2058 return module; in zend_register_module_ex()
2563 module->module_shutdown_func(module->type, module->module_number); in module_destructor()
2580 module->globals_dtor(module->globals_ptr); in module_destructor()
2605 if (module->request_startup_func(module->type, module->module_number)==FAILURE) { in zend_activate_modules()
2627 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules()
2636 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules()
[all …]
H A Dzend_API.h129 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
130 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
131 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
132 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
133 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
134 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
135 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
136 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
145 #define ZEND_MODULE_GLOBALS_CTOR_D(module) void ZEND_MODULE_GLOBALS_CTOR_N(module)(zend_##module##… argument
146 #define ZEND_MODULE_GLOBALS_DTOR_D(module) void ZEND_MODULE_GLOBALS_DTOR_N(module)(zend_##module##… argument
[all …]
H A Dzend_builtin_functions.c2024 zend_module_entry *module; in ZEND_FUNCTION() local
2026 ZEND_HASH_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
2027 add_next_index_string(return_value, module->name); in ZEND_FUNCTION()
2050 zend_module_entry *module; in ZEND_FUNCTION() local
2057 ZEND_HASH_FOREACH_PTR(&module_registry, module) { in ZEND_FUNCTION()
2058 module_names[module->module_number] = (char *)module->name; in ZEND_FUNCTION()
2649 zend_module_entry *module; in ZEND_FUNCTION() local
2657 module = zend_hash_find_ptr(&module_registry, lcname); in ZEND_FUNCTION()
2663 if (!module) { in ZEND_FUNCTION()
2667 if (module->functions) { in ZEND_FUNCTION()
[all …]
H A Dzend_closures.c404 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
H A Dzend_compile.c1700 ce->info.internal.module = NULL; in zend_initialize_class_data()
H A Dzend_compile.h477 struct _zend_module_entry *module; member
H A Dzend_ini.h82 ZEND_API void display_ini_entries(zend_module_entry *module);
H A Dzend_modules.h126 void module_destructor(zend_module_entry *module);
127 int module_registry_request_startup(zend_module_entry *module);
128 int module_registry_unload_temp(const zend_module_entry *module);
/PHP-7.4/azure/
H A Dsetup-slapd.sh81 dn: cn=module{0},cn=config
/PHP-7.4/build/
H A Dlibtool.m41522 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
4332 # Commands used to build a loadable module (assumed same as above if empty)
H A Dltmain.sh1154 module=no
1663 -module)
1664 module=yes
2725 $echo "** Warning, lib $linklib is a module, not a shared library"
2870 if test "$module" = yes; then
2882 build_libtool_libs=module
3170 if test "$module" = no; then
3835 if test "$module" = yes; then
5514 if test "$build_libtool_libs" = module; then
5750 case $host,$output,$installed,$module,$dlname in
[all …]
H A Dphp.m4828 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
830 dnl Basically sets up the link-stage for building module-name from object_var in
854 …) $additional_flags -o [\$]@ -export-dynamic -avoid-version -prefer-pic -module -rpath \$(phplibdi…
874 | one SAPI module plus CGI, CLI and FPM binaries at the same time. |
933 dnl "cxx" can be used to indicate that a C++ shared module is desired.
943 dnl ---------------------------------------------- Static module
952 dnl ---------------------------------------------- Shared module
956 …AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z_-,A-Z__), 1, Whether to build $1 as dynamic module)
961 dnl ---------------------------------------------- CLI static module
2309 dnl PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
H A Dpkg.m4221 dnl Substitutes the variable pkgconfigdir as the location where a module
244 dnl module should install arch-independent pkg-config .pc files. By
266 dnl Retrieves the value of the pkg-config variable for the given module.
/PHP-7.4/docs/
H A Dself-contained-extensions.md7 * Source code for your module
41 It is time to finish the module. Run:
59 The MySQL module will either use the embedded MySQL client library or the MySQL
99 distribute your module with PHP, these facilities allow you to integrate your
100 module easily into the main PHP module framework.
110 modules, use a simple module as a starting point and add your own code.
138 ## Adding shared module support to a module
141 module. The following will explain now how you can add shared module support to
142 an existing module called `foo`.
H A Dunix-build-system.md48 even be built as a dynamic module.
61 If you previously built sub-libraries for this module, add the source-code files
106 regarding how PHP is supposed to be built (shared module, program, etc).
/PHP-7.4/ext/bz2/
H A Dconfig.m431 AC_MSG_ERROR(bz2 module requires libbz2 >= 1.0.0)
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c307 OLECHAR *module = NULL; in PHP_FUNCTION() local
316 module = php_com_string_to_olestring(module_name, module_name_len, (int)code_page); in PHP_FUNCTION()
318 res = CLSIDFromString(module, &clsid); in PHP_FUNCTION()
345 efree(module); in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Dphp_dom.c1076 …while ((base_class->type != ZEND_INTERNAL_CLASS || base_class->info.internal.module->module_number… in dom_objects_set_class()
/PHP-7.4/ext/ffi/
H A Dffi.c2072 func->internal_function.module = NULL; in zend_ffi_cdata_get_closure()
2826 func->internal_function.module = NULL; in zend_ffi_get_func()

Completed in 139 milliseconds

1234