Lines Matching refs:dll
311 foreach ($deps as $dll) {
312 fprintf($fp, "\t%s\r\n", basename($dll));
319 foreach ($extra_dll_deps as $dll) {
320 if (!file_exists($dll)) {
322 $tdll = $snapshot_template . "/dlls/" . basename($dll);
324 $tdll = $php_build_dir . '/bin/' . basename($dll);
326 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
330 $dll = $tdll; variable
332 copy($dll, "$dist_dir/" . basename($dll));
348 foreach ($ENCHANT_DLLS as $dll) {
349 $dest = "$dist_dir/$dll[0]";
350 $filename = $dll[1];
380 foreach ($pecl_dll_deps as $dll) {
381 if (in_array($dll, $extra_dll_deps)) {
385 if (!file_exists($dll)) {
387 $tdll = $snapshot_template . "/dlls/" . basename($dll);
389 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
392 $dll = $tdll; variable
394 copy($dll, "$pecl_dir/" . basename($dll));