Home
last modified time | relevance | path

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

123456

/PHP-5.5/win32/build/
H A Dmkdist.php31 function get_depends($module) argument
73 $is_pecl = in_array($module, $pecl_targets);
75 $cmd = "$GLOBALS[build_dir]\\deplister.exe \"$module\" \"$GLOBALS[build_dir]\"";
108 $per_module_deps[basename($module)][] = $dep;
H A Dphpize.js.in103 /* check if we already picked up a module with the same dirname;
160 STDOUT.WriteLine("module ... " + module_names);
241 // Now generate contents of module based on MODULES, chasing dependencies
/PHP-5.5/win32/
H A Dinstall.txt237 * sapi/php5apache2_2.dll - Apache 2.2.x module.
238 * sapi/php5apache.dll (php5apache.dll) - Apache 1.x module
244 module.
248 more stable and can be faster than the ISAPI module with IIS.
444 To use the ISAPI module, do the following:
519 Installing as an Apache module
523 Example 2-3. PHP as an Apache 1.3.x module
667 Installing as an Apache module
670 configuration file to set up the PHP module for Apache 2.0:
888 PHP as an ISAPI module.
[all …]
/PHP-5.5/
H A Dserver-tests.php49 | shared module load it via php.ini. |
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c249 DL_HANDLE module = NULL; in php_nsapi_init_dynamic_symbols() local
252 module = GetModuleHandle(nsapi_dll); in php_nsapi_init_dynamic_symbols()
253 if (!module) { in php_nsapi_init_dynamic_symbols()
259 if (module = GetModuleHandle(nsapi_dlls[i])) { in php_nsapi_init_dynamic_symbols()
264 if (!module) return; in php_nsapi_init_dynamic_symbols()
266 DL_HANDLE module = RTLD_DEFAULT; in php_nsapi_init_dynamic_symbols()
268 nsapi_servact_uri2path = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_uri2path"); in php_nsapi_init_dynamic_symbols()
269 …nsapi_servact_pathchecks = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_pathchecks… in php_nsapi_init_dynamic_symbols()
270 nsapi_servact_fileinfo = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_fileinfo"); in php_nsapi_init_dynamic_symbols()
271 nsapi_servact_service = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_service"); in php_nsapi_init_dynamic_symbols()
/PHP-5.5/sapi/phttpd/
H A DREADME1 phttpd sapi module.
H A Dconfig.m46 [ --with-phttpd=DIR Build PHP as phttpd module], no, no)
H A Dphttpd.c29 #error PHTTPD module is only useable in thread-safe mode
/PHP-5.5/sapi/pi3web/
H A DREADME3 This module requires PHP5 as thread safe shared library. Have a look
12 build PHP5 as Pi3Web module and after that build the Pi3Web PHP5 wrapper:
21 You must also checkout the TSRM and the ZEND module from the ZEND cvs tree
H A Dconfig.m46 [ --with-pi3web[=DIR] Build PHP as Pi3Web module], no, no)
/PHP-5.5/sapi/roxen/
H A DREADME4 The module is now thread safe, in a couple of different modes. First
6 module. This means that all PHP-requests are serialized (ie only one
16 Support for this module is lacking. Please contact Roxen Internet
H A Dconfig.m46 [ --with-roxen=DIR Build PHP as a Pike module. DIR is the base Roxen
9 PHP_ARG_ENABLE(roxen-zts, whether Roxen module is build using ZTS,
10 [ --enable-roxen-zts ROXEN: Build the Roxen module using Zend Thread Safety], no, no)
30 AC_MSG_ERROR([Failed to figure out Pike module and include directories])
43 Pike module directory: $PIKE_MODULE_DIR"
/PHP-5.5/sapi/thttpd/
H A DREADME4 This is a SAPI module for PHP 4.x supporting thttpd, the tiny,
11 The module contains a patch against version 2.21b of thttpd. The patch
41 This is a functional and stable module (it runs a large application
H A Dconfig.m46 [ --with-thttpd=SRCDIR Build PHP as thttpd module], no, no)
/PHP-5.5/sapi/tux/
H A DREADME4 This is a SAPI module for the TUX web-server by Ingo Molnar.
12 All requests to the PHP userspace module are currently serialized.
14 This module is of alpha quality. Due to incomplete APIs, HTTP
61 userspace module php5.tux.
H A Dconfig.m46 [ --with-tux=MODULEDIR Build PHP as a TUX module (Linux only)], no, no)
/PHP-5.5/sapi/webjames/
H A DREADME1 README for WebJames SAPI module
4 This is a SAPI module for the WebJames HTTP server, which runs on the
H A Dconfig.m46 [ --with-webjames=SRCDIR Build PHP as a WebJames module (RISC OS only)], no, no)
/PHP-5.5/sapi/isapi/
H A Dconfig.m46 [ --with-isapi[=DIR] Build PHP as an ISAPI module for use with Zeus], no, no)
H A Dconfig.w328 WARNING("ISAPI module requires an --enable-zts build of PHP");
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt2 module.
H A Dstresstest.cpp484 char *filelist=NULL, *environment=NULL, *module=NULL; in main() local
506 module = strdup(ap_optarg); in main()
514 if (!module || !filelist) { in main()
520 hDll = LoadLibrary(module); // Load our DLL in main()
533 free (module); in main()
545 free (module); in main()
552 free (module); in main()
564 free (module); in main()
586 free (module); in main()
/PHP-5.5/sapi/litespeed/
H A DREADME4 LiteSpeed SAPI module is a dedicated interface for PHP integration with
H A Dconfig.m48 [ --with-litespeed Build PHP as litespeed module], no)
/PHP-5.5/sapi/milter/
H A DEXPERIMENTAL1 this module is experimental,

Completed in 126 milliseconds

123456