Lines Matching refs:dll
305 foreach ($deps as $dll) {
306 fprintf($fp, "\t%s\r\n", basename($dll));
313 foreach ($extra_dll_deps as $dll) {
314 if (!file_exists($dll)) {
316 $tdll = $snapshot_template . "/dlls/" . basename($dll);
318 $tdll = $php_build_dir . '/bin/' . basename($dll);
320 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
324 $dll = $tdll; variable
326 copy($dll, "$dist_dir/" . basename($dll));
342 foreach ($ENCHANT_DLLS as $dll) {
343 $dest = "$dist_dir/$dll[0]";
344 $filename = $dll[1];
374 foreach ($pecl_dll_deps as $dll) {
375 if (in_array($dll, $extra_dll_deps)) {
379 if (!file_exists($dll)) {
381 $tdll = $snapshot_template . "/dlls/" . basename($dll);
383 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
386 $dll = $tdll; variable
388 copy($dll, "$pecl_dir/" . basename($dll));