Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 118) sorted by last modified time

12345

/PHP-7.2/ext/standard/
H A Durl.c31 #error On this EBCDIC platform, PHP is only supported as an Apache module.
/PHP-7.2/
H A DNEWS1240 . Fixed bug #75615 (PDO Mysql module can't be built as module). (jdolecek)
1855 . Fixed bug #74833 (SID constant created with wrong module number). (Anatol)
2569 . Enable per-module logging in Apache 2.4+. (Martin Vobruba)
H A Dconfigure.ac362 AC_MSG_CHECKING([for chosen SAPI module])
1072 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
1583 echo "| In order to build PHP as a Apache2 module on FreeBSD, you have to |"
H A Dserver-tests.php49 | shared module load it via php.ini. |
/PHP-7.2/ext/session/
H A Dsession.c2577 ZEND_ARG_INFO(0, module)
/PHP-7.2/win32/
H A Dinstall.txt73 Microsoft module interface (OmniHTTPd for example). If PHP has no
235 * php7apache2_4.dll - Apache 2.4.x module.
239 more stable and can be faster than the ISAPI module with IIS.
435 To use the ISAPI module, do the following:
510 Installing as an Apache module
514 Example 2-3. PHP as an Apache 1.3.x module
658 Installing as an Apache module
661 configuration file to set up the PHP module for Apache 2.0:
879 PHP as an ISAPI module.
1305 Running PHP as an Apache module
[all …]
/PHP-7.2/win32/build/
H A Dmkdist.php32 function get_depends($module) argument
80 $is_pecl = in_array($module, $pecl_targets);
82 $cmd = "$GLOBALS[build_dir]\\deplister.exe \"$module\" \"$GLOBALS[build_dir]\"";
126 …if (!isset($per_module_deps[basename($module)]) || !in_array($dep, $per_module_deps[basename($modu…
127 $per_module_deps[basename($module)][] = $dep;
H A Dphpize.js.in102 /* check if we already picked up a module with the same dirname;
159 STDOUT.WriteLine("module ... " + module_names);
235 // Now generate contents of module based on MODULES, chasing dependencies
/PHP-7.2/tests/run-test/
H A Dbug75042-2.phpt2 phpt EXTENSIONS directive with static module
H A Dbug75042-3.phpt2 phpt EXTENSIONS directive with nonexistent shared module
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c80 zend_module_entry *module; in phpdbg_webdata_compress() local
85 ZEND_HASH_FOREACH_PTR(&module_registry, module) { in phpdbg_webdata_compress()
87 ZVAL_STRING(value, module->name); in phpdbg_webdata_compress()
H A Dxml.md589 - loads a module or Zend extension at a given path
594 - extensiontype: "Zend extension" or "module"
605 - registerfailure: registering module failed
606 - startupfailure: couldn't startup Zend extension / module
607 - initfailure: couldn't initialize module
608 - nophpso: passed shared object is not a valid Zend extension nor module
610 - errors may have the module or extension attribute when their name is already known at the point o…
H A Dphpdbg_wait.c208 zval *module; in phpdbg_webdata_decompress() local
225 int mode = phpdbg_array_intersect(&pos, &module); in phpdbg_webdata_decompress()
228 if (strcmp(PHPDBG_NAME, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress()
229 zend_hash_del(&module_registry, Z_STR_P(module)); in phpdbg_webdata_decompress()
233 if (!sapi_module.name || strcmp(sapi_module.name, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress()
234 …th/to/module/%.*s.so", (int) Z_STRLEN_P(module), Z_STRVAL_P(module), (int) Z_STRLEN_P(module), Z_S… in phpdbg_webdata_decompress()
237 } while (module); in phpdbg_webdata_decompress()
H A Dphpdbg_prompt.c1274 static int add_module_info(zend_module_entry *module) /* {{{ */ { in add_module_info() argument
1275 phpdbg_write("module", "name=\"%s\"", "%s\n", module->name); in add_module_info()
H A DREADME.md4 Implemented as a SAPI module, phpdbg can exert complete control over the environment without impact…
H A Dphpdbg.c818 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup() argument
820 if (php_module_startup(module, &sapi_phpdbg_module_entry, 1) == FAILURE) { in php_sapi_phpdbg_module_startup()
/PHP-7.2/sapi/litespeed/
H A DREADME.md4 LiteSpeed SAPI module is a dedicated interface for PHP integration with
H A Dconfig.m48 [ --with-litespeed Build PHP as litespeed module], no)
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c224 zend_module_entry *module = Z_PTR_P(zv); in print_module_info() local
225 php_printf("%s\n", module->name); in print_module_info()
H A Dfpm_events.c170 module->add(ev); in fpm_event_queue_add()
222 module->clean(); in fpm_event_queue_destroy()
240 if (module) { in fpm_event_pre_init()
248 if (module) { in fpm_event_pre_init()
256 if (module) { in fpm_event_pre_init()
264 if (module) { in fpm_event_pre_init()
272 if (module) { in fpm_event_pre_init()
280 if (module) { in fpm_event_pre_init()
297 return module ? module->name : NULL; in fpm_event_machanism_name()
303 return module ? module->support_edge_trigger : 0; in fpm_event_support_edge_trigger()
[all …]
/PHP-7.2/sapi/cli/
H A Dphp_cli.c189 zend_module_entry *module = (zend_module_entry*)Z_PTR_P(element); in print_module_info() local
190 php_printf("%s\n", module->name); in print_module_info()
1148 zend_module_entry *module; in do_cli() local
1150 if ((module = zend_hash_str_find_ptr(&module_registry, lcname, len)) == NULL) { in do_cli()
1158 php_info_print_module(module); in do_cli()
/PHP-7.2/sapi/apache2handler/
H A Dconfig.m46 [ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional
9 AC_MSG_CHECKING([for Apache 2.0 handler-module support via DSO through APXS])
H A Dconfig.w328 WARNING("Apache 2.0 module requires an --enable-zts build of PHP on windows");
26 WARNING("Apache 2.2 module requires an --enable-zts build of PHP on windows");
44 WARNING("Apache 2.4 module requires an --enable-zts build of PHP on windows");
/PHP-7.2/sapi/cgi/
H A DREADME.FastCGI11 Running the FastCGI PHP module
65 First of all, make sure that the FastCGI module is enabled. You should have
H A Dcgi_main.c251 zend_module_entry *module = Z_PTR_P(element); in print_module_info() local
252 php_printf("%s\n", module->name); in print_module_info()

Completed in 122 milliseconds

12345