/PHP-5.4/ext/phar/tests/ |
H A D | bug65028.phpt | 43 "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.4/sapi/roxen/ |
H A D | TODO | 13 /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 D | config.m4 | 28 …INCLUDE_DIR=`echo $PIKE_MODULE_DIR | sed -e 's,lib/pike/modules,include/pike,' -e 's,lib/modules,i…
|
/PHP-5.4/ |
H A D | Makefile.global | 14 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… 117 rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
|
H A D | README.UNIX-BUILD-SYSTEM | 16 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 D | README.SELF-CONTAINED-EXTENSIONS | 107 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.4/win32/build/ |
H A D | buildconf.js | 28 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 D | phpize.js.in | 31 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 D | DSP.README | 9 for the modules that are currently configured. 18 and (if any shared modules are configured) at /win32/php_modules.dsw,
|
/PHP-5.4/sapi/tux/ |
H A D | README | 45 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.4/sapi/apache/ |
H A D | config.m4 | 112 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 D | apMakefile.tmpl | 3 ## [src/modules/php5/Makefile.tmpl]
|
/PHP-5.4/sapi/apache_hooks/ |
H A D | config.m4 | 113 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 D | apMakefile.tmpl | 3 ## [src/modules/php5/Makefile.tmpl]
|
/PHP-5.4/ext/mcrypt/ |
H A D | mcrypt.c | 494 char **modules; in PHP_MINFO_FUNCTION() local 505 smart_str_appends(&tmp1, modules[i]); in PHP_MINFO_FUNCTION() 509 mcrypt_free_p(modules, count); in PHP_MINFO_FUNCTION() 516 smart_str_appends(&tmp2, modules[i]); in PHP_MINFO_FUNCTION() 520 mcrypt_free_p (modules, count); in PHP_MINFO_FUNCTION() 994 char **modules; in PHP_FUNCTION() local 1005 modules = mcrypt_list_algorithms(lib_dir, &count); in PHP_FUNCTION() 1013 mcrypt_free_p(modules, count); in PHP_FUNCTION() 1021 char **modules; in PHP_FUNCTION() local 1032 modules = mcrypt_list_modes(lib_dir, &count); in PHP_FUNCTION() [all …]
|
/PHP-5.4/scripts/ |
H A D | phpize.m4 | 152 install_targets="install-modules install-headers" 153 phplibdir="`pwd`/modules" 197 test -d modules || $php_shtool mkdir modules
|
/PHP-5.4/scripts/dev/ |
H A D | phpextdist | 15 rm -rf modules *.lo *.o *.la config.status config.cache \
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | get_loaded_extensions_basic.phpt | 6 * Description: Returns an array with the names of all modules compiled and loaded
|
H A D | get_loaded_extensions_error.phpt | 6 * Description: Returns an array with the names of all modules compiled and loaded
|
/PHP-5.4/sapi/phttpd/ |
H A D | config.m4 | 16 INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHP_PHTTPD/modules/"
|
/PHP-5.4/sapi/caudium/ |
H A D | config.m4 | 30 …INCLUDE_DIR=`echo $PIKE_MODULE_DIR | sed -e 's,lib/pike/modules,include/pike,' -e 's,lib/modules,i…
|
/PHP-5.4/ext/phar/ |
H A D | Makefile.frag | 14 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
|
/PHP-5.4/ext/pdo/ |
H A D | config.m4 | 44 Due to the way that loadable modules work on OSX/Darwin, you need to
|
/PHP-5.4/sapi/aolserver/ |
H A D | README | 61 ns_section "ns/server/${servername}/modules"
|
/PHP-5.4/sapi/apache2handler/ |
H A D | README | 16 * Thread safety of external PHP modules
|