Home
last modified time | relevance | path

Searched refs:module (Results 51 – 75 of 146) sorted by relevance

123456

/PHP-5.5/ext/wddx/tests/
H A D004.phpt5 if (!extension_loaded("wddx")) die("skip Wddx module not loaded");
6 if (!extension_loaded('session')) die('skip Session module not enabled');
/PHP-5.5/ext/snmp/tests/
H A Dbug64159.phpt23 Cannot find module (noneXistent): At line %d in (%s)
H A Dbug60749.phpt2 Bug #60749: SNMP module should not strip non-standard SNMP port from hostname
/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()
H A Dconfig.w3211 WARNING("NSAPI module requires an --enable-zts build of PHP");
/PHP-5.5/ext/session/tests/
H A Dbug60860.phpt17 Fatal error: session_start(): Failed to initialize storage module: user (path:%s) in %s on line 3
H A Dskipif.inc8 die("skip Session module not loaded");
H A D016.phpt6 die("skip Session module not loaded");
/PHP-5.5/sapi/isapi/stresstest/
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/tux/
H A Dconfig.m46 [ --with-tux=MODULEDIR Build PHP as a TUX module (Linux only)], no, no)
/PHP-5.5/sapi/aolserver/
H A Dconfig.w328 WARNING("AOLSERVER module requires an --enable-zts build of PHP");
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_extension_funcs_basic.phpt6 * Description: Returns an array with the names of the functions of a module.
H A Dget_extension_funcs_error.phpt6 * Description: Returns an array with the names of the functions of a module.
/PHP-5.5/ext/pcntl/
H A DREADME3 This module will attempt to implement all features related to process spawning and
/PHP-5.5/ext/pgsql/
H A DREADME2 PostgreSQL module provides access to PostgreSQL server from
3 PHP script. This module uses PostgreSQL C client lib called libpq.
9 pgsql module. I appreciate your feedback.
26 standard. MySQL module has been done this already. Function names will
42 module with specific version. You need to install PostgreSQL
188 in PHP 4.0.6. Do no use 4.0.6 with pgsql module!!
/PHP-5.5/sapi/phttpd/
H A Dconfig.m46 [ --with-phttpd=DIR Build PHP as phttpd module], no, no)
/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h29 extern module AP_MODULE_DECLARE_DATA php5_module;
/PHP-5.5/sapi/webjames/
H A Dconfig.m46 [ --with-webjames=SRCDIR Build PHP as a WebJames module (RISC OS only)], no, no)
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h29 extern module AP_MODULE_DECLARE_DATA php5_module;
/PHP-5.5/sapi/isapi/
H A Dconfig.m46 [ --with-isapi[=DIR] Build PHP as an ISAPI module for use with Zeus], no, no)
/PHP-5.5/sapi/pi3web/
H A Dconfig.m46 [ --with-pi3web[=DIR] Build PHP as Pi3Web module], no, no)
/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;
/PHP-5.5/sapi/apache/
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/ext/standard/
H A Dinfo.h80 PHPAPI void php_info_print_module(zend_module_entry *module TSRMLS_DC);
/PHP-5.5/ext/bz2/
H A Dconfig.m433 AC_MSG_ERROR(bz2 module requires libbz2 >= 1.0.0)

Completed in 131 milliseconds

123456