Searched refs:modules (Results 1 - 6 of 6) sorted by relevance
| /PHP_TRUNK/ |
| H A D | makerpm | 115 install -m 0755 modules/*.so $RPM_BUILD_ROOT%{_libdir}/php/extensions
|
| /PHP_TRUNK/scripts/dev/ |
| H A D | phpextdist | 15 rm -rf modules *.lo *.o *.la config.status config.cache \
|
| /PHP_TRUNK/win32/build/ |
| H A D | buildconf.js | 28 var modules = "";
variable 105 // Emit core modules array. This is used by a snapshot
107 // modules don't break the build by becoming statically compiled
117 // first, look for modules with empty deps; emit those first
163 // first, look for modules with empty deps; emit those first
173 // now we are left with modules that have dependencies on other modules
196 if (argname == '--add-modules-dir' && argval != null) {
226 modules = file_get_contents("win32/build/config.w32");
247 // to ensure that dependent modules ar [all...] |
| H A D | phpize.js.in | 31 var modules = "";
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 [all...] |
| /PHP_TRUNK/ext/mcrypt/ |
| H A D | mcrypt.c | 494 char **modules; local 500 modules = mcrypt_list_algorithms(MCG(algorithms_dir), &count); 505 smart_str_appends(&tmp1, modules[i]); 509 mcrypt_free_p(modules, count); 511 modules = mcrypt_list_modes(MCG(modes_dir), &count); 516 smart_str_appends(&tmp2, modules[i]); 520 mcrypt_free_p (modules, count); 990 char **modules; local 1001 modules = mcrypt_list_algorithms(lib_dir, &count); 1007 add_index_string(return_value, i, modules[ 1017 char **modules; local [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_builtin_functions.c | 1960 zval **modules; local 1965 modules = ecalloc(zend_hash_num_elements(&module_registry) + 2, sizeof(zval *)); 1990 if (!modules[module_number]) { 1991 MAKE_STD_ZVAL(modules[module_number]); 1992 array_init(modules[module_number]); 1993 add_assoc_zval(return_value, module_names[module_number], modules[module_number]); 2001 add_assoc_zval_ex(modules[module_number], val->name, val->name_len, const_val); 2006 efree(modules);
|
Completed in 14 milliseconds