Home
last modified time | relevance | path

Searched refs:tdll (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/win32/build/
H A Dmkdist.php302 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
303 if (!file_exists($tdll)) {
304 $tdll = $php_build_dir . '/bin/' . basename($dll); variable
305 if (!file_exists($tdll)) {
310 $dll = $tdll;
344 $tdll = $snapshot_template . "/dlls/" . basename($dll); variable
345 if (!file_exists($tdll)) {
349 $dll = $tdll;

Completed in 4 milliseconds