Home
last modified time | relevance | path

Searched refs:module (Results 26 – 50 of 146) sorted by last modified time

123456

/PHP-5.5/sapi/milter/
H A Dphp_milter.c29 #error SRM sapi module is only useable in thread-safe mode
/PHP-5.5/sapi/nsapi/
H A Dconfig.m46 [ --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver], no, no)
H A Dconfig.w3211 WARNING("NSAPI module requires an --enable-zts build of PHP");
H A Dnsapi-readme.txt129 The NSAPI module now supports the nsapi_virtual() function (alias: virtual())
134 Under Unix this is not a problem, because the module automatically looks
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.c171 module->add(ev); in fpm_event_queue_add()
223 module->clean(); in fpm_event_queue_destroy()
241 if (module) { in fpm_event_pre_init()
249 if (module) { in fpm_event_pre_init()
257 if (module) { in fpm_event_pre_init()
265 if (module) { in fpm_event_pre_init()
273 if (module) { in fpm_event_pre_init()
281 if (module) { in fpm_event_pre_init()
298 return module ? module->name : NULL; in fpm_event_machanism_name()
304 return module ? module->support_edge_trigger : 0; in fpm_event_support_edge_trigger()
[all …]
H A Dfpm_main.c218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info() argument
220 php_printf("%s\n", module->name); in print_module_info()
/PHP-5.5/sapi/continuity/
H A Dconfig.m44 [ --with-continuity=DIR Build PHP as Continuity Server module.
/PHP-5.5/sapi/embed/
H A DEXPERIMENTAL1 this module is experimental,
/PHP-5.5/sapi/cli/
H A Dphp_cli.c176 static int print_module_info(zend_module_entry *module TSRMLS_DC) /* {{{ */ in print_module_info()
178 php_printf("%s\n", module->name); in print_module_info()
1148 zend_module_entry *module; in do_cli() local
1150 if (zend_hash_find(&module_registry, lcname, len+1, (void**)&module) == FAILURE) { in do_cli()
1158 php_info_print_module(module TSRMLS_CC); in do_cli()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c91 module MODULE_VAR_EXPORT php5_module;
1454 module MODULE_VAR_EXPORT php5_module =
H A Dphp_apache.c42 extern module *top_module;
43 extern module **ap_loaded_modules;
1578 module *modp = NULL; in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/caudium/
H A DTODO23 There will be no single threaded mode support. The Caudium module
H A Dcaudium.c82 #error The PHP5 module requires that your Pike has thread support.
H A Dconfig.m47 [ --with-caudium[=DIR] Build PHP as a Pike module for use with Caudium.
32 AC_MSG_ERROR(Failed to figure out Pike module and include directories)
/PHP-5.5/sapi/cgi/
H A DCHANGES3 --enable-fastcgi CGI: If this is enabled, the cgi module will
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.c218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info() argument
220 php_printf("%s\n", module->name); in print_module_info()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c68 module MODULE_VAR_EXPORT php5_module;
1001 module MODULE_VAR_EXPORT php5_module =
H A Dphp_apache.c38 extern module *top_module;
39 extern module **ap_loaded_modules;
41 extern __declspec(dllimport) module *top_module;
42 extern __declspec(dllimport) module **ap_loaded_modules;
165 module *modp = NULL; in PHP_MINFO_FUNCTION()
/PHP-5.5/sapi/apache2filter/
H A DEXPERIMENTAL1 this module is experimental,
H A DREADME3 This module exploits the layered I/O support in Apache 2.0.
20 This SAPI module is known to work with Apache 2.0.40.
48 The Apache 2.0 PHP module supports a new configuration directive that
H A Dconfig.m47 EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional
10 AC_MSG_CHECKING([for Apache 2.0 filter-module support via DSO through APXS])
H A Dconfig.w328 WARNING("Apache2 module requires an --enable-zts build of PHP on windows");
26 WARNING("Apache2 module requires an --enable-zts build of PHP on windows");
H A Dphp_apache.h29 extern module AP_MODULE_DECLARE_DATA php5_module;
H A Dsapi_apache2.c747 AP_MODULE_DECLARE_DATA module php5_module = {

Completed in 64 milliseconds

123456