Lines Matching refs:dll
290 foreach ($deps as $dll) {
291 fprintf($fp, "\t%s\r\n", basename($dll));
298 foreach ($extra_dll_deps as $dll) {
299 if (!file_exists($dll)) {
301 $tdll = $snapshot_template . "/dlls/" . basename($dll);
303 $tdll = $php_build_dir . '/bin/' . basename($dll);
305 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
309 $dll = $tdll; variable
311 copy($dll, "$dist_dir/" . basename($dll));
336 foreach ($pecl_dll_deps as $dll) {
337 if (in_array($dll, $extra_dll_deps)) {
341 if (!file_exists($dll)) {
343 $tdll = $snapshot_template . "/dlls/" . basename($dll);
345 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
348 $dll = $tdll; variable
350 copy($dll, "$pecl_dir/" . basename($dll));