Home
last modified time | relevance | path

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

12

/PHP-7.4/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",
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",
77 "modules/cat/setup/config.xml",
[all …]
/PHP-7.4/win32/build/
H A Dbuildconf.js26 var modules = ""; variable
209 modules = file_get_contents("win32/build/config.w32");
231 modules += gen_modules();
235 calls = modules.match(re);
254 modules = modules.replace(re, "/* $1 */");
255 C.Write(modules);
H A Dphpize.js.in29 var modules = ""; variable
156 // first, look for modules with empty deps; emit those first
167 // now we are left with modules that have dependencies on other modules
235 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
241 // to ensure that dependent modules are emitted first
242 modules += gen_modules();
246 calls = modules.match(re);
261 modules = modules.replace(re, "/* $1 */");
262 C.Write(modules);
/PHP-7.4/build/
H A DMakefile.global14 build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
42 install-modules: build-modules
43 @test -d modules && \
46 @rm -f modules/*.la >/dev/null 2>&1
47 @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
104 …s.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARE…
118 …I_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
140 …I_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_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.m4834 install_modules="install-modules"
1000 dnl list, so that modules can be init'd in the correct order
/PHP-7.4/
H A D.travis.yml97 …wd`/modules/zend_test.so $(if [ $ENABLE_DEBUG == 0 ]; then echo "-d opcache.enable_cli=1 -d opcach…
98 - sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
H A D.gitignore81 modules/
H A Dconfigure.ac294 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
317 PHP_HELP_SEPARATOR([SAPI modules:])
330 PHP_CONFIGURE_PART(Configuring SAPI modules)
1224 phplibdir=`pwd`/modules
H A DCODING_STANDARDS.md240 that goes into the core of PHP or one of its standard modules, please
H A DUPGRADING5 3. Changes in SAPI modules
386 3. Changes in SAPI modules
H A DCONTRIBUTING.md213 └─ sapi/ # PHP SAPI modules
H A Dphp.ini-development15 ; 5. The web server's directory (for SAPI modules), or directory of PHP
757 ; Directory in which the loadable extensions (modules) reside.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
/PHP-7.4/ext/skeleton/
H A D.gitignore.in28 modules
/PHP-7.4/scripts/
H A Dphpize.m4164 install_targets="install-modules install-headers"
165 phplibdir="`pwd`/modules"
209 test -d modules || $php_shtool mkdir modules
/PHP-7.4/docs/
H A Dunix-build-system.md15 * `build-modules`: builds and copies dynamic modules into `modules/`
46 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-7.4/ext/phar/
H A DMakefile.frag19 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in30 # do not need special file systems or extra kernel modules to work.
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c2048 zval *modules, const_val; in ZEND_FUNCTION() local
2053 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval)); in ZEND_FUNCTION()
2078 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
2079 array_init(&modules[module_number]); in ZEND_FUNCTION()
2080 add_assoc_zval(return_value, module_names[module_number], &modules[module_number]); in ZEND_FUNCTION()
2084 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
2088 efree(modules); in ZEND_FUNCTION()
/PHP-7.4/ext/dba/
H A Dconfig.m469 [Build DBA with bundled modules. To build shared DBA extension use
614 dnl Bundled modules that should be enabled by default if any other option is
/PHP-7.4/sapi/phpdbg/
H A Dxml.md579 - missingmodule/missingextension: modules/extensions loaded in the target SAPI, but not in phpdbg
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE138 all the source code for all modules it contains, plus any associated
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE140 all the source code for all modules it contains, plus any associated

Completed in 64 milliseconds

12