Lines Matching refs:dll
291 foreach ($deps as $dll) {
292 fprintf($fp, "\t%s\r\n", basename($dll));
299 foreach ($extra_dll_deps as $dll) {
300 if (!file_exists($dll)) {
302 $tdll = $snapshot_template . "/dlls/" . basename($dll);
304 $tdll = $php_build_dir . '/bin/' . basename($dll);
306 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
310 $dll = $tdll; variable
312 copy($dll, "$dist_dir/" . basename($dll));
337 foreach ($pecl_dll_deps as $dll) {
338 if (in_array($dll, $extra_dll_deps)) {
342 if (!file_exists($dll)) {
344 $tdll = $snapshot_template . "/dlls/" . basename($dll);
346 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
349 $dll = $tdll; variable
351 copy($dll, "$pecl_dir/" . basename($dll));