Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 31) sorted by last modified time

12

/php-src/
H A DUPGRADING5 3. Changes in SAPI modules
299 3. Changes in SAPI modules
H A Dconfigure.ac241 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
281 PHP_HELP_SEPARATOR([SAPI modules:])
297 PHP_CONFIGURE_PART(Configuring SAPI modules)
H A Dphp.ini-development15 ; 5. The web server's directory (for SAPI modules), or directory of PHP
774 ; Directory in which the loadable extensions (modules) reside.
H A Dphp.ini-production15 ; 5. The web server's directory (for SAPI modules), or directory of PHP
776 ; Directory in which the loadable extensions (modules) reside.
H A D.travis.yml86 - sapi/cli/php -d extension_dir=`pwd`/modules -r 'dl("zend_test");'
H A D.gitignore83 modules/
H A DCONTRIBUTING.md238 └─ sapi/ # PHP SAPI modules
H A DCODING_STANDARDS.md239 that goes into the core of PHP or one of its standard modules, please
/php-src/Zend/
H A Dzend_builtin_functions.c1554 zval *modules, const_val; in ZEND_FUNCTION() local
1559 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval)); in ZEND_FUNCTION()
1584 if (Z_TYPE(modules[module_number]) == IS_UNDEF) { in ZEND_FUNCTION()
1585 array_init(&modules[module_number]); in ZEND_FUNCTION()
1586 add_assoc_zval(return_value, module_names[module_number], &modules[module_number]); in ZEND_FUNCTION()
1590 zend_hash_add_new(Z_ARRVAL(modules[module_number]), val->name, &const_val); in ZEND_FUNCTION()
1594 efree(modules); in ZEND_FUNCTION()
H A Dzend_API.c3336 zend_module_entry **modules = modules_dl_loaded; in zend_unload_modules() local
3337 while (*modules) { in zend_unload_modules()
3338 module_registry_unload(*modules); in zend_unload_modules()
3339 modules++; in zend_unload_modules()
/php-src/build/
H A Dlibtool.m44280 # Do we need the lib prefix for modules?
H A Dphp.m4134 PHP_ADD_BUILD_DIR([modules])
135 phplibdir="$(pwd)/modules"
811 install_modules="install-modules"
970 dnl list, so that modules can be init'd in the correct order
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)
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/*
147 …I_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
/php-src/scripts/
H A Dphpize.m4164 install_targets="install-modules install-headers"
/php-src/docs-old/
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.
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,
/php-src/ext/phar/
H A DMakefile.frag19 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
/php-src/travis/
H A Dtest.sh13 -d extension=`pwd`/modules/zend_test.so \
14 -d zend_extension=`pwd`/modules/opcache.so \
/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/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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5218 # audio/xm fasttracker modules
5219 # audio/x-s3m screamtracker modules
5220 # audio/s3m screamtracker modules
5418 # These are the /etc/magic entries to decode modules, instruments, and
26485 # >>24 ulelong &0x00000020 \b list of unloaded modules,
26608 # URL: http://modules.sourceforge.net/
26609 # Reference: https://modules.readthedocs.io/en/stable/modulefile.html
34663 # (modules and such)
34676 # Classes with no modules or defs, beats simple ASCII
34846 # Type: SE Linux policy modules *.pp reference policy
[all …]
H A Dmagic5218 # audio/xm fasttracker modules
5219 # audio/x-s3m screamtracker modules
5220 # audio/s3m screamtracker modules
5418 # These are the /etc/magic entries to decode modules, instruments, and
26485 # >>24 ulelong &0x00000020 \b list of unloaded modules,
26608 # URL: http://modules.sourceforge.net/
26609 # Reference: https://modules.readthedocs.io/en/stable/modulefile.html
34663 # (modules and such)
34676 # Classes with no modules or defs, beats simple ASCII
34846 # Type: SE Linux policy modules *.pp reference policy
[all …]
/php-src/win32/build/
H A Dphpize.js.in27 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);
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);
/php-src/sapi/fpm/
H A Dphp-fpm.service.in30 # do not need special file systems or extra kernel modules to work.

Completed in 336 milliseconds

12