Home
last modified time | relevance | path

Searched refs:module (Results 51 – 75 of 81) sorted by relevance

1234

/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch73 # Find and append run script run dir to module search path
/php-src/build/
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])
/php-src/main/
H A Dmain.c2053 zend_module_entry *module; in php_module_startup() local
2231 …if ((module = zend_hash_str_find_ptr(&module_registry, "standard", sizeof("standard")-1)) != NULL)… in php_module_startup()
2232 EG(current_module) = module; in php_module_startup()
2243 if ((module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core")-1)) != NULL) { in php_module_startup()
2244 module->version = PHP_VERSION; in php_module_startup()
2245 module->info_func = PHP_MINFO(php_core); in php_module_startup()
/php-src/ext/session/
H A Dsession_arginfo.h9 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, module, IS_STRING, 1, "null")
/php-src/Zend/
H A Dzend_ini.h84 ZEND_API void display_ini_entries(zend_module_entry *module);
H A Dzend.h232 struct _zend_module_entry *module; member
H A Dzend_enum.c418 zif->module = EG(current_module); in zend_enum_register_func()
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_compile.h530 struct _zend_module_entry *module; member
H A Dzend_closures.c484 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c200 zend_module_entry *module; in print_modules() local
205 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in print_modules()
206 php_printf("%s\n", module->name); in print_modules()
/php-src/
H A D.gitignore114 /sapi/apache2handler/libphp.module
H A DUPGRADING.INTERNALS18 This function will also assign the module number and type, there is no need
H A D.gdbinit28 ZTS detection is automatically based on ext/standard module struct
H A Dconfigure.ac302 AC_MSG_CHECKING([for chosen SAPI module])
1165 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
H A Dphp.ini-development11 ; 1. SAPI module specific location.
1261 ; Unless pgsql.ignore_notice=0, module cannot log notice message.
1298 ; The file storage module creates files using mode 600 by default.
/php-src/sapi/cgi/
H A Dcgi_main.c253 zend_module_entry *module; in print_modules() local
258 ZEND_HASH_MAP_FOREACH_PTR(&sorted_registry, module) { in print_modules()
259 php_printf("%s\n", module->name); in print_modules()
/php-src/sapi/litespeed/
H A DREADME.md3 LiteSpeed SAPI module is a dedicated interface for PHP integration with
/php-src/sapi/phpdbg/
H A Dphpdbg.c703 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup() argument
705 if (php_module_startup(module, &sapi_phpdbg_module_entry) == FAILURE) { in php_sapi_phpdbg_module_startup()
H A Dphpdbg_prompt.c1202 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info() argument
1203 phpdbg_write("%s\n", module->name); in add_module_info()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます461 8 string ECXM\0 ECX module
5176 >83 byte 0 (module)
5232 #audio/x-tracker-module
5238 #audio/x-tracker-module
5249 #audio/x-protracker-module
5253 #audio/x-protracker-module
5465 >3 byte =0 1 module data
5466 >3 byte =1 2 module data
6394 # Beetle object module
22810 # Java jmod module
[all …]
H A Dmagic461 8 string ECXM\0 ECX module
5176 >83 byte 0 (module)
5232 #audio/x-tracker-module
5238 #audio/x-tracker-module
5249 #audio/x-protracker-module
5253 #audio/x-protracker-module
5465 >3 byte =0 1 module data
5466 >3 byte =1 2 module data
6394 # Beetle object module
22810 # Java jmod module
[all …]
/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/ext/fileinfo/
H A Dlibmagic.patch2338 -_w32_get_magic_relative_to(char **hmagicpath, HINSTANCE module)
2349 - if (!GetModuleFileNameA(module, dllpath, MAX_PATH))
2354 - if (module) {

Completed in 276 milliseconds

1234