Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 30) sorted by relevance

12

/php-src/ext/phar/tests/
H A Dbug65028.phpt43 "modules/cmt/setup/config.xml",
45 "modules/meta/setup/config.xml",
47 "modules/brd/misc/brdPost.php",
51 "modules/brd/setup/config.xml",
53 "modules/auth/setup/config.xml",
55 "modules/bwd/bwd.php",
56 "modules/bwd/setup/config.xml",
61 "modules/nws/setup/config.xml",
66 "modules/gmp/setup/config.xml",
71 "modules/mul/setup/config.xml",
[all …]
/php-src/win32/build/
H A Dbuildconf.js24 var modules = ""; variable
207 modules = file_get_contents("win32/build/config.w32");
229 modules += gen_modules();
233 calls = modules.match(re);
252 modules = modules.replace(re, "/* $1 */");
253 C.Write(modules);
H A Dphpize.js.in28 var modules = ""; variable
155 // first, look for modules with empty deps; emit those first
166 // now we are left with modules that have dependencies on other modules
241 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
247 // to ensure that dependent modules are emitted first
248 modules += gen_modules();
252 calls = modules.match(re);
267 modules = modules.replace(re, "/* $1 */");
268 C.Write(modules);
/php-src/build/
H A DMakefile.global13 build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
41 install-modules: build-modules
42 @test -d modules && \
45 @rm -f modules/*.la >/dev/null 2>&1
46 @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
106 …s.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARE…
120 … $(SAPI_FPM_PATH) $(SAPI_PHPDBG_PATH) $(SAPI_PHPDBG_SHARED_PATH) $(OVERALL_TARGET) modules/* libs/*
146 … $(SAPI_FPM_PATH) $(SAPI_PHPDBG_PATH) $(SAPI_PHPDBG_SHARED_PATH) $(OVERALL_TARGET) modules/* libs/*
H A Dpkg.m485 dnl Check to see whether a particular set of modules exists. Similar to
H A Dphp.m4152 PHP_ADD_BUILD_DIR([modules])
153 phplibdir="$(pwd)/modules"
833 install_modules="install-modules"
857 dnl When developing PHP SAPI modules, this macro specifies the SAPI "name" by
995 dnl list, so that modules can be init'd in the correct order
/php-src/docs-old/
H A Dunix-build-system.md13 * `build-modules`: builds and copies dynamic modules into `modules/`
44 E.g. this enables the extension foo which consists of three source-code modules,
H A Dself-contained-extensions.md105 modules in PHP for you and also writing basic function definitions and C code
110 modules, use a simple module as a starting point and add your own code.
/php-src/ext/skeleton/
H A D.gitignore.in33 modules
/php-src/sapi/cli/tests/
H A Dbug80092.phpt30 // Ignore warnings if opcache loads twice or duplicate modules are loaded by searching for the prel…
/php-src/ext/phar/
H A DMakefile.frag19 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
/php-src/sapi/embed/
H A DREADME.md16 /* Invokes the Zend Engine initialization phase: SAPI (SINIT), modules
28 * (RSHUTDOWN), modules (MSHUTDOWN), and SAPI (SSHUTDOWN).
/php-src/sapi/fpm/
H A Dphp-fpm.service.in30 # do not need special file systems or extra kernel modules to work.
/php-src/
H A DUPGRADING5 3. Changes in SAPI modules
81 3. Changes in SAPI modules
H A D.gitignore83 modules/
H A DCODING_STANDARDS.md247 that goes into the core of PHP or one of its standard modules, please
H A Dconfigure.ac222 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
253 PHP_HELP_SEPARATOR([SAPI modules:])
269 PHP_CONFIGURE_PART([Configuring SAPI modules])
H A DCONTRIBUTING.md234 └─ sapi/ # PHP SAPI modules
/php-src/Zend/
H A Dzend_builtin_functions.c1611 zval *modules, const_val; in ZEND_FUNCTION() local
1616 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval)); in ZEND_FUNCTION()
1641 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
1642 array_init(&modules[module_number]); in ZEND_FUNCTION()
1643 add_assoc_zval(return_value, module_names[module_number], &modules[module_number]); in ZEND_FUNCTION()
1647 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
1651 efree(modules); in ZEND_FUNCTION()
H A Dzend_API.c3416 zend_module_entry **modules = modules_dl_loaded; in zend_unload_modules() local
3417 while (*modules) { in zend_unload_modules()
3418 module_registry_unload(*modules); in zend_unload_modules()
3419 modules++; in zend_unload_modules()
/php-src/scripts/
H A Dphpize.m4153 install_targets="install-modules install-headers"
/php-src/ext/dba/
H A Dconfig.m490 [Build DBA with bundled modules. To build shared DBA extension use
703 dnl Bundled modules that should be enabled by default if any other option is
/php-src/ext/ffi/
H A Dffi.c2986 HMODULE modules_static[NUM_MODULES], *modules = modules_static; in dlsym_loaded() local
2989 if (!EnumProcessModules(GetCurrentProcess(), modules, num * sizeof(HMODULE), &num)) { in dlsym_loaded()
2993 modules = emalloc(num *sizeof(HMODULE)); in dlsym_loaded()
2994 if (!EnumProcessModules(GetCurrentProcess(), modules, num * sizeof(HMODULE), &num)) { in dlsym_loaded()
2995 efree(modules); in dlsym_loaded()
3000 addr = GetProcAddress(modules[i], symbol); in dlsym_loaded()
3003 if (modules != modules_static) { in dlsym_loaded()
3004 efree(modules); in dlsym_loaded()
/php-src/ext/mbstring/libmbfl/
H A DLICENSE138 all the source code for all modules it contains, plus any associated
/php-src/ext/bcmath/libbcmath/
H A DLICENSE140 all the source code for all modules it contains, plus any associated

Completed in 83 milliseconds

12