Searched refs:phpdll (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/win32/build/ |
H A D | mkdist.php | 7 $phpdll = $argv[4]; variable 76 …global $build_dir, $extra_dll_deps, $ext_targets, $sapi_targets, $pecl_targets, $phpdll, $per_modu… 97 $depbase == $phpdll) && file_exists($GLOBALS['build_dir'] . "/$depbase")) { 235 copy_file_list($build_dir, "$dist_dir", [$phpdll]); 238 $phplib = str_replace(".dll", ".lib", $phpdll); 242 $phppdb = str_replace(".dll", ".pdb", $phpdll);
|
Completed in 4 milliseconds