Home
last modified time | relevance | path

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

1234

/php-src/
H A D.gdbinit28 ZTS detection is automatically based on ext/standard module struct
H A D.gitignore114 /sapi/apache2handler/libphp.module
H A DCODING_STANDARDS.md34 module, and rely on each other's non-trivial behavior, should be documented as
224 Unexposed module function should be static and should not be defined in
231 1. Main module source file must be named `modulename.c`.
290 * Any authoring information (known bugs, future directions of the module).
H A DUPGRADING.INTERNALS18 This function will also assign the module number and type, there is no need
H A Dconfigure.ac302 AC_MSG_CHECKING([for chosen SAPI module])
1165 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
/php-src/.github/scripts/
H A Dsetup-slapd.sh81 dn: cn=module{0},cn=config
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c135 && func->module->type == MODULE_PERSISTENT in zend_optimizer_eval_special_func_call()
137 && func->module->handle == NULL in zend_optimizer_eval_special_func_call()
/php-src/Zend/
H A Dzend.c884 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(zv); in module_destructor_zval() local
885 module_destructor(module); in module_destructor_zval()
H A Dzend.h232 struct _zend_module_entry *module; member
H A Dzend_API.c2353 …ts_allocate_id(module->globals_id_ptr, module->globals_size, (ts_allocate_ctor) module->globals_ct… in zend_startup_module_ex()
2356 module->globals_ctor(module->globals_ptr); in zend_startup_module_ex()
2362 if (module->module_startup_func(module->type, module->module_number)==FAILURE) { in zend_startup_module_ex()
2520 if (!module) { in zend_register_module_ex()
2578 return module; in zend_register_module_ex()
3244 module->module_shutdown_func(module->type, module->module_number); in module_destructor()
3261 module->globals_dtor(module->globals_ptr); in module_destructor()
3297 if (module->request_startup_func(module->type, module->module_number)==FAILURE) { in zend_activate_modules()
3316 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules()
3326 module->request_shutdown_func(module->type, module->module_number); in zend_deactivate_modules()
[all …]
H A Dzend_API.h222 #define ZEND_MODULE_STARTUP_N(module) zm_startup_##module argument
223 #define ZEND_MODULE_SHUTDOWN_N(module) zm_shutdown_##module argument
224 #define ZEND_MODULE_ACTIVATE_N(module) zm_activate_##module argument
225 #define ZEND_MODULE_DEACTIVATE_N(module) zm_deactivate_##module argument
226 #define ZEND_MODULE_POST_ZEND_DEACTIVATE_N(module) zm_post_zend_deactivate_##module argument
227 #define ZEND_MODULE_INFO_N(module) zm_info_##module argument
228 #define ZEND_MODULE_GLOBALS_CTOR_N(module) zm_globals_ctor_##module argument
229 #define ZEND_MODULE_GLOBALS_DTOR_N(module) zm_globals_dtor_##module argument
238 #define ZEND_MODULE_GLOBALS_CTOR_D(module) void ZEND_MODULE_GLOBALS_CTOR_N(module)(zend_##module##… argument
239 #define ZEND_MODULE_GLOBALS_DTOR_D(module) void ZEND_MODULE_GLOBALS_DTOR_N(module)(zend_##module##… argument
[all …]
H A Dzend_builtin_functions.c62 zend_module_entry *module; in zend_startup_builtin_functions() local
64 if (UNEXPECTED(module == NULL)) { in zend_startup_builtin_functions()
67 ZEND_ASSERT(module->module_number == 0); in zend_startup_builtin_functions()
1531 zend_module_entry *module; in ZEND_FUNCTION() local
1534 add_next_index_string(return_value, module->name); in ZEND_FUNCTION()
1556 zend_module_entry *module; in ZEND_FUNCTION() local
1564 module_names[module->module_number] = (char *)module->name; in ZEND_FUNCTION()
2117 zend_module_entry *module; in ZEND_FUNCTION() local
2131 if (!module) { in ZEND_FUNCTION()
2135 if (module->functions) { in ZEND_FUNCTION()
[all …]
H A Dzend_closures.c484 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
H A Dzend_compile.c2049 ce->info.internal.module = NULL; in zend_initialize_class_data()
H A Dzend_compile.h530 struct _zend_module_entry *module; member
H A Dzend_enum.c418 zif->module = EG(current_module); in zend_enum_register_func()
H A Dzend_inheritance.c1613 ce->info.internal.module->type == MODULE_PERSISTENT) { in zend_do_inheritance_ex()
H A Dzend_ini.c269 zend_module_entry *module; in zend_register_ini_entries() local
272 ZEND_HASH_REVERSE_FOREACH_PTR(&module_registry, module) { in zend_register_ini_entries()
273 if (module->module_number == module_number) { in zend_register_ini_entries()
274 return zend_register_ini_entries_ex(ini_entry, module_number, module->type); in zend_register_ini_entries()
298 zend_module_entry *module; in zend_unregister_ini_entries() local
301 ZEND_HASH_REVERSE_FOREACH_PTR(&module_registry, module) { in zend_unregister_ini_entries()
302 if (module->module_number == module_number) { in zend_unregister_ini_entries()
303 zend_unregister_ini_entries_ex(module_number, module->type); in zend_unregister_ini_entries()
H A Dzend_ini.h84 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 void module_registry_unload(const zend_module_entry *module);
/php-src/build/
H A Dlibtool.m41533 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
4341 # Commands used to build a loadable module (assumed same as above if empty)
H A Dltmain.sh1161 module=no
1676 -module)
1677 module=yes
2738 $echo "** Warning, lib $linklib is a module, not a shared library"
2883 if test "$module" = yes; then
2895 build_libtool_libs=module
3183 if test "$module" = no; then
3848 if test "$module" = yes; then
5527 if test "$build_libtool_libs" = module; then
5763 case $host,$output,$installed,$module,$dlname in
[all …]
H A Dphp.m4805 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
807 dnl Basically sets up the link-stage for building module-name from object_var in
831 …) $additional_flags -o [\$]@ -export-dynamic -avoid-version -prefer-pic -module -rpath \$(phplibdi…
851 | one SAPI module plus CGI, CLI and FPM binaries at the same time. |
915 dnl "cxx" can be used to indicate that a C++ shared module is desired.
925 dnl ---------------------------------------------- Static module
934 dnl ---------------------------------------------- Shared module
938 …AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z_-,A-Z__), 1, Whether to build $1 as dynamic module)
943 dnl ---------------------------------------------- CLI static module
2217 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-src/docs-old/
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`.

Completed in 171 milliseconds

1234