Lines Matching refs:dll
289 foreach ($deps as $dll) {
290 fprintf($fp, "\t%s\r\n", basename($dll));
297 foreach ($extra_dll_deps as $dll) {
298 if (!file_exists($dll)) {
300 $tdll = $snapshot_template . "/dlls/" . basename($dll);
302 $tdll = $php_build_dir . '/bin/' . basename($dll);
304 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
308 $dll = $tdll; variable
310 copy($dll, "$dist_dir/" . basename($dll));
330 foreach ($ENCHANT_DLLS as $dll) {
331 $dest = "$dist_dir/$dll[0]";
332 $filename = $dll[1];
346 foreach ($pecl_dll_deps as $dll) {
347 if (in_array($dll, $extra_dll_deps)) {
351 if (!file_exists($dll)) {
353 $tdll = $snapshot_template . "/dlls/" . basename($dll);
355 echo "WARNING: distro depends on $dll, but could not find it on your system\n";
358 $dll = $tdll; variable
360 copy($dll, "$pecl_dir/" . basename($dll));