Searched refs:modules (Results 1 – 25 of 31) sorted by relevance
12
/PHP-8.3/ext/phar/tests/ |
H A D | bug65028.phpt | 43 "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-8.3/win32/build/ |
H A D | buildconf.js | 24 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 D | phpize.js.in | 27 var modules = ""; variable 154 // first, look for modules with empty deps; emit those first 165 // now we are left with modules that have dependencies on other modules 233 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in"); 239 // to ensure that dependent modules are emitted first 240 modules += gen_modules(); 244 calls = modules.match(re); 259 modules = modules.replace(re, "/* $1 */"); 260 C.Write(modules);
|
/PHP-8.3/travis/ |
H A D | test.sh | 13 -d extension=`pwd`/modules/zend_test.so \ 14 -d zend_extension=`pwd`/modules/opcache.so \
|
/PHP-8.3/build/ |
H A D | Makefile.global | 14 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) 107 …s.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARE… 121 …I_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/* 146 …I_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
|
H A D | pkg.m4 | 85 dnl Check to see whether a particular set of modules exists. Similar to
|
H A D | php.m4 | 818 install_modules="install-modules" 984 dnl list, so that modules can be init'd in the correct order
|
/PHP-8.3/scripts/ |
H A D | phpize.m4 | 161 install_targets="install-modules install-headers" 162 phplibdir="`pwd`/modules" 215 test -d modules || $php_shtool mkdir modules
|
/PHP-8.3/ext/skeleton/ |
H A D | .gitignore.in | 28 modules
|
/PHP-8.3/docs/ |
H A D | unix-build-system.md | 15 * `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 D | self-contained-extensions.md | 105 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-8.3/sapi/cli/tests/ |
H A D | bug80092.phpt | 30 // Ignore warnings if opcache loads twice or duplicate modules are loaded by searching for the prel…
|
/PHP-8.3/ |
H A D | .travis.yml | 89 - sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
|
H A D | .gitignore | 84 modules/
|
H A D | configure.ac | 250 AC_MSG_CHECKING([whether to force non-PIC code in shared modules]) 290 PHP_HELP_SEPARATOR([SAPI modules:]) 303 PHP_CONFIGURE_PART(Configuring SAPI modules) 1415 phplibdir=`pwd`/modules
|
H A D | CODING_STANDARDS.md | 239 that goes into the core of PHP or one of its standard modules, please
|
H A D | UPGRADING | 5 3. Changes in SAPI modules 166 3. Changes in SAPI modules
|
H A D | CONTRIBUTING.md | 235 └─ sapi/ # PHP SAPI modules
|
/PHP-8.3/ext/phar/ |
H A D | Makefile.frag | 19 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
|
/PHP-8.3/sapi/embed/ |
H A D | README.md | 16 /* Invokes the Zend Engine initialization phase: SAPI (SINIT), modules 28 * (RSHUTDOWN), modules (MSHUTDOWN), and SAPI (SSHUTDOWN).
|
/PHP-8.3/Zend/ |
H A D | zend_builtin_functions.c | 1495 zval *modules, const_val; in ZEND_FUNCTION() local 1500 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval)); in ZEND_FUNCTION() 1525 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION() 1526 array_init(&modules[module_number]); in ZEND_FUNCTION() 1527 add_assoc_zval(return_value, module_names[module_number], &modules[module_number]); in ZEND_FUNCTION() 1531 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION() 1535 efree(modules); in ZEND_FUNCTION()
|
H A D | zend_API.c | 3257 zend_module_entry **modules = modules_dl_loaded; in zend_unload_modules() local 3258 while (*modules) { in zend_unload_modules() 3259 module_registry_unload(*modules); in zend_unload_modules() 3260 modules++; in zend_unload_modules()
|
/PHP-8.3/sapi/fpm/ |
H A D | php-fpm.service.in | 30 # do not need special file systems or extra kernel modules to work.
|
/PHP-8.3/ext/dba/ |
H A D | config.m4 | 69 [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-8.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 138 all the source code for all modules it contains, plus any associated
|
Completed in 51 milliseconds
12