Home
last modified time | relevance | path

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

12

/PHP-5.3/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.3/
H A DMakefile.global14 build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
38 install-modules: build-modules
39 @test -d modules && \
42 @rm -f modules/*.la >/dev/null 2>&1
43 @$(INSTALL) modules/* $(INSTALL_ROOT)$(EXTENSION_DIR)
100 …s.php -n -c $(top_builddir)/tmp-php.ini -d extension_dir=$(top_builddir)/modules/ $(PHP_TEST_SHARE…
114 rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
H A DTODO-PHP545 under different sapi modules.
48 Timeframe: ? (but shouldn't be much effort, most modules are probably ok)
86 testing and testing for differing sapi modules (via http
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.3/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
154 // first, look for modules with empty deps; emit those first
165 // now we are left with modules that have dependencies on other modules
226 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
232 // to ensure that dependent modules are emitted first
233 modules += gen_modules();
237 calls = modules.match(re);
252 modules = modules.replace(re, "/* $1 */");
253 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.3/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.3/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.3/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.3/ext/mcrypt/
H A Dmcrypt.c494 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()
990 char **modules; in PHP_FUNCTION() local
1001 modules = mcrypt_list_algorithms(lib_dir, &count); in PHP_FUNCTION()
1009 mcrypt_free_p(modules, count); in PHP_FUNCTION()
1017 char **modules; in PHP_FUNCTION() local
1028 modules = mcrypt_list_modes(lib_dir, &count); in PHP_FUNCTION()
[all …]
/PHP-5.3/scripts/
H A Dphpize.m4153 install_targets="install-modules install-headers"
154 phplibdir="`pwd`/modules"
198 test -d modules || $php_shtool mkdir modules
/PHP-5.3/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
/PHP-5.3/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.3/sapi/phttpd/
H A Dconfig.m416 INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHP_PHTTPD/modules/"
/PHP-5.3/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.3/ext/phar/
H A DMakefile.frag14 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
/PHP-5.3/ext/pdo/
H A Dconfig.m444 Due to the way that loadable modules work on OSX/Darwin, you need to
/PHP-5.3/sapi/aolserver/
H A DREADME61 ns_section "ns/server/${servername}/modules"
/PHP-5.3/Zend/
H A Dzend_builtin_functions.c1849 zval **modules; in ZEND_FUNCTION() local
1854 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval *)); in ZEND_FUNCTION()
1879 if (!modules[module_number]) { in ZEND_FUNCTION()
1880 MAKE_STD_ZVAL(modules[module_number]); in ZEND_FUNCTION()
1881 array_init(modules[module_number]); in ZEND_FUNCTION()
1882 add_assoc_zval(return_value, module_names[module_number], modules[module_number]); in ZEND_FUNCTION()
1890 add_assoc_zval_ex(modules[module_number], val->name, val->name_len, const_val); in ZEND_FUNCTION()
1895 efree(modules); in ZEND_FUNCTION()

Completed in 85 milliseconds

12