Home
last modified time | relevance | path

Searched refs:module (Results 101 – 125 of 146) sorted by relevance

123456

/PHP-5.4/
H A DINSTALL69 servers PHP has a direct module interface (also called SAPI). These
72 Microsoft module interface (OmniHTTPd for example). If PHP has no
73 module support for your web server, you can always use it as a CGI or
92 Unix and Windows with server module interfaces and CGI executables. You
142 * Any module specific components (such as GD, PDF libs, etc.)
186 6. ./configure --prefix=/www --enable-module=so
204 restart apache for the new module to take effect. A recompile of
223 module on your system. The make install from above may have already
915 module, set the FLAVOR to no_imap.
1707 Running PHP as an Apache module
[all …]
H A DCODING_STANDARDS33 same module, and rely on each other non-trivial behavior, should be
176 Unexposed module function should be static and should not be defined in
181 2. Main module source file must be named 'modulename.c'.
281 Any authoring information (known bugs, future directions of the module).
H A DMakefile.global120 …libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp Zend…
H A Dmakerpm51 PHP 5 is a powerful apache module that adds scripting and database connection
H A Dltmain.sh1154 module=no
1663 -module)
1664 module=yes
2725 $echo "** Warning, lib $linklib is a module, not a shared library"
2870 if test "$module" = yes; then
2882 build_libtool_libs=module
3170 if test "$module" = no; then
3835 if test "$module" = yes; then
5514 if test "$build_libtool_libs" = module; then
5750 case $host,$output,$installed,$module,$dlname in
[all …]
H A DUPGRADING.INTERNALS213 - Changes in SAPI module build:
217 . PHP_INIT_DTRACE(providerdesc, header-file, sources [, module])
H A Dacinclude.m4832 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
834 dnl Basically sets up the link-stage for building module-name
843 …DFLAGS) -Wl,-G -o '$3'/$1.la -export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir…
851 …A_CFLAGS) $(LDFLAGS) -o [$]@ -export-dynamic -avoid-version -prefer-pic -module -rpath $(phplibdir…
887 | one SAPI module plus CGI, CLI and FPM binaries at the same time. |
951 dnl "cxx" can be used to indicate that a C++ shared module is desired.
960 dnl ---------------------------------------------- Static module
969 dnl ---------------------------------------------- Shared module
980 …AC_DEFINE_UNQUOTED([COMPILE_DL_]translit($1,a-z_-,A-Z__), 1, Whether to build $1 as dynamic module)
985 dnl ---------------------------------------------- CLI static module
[all …]
/PHP-5.4/main/
H A Dphp_ini.c165 PHPAPI void display_ini_entries(zend_module_entry *module) in display_ini_entries() argument
170 if (module) { in display_ini_entries()
171 module_number = module->module_number; in display_ini_entries()
H A Dmain.c1976 zend_module_entry *module; in php_module_startup() local
2229 if (zend_hash_find(&module_registry, "standard", sizeof("standard"), (void**)&module)==SUCCESS) { in php_module_startup()
2230 EG(current_module) = module; in php_module_startup()
2241 if (zend_hash_find(&module_registry, "core", sizeof("core"), (void**)&module)==SUCCESS) { in php_module_startup()
2242 module->version = PHP_VERSION; in php_module_startup()
2243 module->info_func = PHP_MINFO(php_core); in php_module_startup()
/PHP-5.4/sapi/nsapi/
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.4/sapi/phttpd/
H A Dphttpd.c29 #error PHTTPD module is only useable in thread-safe mode
/PHP-5.4/ext/spl/
H A Ddoxygen.cfg166 # configuration options related to the Perl module output
/PHP-5.4/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
/PHP-5.4/ext/mysqlnd/
H A Dphp_mysqlnd.c150 smart_str_appends(buffer, ext->module->name); in mysqlnd_minfo_dump_api_plugins()
/PHP-5.4/ext/
H A Dext_skel296 step 6 confirms that your module is compiled into PHP. Then, start writing
/PHP-5.4/Zend/
H A Dzend_ini.h100 ZEND_API void display_ini_entries(zend_module_entry *module);
H A Dzend_object_handlers.c990 call_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NULL; in zend_get_user_call_function()
1133 …callstatic_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NU… in zend_get_user_callstatic_function()
H A Dzend_closures.c162 invoke->internal_function.module = 0; in zend_get_closure_invoke_method()
/PHP-5.4/sapi/apache/
H A Dmod_php5.c68 module MODULE_VAR_EXPORT php5_module;
1001 module MODULE_VAR_EXPORT php5_module =
/PHP-5.4/sapi/apache_hooks/
H A Dphp_apache.c42 extern module *top_module;
43 extern module **ap_loaded_modules;
1578 module *modp = NULL; in PHP_MINFO_FUNCTION()
H A Dmod_php5.c91 module MODULE_VAR_EXPORT php5_module;
1454 module MODULE_VAR_EXPORT php5_module =
/PHP-5.4/ext/oci8/
H A Doci8_interface.c1818 char *module; local
1821 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_connection, &module, &module_len) ==…
1827 …rSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len,…
/PHP-5.4/sapi/caudium/
H A Dcaudium.c82 #error The PHP5 module requires that your Pike has thread support.
/PHP-5.4/sapi/fpm/fpm/
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.4/ext/fileinfo/tests/
H A Dmagic291 8 string ECXM\0 ECX module
2687 >83 byte 0 (module)
2738 #audio/x-tracker-module
2744 #audio/x-tracker-module
2755 #audio/x-protracker-module
2759 #audio/x-protracker-module
2763 #audio/x-startracker-module
2767 #audio/x-startracker-module
2954 >3 byte =0 1 module data
2955 >3 byte =1 2 module data
[all …]

Completed in 229 milliseconds

123456