Lines Matching refs:dll
307 foreach ($deps as $dll) {
308 fprintf($fp, "\t%s\r\n", basename($dll));
315 foreach ($extra_dll_deps as $dll) {
316 if (!file_exists($dll)) {
318 $tdll = $snapshot_template . "/dlls/" . basename($dll);
320 $tdll = $php_build_dir . '/bin/' . basename($dll);
322 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
326 $dll = $tdll; variable
328 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));