Home
last modified time | relevance | path

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

123456

/PHP-5.6/win32/
H A Dinstall.txt73 Microsoft module interface (OmniHTTPd for example). If PHP has no
235 * php5apache2_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-5.6/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.6/
H A Dserver-tests.php49 | shared module load it via php.ini. |
/PHP-5.6/sapi/phttpd/
H A Dphttpd.c29 #error PHTTPD module is only useable in thread-safe mode
H A DREADME1 phttpd sapi module.
H A Dconfig.m46 [ --with-phttpd=DIR Build PHP as phttpd module], no, no)
/PHP-5.6/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.6/sapi/roxen/
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"
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
/PHP-5.6/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.6/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.6/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.6/sapi/phpdbg/
H A DREADME.md4 Implemented as a SAPI module, phpdbg can excert complete control over the environment without impac…
H A Dphpdbg.c437 static inline int php_sapi_phpdbg_module_startup(sapi_module_struct *module) /* {{{ */ in php_sapi_phpdbg_module_startup() argument
439 if (php_module_startup(module, &sapi_phpdbg_module_entry, 1) == FAILURE) { in php_sapi_phpdbg_module_startup()
/PHP-5.6/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.6/sapi/milter/
H A DEXPERIMENTAL1 this module is experimental,
H A Dphp_milter.c29 #error SRM sapi module is only useable in thread-safe mode
/PHP-5.6/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");

Completed in 69 milliseconds

123456