Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 46) sorted by relevance

12

/PHP-5.5/ext/phar/tests/
H A Dbug65028.phpt43 "modules/cmt/setup/config.xml",
45 "modules/meta/setup/config.xml",
47 "modules/brd/misc/brdPost.php",
51 "modules/brd/setup/config.xml",
55 "modules/bwd/bwd.php",
56 "modules/bwd/setup/config.xml",
61 "modules/nws/setup/config.xml",
66 "modules/gmp/setup/config.xml",
71 "modules/mul/setup/config.xml",
77 "modules/cat/setup/config.xml",
[all …]
/PHP-5.5/sapi/roxen/
H A DTODO13 /Usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter:
14 …run("/home/www/www.tx.pl/news/test.php",mapping[3],modules/scripting/php5.pike.PHPScript(),modules
15 modules/scripting/php5.pike:169: run()
22 callback!/usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter:
23 …run("/home/www/biall.com.pl/index.php3",mapping[2],modules/scripting/php5.pike.PHPScript(),modules
24 modules/scripting/php5.pike:169: run()
H A Dconfig.m428 …INCLUDE_DIR=`echo $PIKE_MODULE_DIR | sed -e 's,lib/pike/modules,include/pike,' -e 's,lib/modules,i…
/PHP-5.5/win32/build/
H A Dbuildconf.js28 var modules = ""; variable
226 modules = file_get_contents("win32/build/config.w32");
248 modules += gen_modules();
252 calls = modules.match(re);
267 modules = modules.replace(re, "/* $1 */");
268 C.Write(modules);
H A Dphpize.js.in31 var modules = ""; variable
158 // first, look for modules with empty deps; emit those first
169 // now we are left with modules that have dependencies on other modules
236 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
242 // to ensure that dependent modules are emitted first
243 modules += gen_modules();
247 calls = modules.match(re);
262 modules = modules.replace(re, "/* $1 */");
263 C.Write(modules);
H A DDSP.README9 for the modules that are currently configured.
18 and (if any shared modules are configured) at /win32/php_modules.dsw,
/PHP-5.5/sapi/tux/
H A DREADME45 Create /tux-modules where modules will reside.
51 --with-tux=/tux-modules \
65 # tux -d -t 8 -r /www -m /tux-modules php5.tux
67 (daemon mode, eight threads, web-root /www, modules in
68 /tux-modules, load php5.tux)
/PHP-5.5/
H A DMakefile.global14 build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
42 install-modules: build-modules
43 @test -d modules && \
46 @rm -f modules/*.la >/dev/null 2>&1
47 @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
104 …s.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARE…
118 …ATH) $(SAPI_MILTER_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
H A DREADME.UNIX-BUILD-SYSTEM16 build-modules: builds and copies dynamic modules into modules/
53 modules, two in C and one in C++. And, depending on the user's wishes,
H A DREADME.SELF-CONTAINED-EXTENSIONS107 ext_skel can be of great help when creating the common code for all modules
113 modules, use a simple module as a starting point and add your own code.
/PHP-5.5/sapi/apache/
H A Dconfig.m4112 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
162 APACHE_TARGET=$PHP_APACHE/src/modules/php5
168 PHP_LIBS="-Lmodules/php5 -L../modules/php5 -L../../modules/php5 -lmodphp5"
186 APACHE_TARGET=$PHP_APACHE/src/modules/php5
191 PHP_LIBS="-Lmodules/php5 -L../modules/php5 -L../../modules/php5 -lmodphp5"
211 PHP_LIBS="-Lmodules/php5 -L../modules/php5 -L../../modules/php5 -lmodphp5"
H A DapMakefile.tmpl3 ## [src/modules/php5/Makefile.tmpl]
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m4113 if test -z "`$APXS -q LD_SHLIB`" || test "`$APXS -q LIBEXECDIR`" = "modules"; then
164 APACHE_TARGET=$PHP_APACHE_HOOKS_STATIC/src/modules/php5
170 PHP_LIBS="-Lmodules/php5 -L../modules/php5 -L../../modules/php5 -lmodphp5"
188 APACHE_TARGET=$PHP_APACHE_HOOKS_STATIC/src/modules/php5
193 PHP_LIBS="-Lmodules/php5 -L../modules/php5 -L../../modules/php5 -lmodphp5"
213 PHP_LIBS="-Lmodules/php5 -L../modules/php5 -L../../modules/php5 -lmodphp5"
H A DapMakefile.tmpl3 ## [src/modules/php5/Makefile.tmpl]
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c511 char **modules; in PHP_MINFO_FUNCTION() local
522 smart_str_appends(&tmp1, modules[i]); in PHP_MINFO_FUNCTION()
526 mcrypt_free_p(modules, count); in PHP_MINFO_FUNCTION()
533 smart_str_appends(&tmp2, modules[i]); in PHP_MINFO_FUNCTION()
537 mcrypt_free_p (modules, count); in PHP_MINFO_FUNCTION()
1013 char **modules; in PHP_FUNCTION() local
1024 modules = mcrypt_list_algorithms(lib_dir, &count); in PHP_FUNCTION()
1032 mcrypt_free_p(modules, count); in PHP_FUNCTION()
1040 char **modules; in PHP_FUNCTION() local
1051 modules = mcrypt_list_modes(lib_dir, &count); in PHP_FUNCTION()
[all …]
/PHP-5.5/scripts/
H A Dphpize.m4152 install_targets="install-modules install-headers"
153 phplibdir="`pwd`/modules"
197 test -d modules || $php_shtool mkdir modules
/PHP-5.5/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
H A Dget_loaded_extensions_error.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
/PHP-5.5/sapi/phttpd/
H A Dconfig.m416 INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHP_PHTTPD/modules/"
/PHP-5.5/sapi/caudium/
H A Dconfig.m430 …INCLUDE_DIR=`echo $PIKE_MODULE_DIR | sed -e 's,lib/pike/modules,include/pike,' -e 's,lib/modules,i…
/PHP-5.5/ext/phar/
H A DMakefile.frag14 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
/PHP-5.5/ext/pdo/
H A Dconfig.m444 Due to the way that loadable modules work on OSX/Darwin, you need to
/PHP-5.5/sapi/aolserver/
H A DREADME61 ns_section "ns/server/${servername}/modules"
/PHP-5.5/sapi/apache2handler/
H A DREADME16 * Thread safety of external PHP modules

Completed in 43 milliseconds

12