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));
341 foreach ($ENCHANT_DLLS as $dll) {
342 $dest = "$dist_dir/$dll[0]";
343 $filename = $dll[1];
373 foreach ($pecl_dll_deps as $dll) {
374 if (in_array($dll, $extra_dll_deps)) {
378 if (!file_exists($dll)) {
380 $tdll = $snapshot_template . "/dlls/" . basename($dll);
382 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
385 $dll = $tdll; variable
387 copy($dll, "$pecl_dir/" . basename($dll));