Home
last modified time | relevance | path

Searched refs:module (Results 76 – 100 of 146) sorted by relevance

123456

/PHP-5.5/ext/pgsql/tests/
H A DREADME15 If you find problems in PostgreSQL module, please mail to
/PHP-5.5/sapi/caudium/
H A DTODO23 There will be no single threaded mode support. The Caudium module
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/continuity/
H A Dconfig.m44 [ --with-continuity=DIR Build PHP as Continuity Server module.
/PHP-5.5/sapi/litespeed/
H A Dconfig.m48 [ --with-litespeed Build PHP as litespeed module], no)
/PHP-5.5/ext/standard/
H A Dinfo.c175 static int _display_module_info_func(zend_module_entry *module TSRMLS_DC) /* {{{ */ in _display_module_info_func()
177 if (module->info_func || module->version) { in _display_module_info_func()
178 php_info_print_module(module TSRMLS_CC); in _display_module_info_func()
184 static int _display_module_info_def(zend_module_entry *module TSRMLS_DC) /* {{{ */ in _display_module_info_def()
186 if (!module->info_func && !module->version) { in _display_module_info_def()
187 php_info_print_module(module TSRMLS_CC); in _display_module_info_def()
H A Dbasic_functions.c3540 #define BASIC_MINIT_SUBMODULE(module) \ argument
3542 BASIC_ADD_SUBMODULE(module); \
3545 #define BASIC_ADD_SUBMODULE(module) \ argument
3546 zend_hash_add_empty_element(&basic_submodules, #module, strlen(#module));
3548 #define BASIC_RINIT_SUBMODULE(module) \ argument
3549 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3554 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3559 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
3564 if (zend_hash_exists(&basic_submodules, #module, strlen(#module))) { \
5403 zend_module_entry *module; local
[all …]
/PHP-5.5/ext/mssql/
H A Dmssql_win32_howto.txt20 This module requires ntwdblib.dll and one or more of the following dll's
/PHP-5.5/ext/session/tests/
H A Dsession_save_path_variation4.phpt59 Fatal error: session_start(): Failed to initialize storage module: files (path: ) in %s on line %d
H A Dbug32330.phpt2 Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler)
/PHP-5.5/sapi/nsapi/
H A Dconfig.m46 [ --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver], no, no)
/PHP-5.5/sapi/thttpd/
H A Dconfig.m46 [ --with-thttpd=SRCDIR Build PHP as thttpd module], no, no)
/PHP-5.5/
H A D.gitignore242 sapi/apache/libphp5.module
243 sapi/apache2handler/libphp5.module
244 sapi/apache_hooks/libphp5.module
H A DREADME.UNIX-BUILD-SYSTEM54 the extension will even be built as a dynamic module.
65 If you previously built sub-libraries for this module, add
107 module, program, etc).
H A DMakefile.global121 …stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module sapi/apache_hooks/libphp$(PHP_MAJOR_VERSION)…
/PHP-5.5/sapi/cgi/
H A DCHANGES3 --enable-fastcgi CGI: If this is enabled, the cgi module will
/PHP-5.5/win32/build/
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/sapi/aolserver/
H A Daolserver.c35 #error AOLserver module is only useable in thread-safe mode
597 int Ns_ModuleInit(char *server, char *module) in Ns_ModuleInit() argument
612 ctx->ns_module = strdup(module); in Ns_ModuleInit()
/PHP-5.5/sapi/apache2filter/
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])
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt2 module.
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m46 [ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional
9 AC_MSG_CHECKING([for Apache 2.0 handler-module support via DSO through APXS])
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1888 static int add_extension_info(zend_module_entry *module, void *arg TSRMLS_DC) in add_extension_info() argument
1891 add_next_index_string(name_array, module->name, 1); in add_extension_info()
1960 zend_module_entry *module; in ZEND_FUNCTION() local
1968 while (zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) != FAILURE) { in ZEND_FUNCTION()
1969 module_names[module->module_number] = (char *)module->name; in ZEND_FUNCTION()
2442 zend_module_entry *module; in ZEND_FUNCTION() local
2454 extension_name_len+1, (void**)&module) == FAILURE) { in ZEND_FUNCTION()
2460 if (module->functions) { in ZEND_FUNCTION()
2469 && zif->internal_function.module == module) { in ZEND_FUNCTION()
/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/ext/exif/
H A Dtest.txt3 /* Test script for PHP module ext/exif
14 * The original version of module exif has many errors and mostly
152 $title = "PHP module exif test page";
196 If all files produce a header in output the module might be o.k.
/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()

Completed in 153 milliseconds

123456