Lines Matching refs:dll
304 foreach ($deps as $dll) {
305 fprintf($fp, "\t%s\r\n", basename($dll));
312 foreach ($extra_dll_deps as $dll) {
313 if (!file_exists($dll)) {
315 $tdll = $snapshot_template . "/dlls/" . basename($dll);
317 $tdll = $php_build_dir . '/bin/' . basename($dll);
319 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
323 $dll = $tdll; variable
325 copy($dll, "$dist_dir/" . basename($dll));
345 foreach ($ENCHANT_DLLS as $dll) {
346 $dest = "$dist_dir/$dll[0]";
347 $filename = $dll[1];
377 foreach ($pecl_dll_deps as $dll) {
378 if (in_array($dll, $extra_dll_deps)) {
382 if (!file_exists($dll)) {
384 $tdll = $snapshot_template . "/dlls/" . basename($dll);
386 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
389 $dll = $tdll; variable
391 copy($dll, "$pecl_dir/" . basename($dll));